<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests, branch v1.18.0</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>TST: fix up issues in requires_memory decorator</title>
<updated>2019-12-15T17:14:42+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-04T18:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=efadd57bcb00e3956d661137475c120fab1401d6'/>
<id>efadd57bcb00e3956d661137475c120fab1401d6</id>
<content type='text'>
Fix wrong multiplier for /proc/meminfo, and do style cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong multiplier for /proc/meminfo, and do style cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"</title>
<updated>2019-12-04T18:52:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-12-04T18:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6866cc8e654fa4c0053138fdb0a13fdedc77a450'/>
<id>6866cc8e654fa4c0053138fdb0a13fdedc77a450</id>
<content type='text'>
This reverts commit 3a9a63f81aa37b48bc3eb4efdc2e695210805aa5, reversing
changes made to 7999f7c038a50d79b06edf2d45eb5ff2c25a5a42.

A lot of problems have been exposed by this change, so best to leave it
out of the 1.18.x series and work on it in master.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3a9a63f81aa37b48bc3eb4efdc2e695210805aa5, reversing
changes made to 7999f7c038a50d79b06edf2d45eb5ff2c25a5a42.

A lot of problems have been exposed by this change, so best to leave it
out of the 1.18.x series and work on it in master.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15023 from qwhelan/nan_perf</title>
<updated>2019-12-03T10:11:37+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-03T10:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b03fab8dad4a165e25739f2081e3936b522554ac'/>
<id>b03fab8dad4a165e25739f2081e3936b522554ac</id>
<content type='text'>
MAINT: Only copy input array in _replace_nan() if there are nans to replace</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Only copy input array in _replace_nan() if there are nans to replace</pre>
</div>
</content>
</entry>
<entry>
<title>PERF: only copy input array in _replace_nan() if there are nans to replace</title>
<updated>2019-12-03T03:47:18+00:00</updated>
<author>
<name>Christopher Whelan</name>
<email>topherwhelan@gmail.com</email>
</author>
<published>2019-12-01T17:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2b51aa217bb7577f6c43c26f1156d9fc29536f96'/>
<id>2b51aa217bb7577f6c43c26f1156d9fc29536f96</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 #14794 from mattip/nep-0034-impl</title>
<updated>2019-12-03T03:46:00+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2019-12-03T03:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3a9a63f81aa37b48bc3eb4efdc2e695210805aa5'/>
<id>3a9a63f81aa37b48bc3eb4efdc2e695210805aa5</id>
<content type='text'>
DEP: issue deprecation warning when creating ragged array (NEP 34)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: issue deprecation warning when creating ragged array (NEP 34)</pre>
</div>
</content>
</entry>
<entry>
<title>ENH,DEP: Allow multiple axes in expand_dims (#14051)</title>
<updated>2019-12-02T22:06:42+00:00</updated>
<author>
<name>Larry Bradley</name>
<email>larry.bradley@gmail.com</email>
</author>
<published>2019-12-02T22:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03d489735e863e27f3e6ce39b8a85eca440c0231'/>
<id>03d489735e863e27f3e6ce39b8a85eca440c0231</id>
<content type='text'>
This PR allows the axis keyword in expand_dims to be a tuple of ints. Previously, axis could only be an int.

This issue was previously discussed in gh-12290 and the changes are based on gh-12290 (comment).

This PR also removes the deprecation added in v1.13 (2017-05-17), where previously axis could be outside of the range (-a.ndim - 1) &lt;= axis &lt;= a.ndim. Such an axis value will now raise an AxisError. Please let me know if it's too soon to remove this deprecation (I could not find any dev docs stating the length of the numpy deprecation cycle).

Closes gh-12290.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR allows the axis keyword in expand_dims to be a tuple of ints. Previously, axis could only be an int.

This issue was previously discussed in gh-12290 and the changes are based on gh-12290 (comment).

This PR also removes the deprecation added in v1.13 (2017-05-17), where previously axis could be outside of the range (-a.ndim - 1) &lt;= axis &lt;= a.ndim. Such an axis value will now raise an AxisError. Please let me know if it's too soon to remove this deprecation (I could not find any dev docs stating the length of the numpy deprecation cycle).

Closes gh-12290.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: warn when saving dtype with metadata (#14994)</title>
<updated>2019-12-02T18:08:45+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-02T18:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7b2d968d5a4730489d9e9148afe2277b1bc32477'/>
<id>7b2d968d5a4730489d9e9148afe2277b1bc32477</id>
<content type='text'>
Address gh-14142 for the 1.18 release: warn when saving a dtype with metadata that cannot be loaded.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address gh-14142 for the 1.18 release: warn when saving a dtype with metadata that cannot be loaded.</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add pytest machinery to specify memory requirements for tests</title>
<updated>2019-12-01T14:37:50+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-01T12:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2ae28b0df570768c9c685e8ba8ee71c4717c902a'/>
<id>2ae28b0df570768c9c685e8ba8ee71c4717c902a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove uses of scalar aliases</title>
<updated>2019-11-13T21:45:50+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-11-11T23:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6dfe3318400972f414b02e3e12c83c52372f1e00'/>
<id>6dfe3318400972f414b02e3e12c83c52372f1e00</id>
<content type='text'>
Relates to gh-6103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relates to gh-6103
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix failing test</title>
<updated>2019-10-31T07:17:45+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-10-31T07:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7bc36c2c39b4412ba8aa01ff1197c999920cad1f'/>
<id>7bc36c2c39b4412ba8aa01ff1197c999920cad1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
