<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/command, branch v1.13.2</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BUG: distutils, place fortranobject files in subfolder</title>
<updated>2017-05-04T19:29:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-05-04T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7d134a35ac7966cd0ce13d19e935308afd289686'/>
<id>7d134a35ac7966cd0ce13d19e935308afd289686</id>
<content type='text'>
Placing them all under the same name in the top level folder breaks when
using the parallel extension compilation option of python 3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Placing them all under the same name in the top level folder breaks when
using the parallel extension compilation option of python 3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: better warning message when running build_src from sdist</title>
<updated>2017-03-09T02:16:36+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2017-03-09T02:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a574fecc083902b201cea004909bfd6edf5b2c46'/>
<id>a574fecc083902b201cea004909bfd6edf5b2c46</id>
<content type='text'>
Addresses comment of @stefanv on gh-7131.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses comment of @stefanv on gh-7131.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Fix escaped string characters deprecated in Python 3.6.</title>
<updated>2016-12-14T18:33:22+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-12-13T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ec0e04694278ef9ea83537d308b07fc27c1b5f85'/>
<id>ec0e04694278ef9ea83537d308b07fc27c1b5f85</id>
<content type='text'>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add tests for stacklevel in warnings and "ignore" filters.</title>
<updated>2016-09-02T14:39:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2016-01-29T00:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4ec016784b02f69347c4429829b9eb8225ace5ee'/>
<id>4ec016784b02f69347c4429829b9eb8225ace5ee</id>
<content type='text'>
Enforces that stacklevel is used in warnings.warn and "ignore"
is not used in filterwarnings or simplefilter for most of numpy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforces that stacklevel is used in warnings.warn and "ignore"
is not used in filterwarnings or simplefilter for most of numpy.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add stacklevel to all (or almost all) our function calls</title>
<updated>2016-09-02T14:39:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2016-01-23T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7884a8c9f5f5c6657413dbeaa59ad969280d38ea'/>
<id>7884a8c9f5f5c6657413dbeaa59ad969280d38ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore get_output</title>
<updated>2016-07-15T16:21:25+00:00</updated>
<author>
<name>Marshall Bockrath-Vandegrift</name>
<email>llasram@gmail.com</email>
</author>
<published>2016-07-15T16:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6e6991812ab2392b1ae3094f93c891c2ae8a8420'/>
<id>6e6991812ab2392b1ae3094f93c891c2ae8a8420</id>
<content type='text'>
The ATLAS version check still depends on this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ATLAS version check still depends on this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix more typos in docs and comments.</title>
<updated>2016-02-25T19:37:32+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-02-21T19:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2556b9ff1ae621e311053bd5f2b34edb86a8cb68'/>
<id>2556b9ff1ae621e311053bd5f2b34edb86a8cb68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix mismatched variable names in docstrings.</title>
<updated>2016-02-16T01:20:18+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-02-16T01:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aefc290e8f2232dbad8b6df10e4df81421a1a2b2'/>
<id>aefc290e8f2232dbad8b6df10e4df81421a1a2b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: warn in egg_info command if using setuptools.sdist.</title>
<updated>2016-01-27T21:48:34+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2016-01-27T20:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6ae1ff280b3a6c115fe468c79c5cf4f16f998f89'/>
<id>6ae1ff280b3a6c115fe468c79c5cf4f16f998f89</id>
<content type='text'>
Warn in numpy/distutils/command/egg_info.py if using setuptools.sdist.

See gh-7127 for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warn in numpy/distutils/command/egg_info.py if using setuptools.sdist.

See gh-7127 for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove outdated Pyrex support from distutils (as far as possible).</title>
<updated>2016-01-06T20:58:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-01-06T19:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1d1eaef896a66059163f0baaaaa162e1f7c225a9'/>
<id>1d1eaef896a66059163f0baaaaa162e1f7c225a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
