<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests, 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>TST: add test for unsigned bins monotonicity check, see #9222</title>
<updated>2017-09-24T20:48:16+00:00</updated>
<author>
<name>Brandon Carter</name>
<email>bcarter@mit.edu</email>
</author>
<published>2017-06-25T02:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=60e4946905aaabb2b1a8a325237c4a40beff1ee9'/>
<id>60e4946905aaabb2b1a8a325237c4a40beff1ee9</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 #9742 from charris/backport-pad-fixes</title>
<updated>2017-09-22T21:29:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-22T21:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=49bcb1aba1ca32a38696ce5239392529430b2cc4'/>
<id>49bcb1aba1ca32a38696ce5239392529430b2cc4</id>
<content type='text'>
BUG: Fix np.pad for CVE-2017-12852</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix np.pad for CVE-2017-12852</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix padding an empty array in reflect mode.</title>
<updated>2017-09-22T20:31:51+00:00</updated>
<author>
<name>Iryna Shcherbina</name>
<email>ishcherb@redhat.com</email>
</author>
<published>2017-09-01T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d57ada7c0c9900bfe8dfa139fa6419c4307ecb25'/>
<id>d57ada7c0c9900bfe8dfa139fa6419c4307ecb25</id>
<content type='text'>
Check that axes with non-zero padding are non-empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check that axes with non-zero padding are non-empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix infinite loop when creating np.pad on an empty array</title>
<updated>2017-09-22T20:31:10+00:00</updated>
<author>
<name>Iryna Shcherbina</name>
<email>ishcherb@redhat.com</email>
</author>
<published>2017-08-24T16:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba443cedf6e0194ab85f362f7d7ca89dca432e77'/>
<id>ba443cedf6e0194ab85f362f7d7ca89dca432e77</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 #9736 from eric-wieser/gradient-fix</title>
<updated>2017-09-21T23:39:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-21T23:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb0ece408d51a45c0fef7ccf0b6b0ce85cc458fd'/>
<id>cb0ece408d51a45c0fef7ccf0b6b0ce85cc458fd</id>
<content type='text'>
BUG: various fixes to np.gradient</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: various fixes to np.gradient</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Only allow 1d distance arrays</title>
<updated>2017-07-13T12:02:51+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-13T11:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2bfec2c0dd92958694e6d736530ae6333d7d62d7'/>
<id>2bfec2c0dd92958694e6d736530ae6333d7d62d7</id>
<content type='text'>
2d arrays would work, but in unpredictable and undocumented ways.

This at least makes gh-9401 give a better error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2d arrays would work, but in unpredictable and undocumented ways.

This at least makes gh-9401 give a better error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Allow 0d arrays instead of scalars in gradient</title>
<updated>2017-07-13T12:02:50+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-13T11:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d86e3fee3c9906ce0fad36520de86d9ac306cee8'/>
<id>d86e3fee3c9906ce0fad36520de86d9ac306cee8</id>
<content type='text'>
This fixes gh-8292
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes gh-8292
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9390 from eric-wieser/poly1d-fixes-fixes-fixes-fixes</title>
<updated>2017-07-12T01:54:21+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-07-12T01:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8535cc124c2951a20463734ca847917e9811a18f'/>
<id>8535cc124c2951a20463734ca847917e9811a18f</id>
<content type='text'>
BUG: Return the coefficients array directly</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Return the coefficients array directly</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Return the coefficients array directly</title>
<updated>2017-07-08T20:39:55+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-08T20:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=389bd44e32b0eace0d024b126931a0a00d14cffe'/>
<id>389bd44e32b0eace0d024b126931a0a00d14cffe</id>
<content type='text'>
Turns out that this was relied upon downstream

We also add a setter for coeffs, so that augmented assignment does not both
change state and raise an exception suggesting state could not be changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out that this was relied upon downstream

We also add a setter for coeffs, so that augmented assignment does not both
change state and raise an exception suggesting state could not be changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: have as_strided() keep custom dtypes</title>
<updated>2017-05-24T18:15:42+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>antoine@python.org</email>
</author>
<published>2017-05-23T14:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e633247ee596e32b957f6fafcc6ed9f8f09f015'/>
<id>1e633247ee596e32b957f6fafcc6ed9f8f09f015</id>
<content type='text'>
Fixes issue #9161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #9161
</pre>
</div>
</content>
</entry>
</feed>
