<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils, branch v1.12.0rc1</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>DEP: Fix escaped string characters deprecated in Python 3.6.</title>
<updated>2016-12-17T23:51:03+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=d156cafb3b9163d731869c18740a51f733c2c776'/>
<id>d156cafb3b9163d731869c18740a51f733c2c776</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>BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.</title>
<updated>2016-11-26T17:47:22+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-11-24T09:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da07c6209ff2ac4cc67e4b794f5409de346e8ad8'/>
<id>da07c6209ff2ac4cc67e4b794f5409de346e8ad8</id>
<content type='text'>
Closes gh-8293.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-8293.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: change path to env in distutils.system_info.  Closes gh-8195.</title>
<updated>2016-10-22T09:16:31+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-10-22T09:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5d76174798f6b8012665989ccb9769efe792d957'/>
<id>5d76174798f6b8012665989ccb9769efe792d957</id>
<content type='text'>
Also clean up some unused variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also clean up some unused variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix ResourceWarning new in Python 3.6.</title>
<updated>2016-10-19T16:31:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-19T16:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8798f8df39ca0a9f0391ffc349431e1a93b97d38'/>
<id>8798f8df39ca0a9f0391ffc349431e1a93b97d38</id>
<content type='text'>
In Python 2.6 the process destructor emits a ResourceWarning if the
process has not terminated when destruction occurs. Fix by calling the
wait method before return.

The Popen class may be used as a context manager in Python 3.2+,
unfortunately that does not include 2.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 2.6 the process destructor emits a ResourceWarning if the
process has not terminated when destruction occurs. Fix by calling the
wait method before return.

The Popen class may be used as a context manager in Python 3.2+,
unfortunately that does not include 2.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed build break</title>
<updated>2016-10-06T22:02:51+00:00</updated>
<author>
<name>Oleksandr Pavlyk</name>
<email>oleksandr.pavlyk@intel.com</email>
</author>
<published>2016-10-06T22:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba11cf468bef6d10dccf3b25ecb31b8e965fb803'/>
<id>ba11cf468bef6d10dccf3b25ecb31b8e965fb803</id>
<content type='text'>
Added missing import of platform_bits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added missing import of platform_bits
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: fix issue with rpath in fcompiler/gnu.py</title>
<updated>2016-10-02T10:04:23+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2016-10-02T09:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7562de3a37fa39863ae094fd40215e77ca3156b4'/>
<id>7562de3a37fa39863ae094fd40215e77ca3156b4</id>
<content type='text'>
``-Wl,rpath=`` is Linux-specific, OS X needs a comma.

This addresses gh-6486, which was already closed but not actually addressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``-Wl,rpath=`` is Linux-specific, OS X needs a comma.

This addresses gh-6486, which was already closed but not actually addressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test code on cpuinfo's main function</title>
<updated>2016-09-30T18:24:28+00:00</updated>
<author>
<name>Gustavo Serra Scalet</name>
<email>gustavo.scalet@eldorado.org.br</email>
</author>
<published>2016-09-30T18:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a7eb3c7452afabde4cc69a85d8e1e5145ce05412'/>
<id>a7eb3c7452afabde4cc69a85d8e1e5145ce05412</id>
<content type='text'>
Due to future print import (py3k style), the commented code should also
have the strings enclosed with parentheses or else it'll break.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to future print import (py3k style), the commented code should also
have the strings enclosed with parentheses or else it'll break.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix fid.close() to use os.close(fid)</title>
<updated>2016-09-04T09:51:22+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2016-09-04T09:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f46278b11d5e1a62e52c30002d25bb2f3766f592'/>
<id>f46278b11d5e1a62e52c30002d25bb2f3766f592</id>
<content type='text'>
The error snuk in with some other file closing fixes and found by
Warren Weckesser.

Closes gh-8013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error snuk in with some other file closing fixes and found by
Warren Weckesser.

Closes gh-8013
</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>
</feed>
