<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch eric-wieser-patch-1</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>Merge pull request #13063 from mattip/doc-fixes2</title>
<updated>2019-03-01T20:00:20+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2019-03-01T20:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f2dfa19839d69a20713b2fe05ca1ca35f6454a7'/>
<id>2f2dfa19839d69a20713b2fe05ca1ca35f6454a7</id>
<content type='text'>
DOC: revert PR #13058 and fixup Makefile</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: revert PR #13058 and fixup Makefile</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)</title>
<updated>2019-03-01T19:30:14+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-03-01T19:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bd9f33fc3201e15b86b3e4333d65f1a085d1f012'/>
<id>bd9f33fc3201e15b86b3e4333d65f1a085d1f012</id>
<content type='text'>
* BUG: Use subprocess.check_output to avoid leaking file handles

This emitted a ResourceWarning as previously written, as the streams never got closed.

This change also detects errors in `svnversion` and `hg`, rather than ignoring the error code and hoping stdout contains a revision anyway.

* BUG: Fix distutils.get_version on python 3

Previously, this would throw `TypeError: cannot use a string pattern on a bytes-like object`, which would then be silenced and never seen.

The previous commit stopped silencing this error, so now everything is visibly broken rather than silently broken

Changing the strings to raw strings fixes the problem

* BUG: Don't use `close_fds`, which fails on windows

This argument was introduced along with subprocess in f5afa7836d56640f25ff3fbd2c59b8dcf016e26f to replace `popen4`, and probably wasn't necessary in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Use subprocess.check_output to avoid leaking file handles

This emitted a ResourceWarning as previously written, as the streams never got closed.

This change also detects errors in `svnversion` and `hg`, rather than ignoring the error code and hoping stdout contains a revision anyway.

* BUG: Fix distutils.get_version on python 3

Previously, this would throw `TypeError: cannot use a string pattern on a bytes-like object`, which would then be silenced and never seen.

The previous commit stopped silencing this error, so now everything is visibly broken rather than silently broken

Changing the strings to raw strings fixes the problem

* BUG: Don't use `close_fds`, which fails on windows

This argument was introduced along with subprocess in f5afa7836d56640f25ff3fbd2c59b8dcf016e26f to replace `popen4`, and probably wasn't necessary in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: revert #13058 and fix Makefile</title>
<updated>2019-03-01T07:12:40+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-03-01T07:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6f1b386e3ae144ba348e420b0fccccd4fc62ce69'/>
<id>6f1b386e3ae144ba348e420b0fccccd4fc62ce69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13058 from euronion/euronion-patch-1</title>
<updated>2019-03-01T05:17:56+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-03-01T05:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a72f061ede7cf2058829668a4f5d110dec265f1c'/>
<id>a72f061ede7cf2058829668a4f5d110dec265f1c</id>
<content type='text'>
DOC: update docstring in numpy.interp docstring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: update docstring in numpy.interp docstring</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update interp docstring</title>
<updated>2019-02-28T17:32:02+00:00</updated>
<author>
<name>euronion</name>
<email>42553970+euronion@users.noreply.github.com</email>
</author>
<published>2019-02-28T17:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1d901ee669aa1999d074bb26612d8196d8b27dc9'/>
<id>1d901ee669aa1999d074bb26612d8196d8b27dc9</id>
<content type='text'>
Adding 'strictly' to make the conditions to be met by the `xp` argument even more clear.
Following the suggestion in https://github.com/numpy/numpy/issues/10448#issuecomment-468302058 .</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding 'strictly' to make the conditions to be met by the `xp` argument even more clear.
Following the suggestion in https://github.com/numpy/numpy/issues/10448#issuecomment-468302058 .</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fixes from review</title>
<updated>2019-02-28T09:46:34+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-02-28T09:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76099ada3cca1d815e1b32f5d0c9786e1c5e0481'/>
<id>76099ada3cca1d815e1b32f5d0c9786e1c5e0481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fixes from review</title>
<updated>2019-02-28T09:46:34+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-02-24T08:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f41bb26b061821c77aff6982630de937ad9007a'/>
<id>2f41bb26b061821c77aff6982630de937ad9007a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: reduce warnings when building, reword, tweak doc building</title>
<updated>2019-02-28T09:43:59+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-02-20T21:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=62433284d65a3629a199958da2df3a807c60fab4'/>
<id>62433284d65a3629a199958da2df3a807c60fab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13035 from eric-wieser/random-matlab-aliases</title>
<updated>2019-02-28T08:20:11+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-02-28T08:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b9ab1a57b9c7ff9462b8d678bce91274d0ad4d12'/>
<id>b9ab1a57b9c7ff9462b8d678bce91274d0ad4d12</id>
<content type='text'>
DOC: Draw more attention to which functions in random are convenience wrappers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Draw more attention to which functions in random are convenience wrappers</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13033 from alexcwatt/property-cleanup</title>
<updated>2019-02-28T08:02:52+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-02-28T08:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9ae4f9bae9344ee0f1ca4d5767e49c196d534efc'/>
<id>9ae4f9bae9344ee0f1ca4d5767e49c196d534efc</id>
<content type='text'>
MAINT: Convert property to @property</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Convert property to @property</pre>
</div>
</content>
</entry>
</feed>
