<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib, branch auto</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: Fix some typos in a code string and comments</title>
<updated>2016-01-28T05:14:48+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-01-27T23:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=73a2fd11a74eedb97201fc8d54ea193e810ea9d3'/>
<id>73a2fd11a74eedb97201fc8d54ea193e810ea9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Added lots of new tests for fromnumeric.py</title>
<updated>2016-01-18T17:32:47+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung@mit.edu</email>
</author>
<published>2016-01-16T10:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=44c49f311f3c2e0fa6440ddde1c8fef9a4b5a93e'/>
<id>44c49f311f3c2e0fa6440ddde1c8fef9a4b5a93e</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 #5981 from dfreese/fix/multi_percent_nanperc_bug</title>
<updated>2016-01-17T12:04:24+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2016-01-17T12:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=28fdcf3f19d2986a6760f96a53afa694abc737da'/>
<id>28fdcf3f19d2986a6760f96a53afa694abc737da</id>
<content type='text'>
BUG: Handle multiple percentiles for all-nan slices in nanpercentile</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Handle multiple percentiles for all-nan slices in nanpercentile</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copy</title>
<updated>2016-01-16T01:01:49+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-16T01:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09'/>
<id>880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09</id>
<content type='text'>
DEP: Warn MaskedArray will return views of mask when sliced</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Warn MaskedArray will return views of mask when sliced</pre>
</div>
</content>
</entry>
<entry>
<title>TEST: Ignore `FutureWarning` if raised from running masked array operations.</title>
<updated>2016-01-15T21:12:20+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-15T21:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=852eabaa98962d4eb203e1eb2e4d6468cb20ecd0'/>
<id>852eabaa98962d4eb203e1eb2e4d6468cb20ecd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC, MAINT: Enforce np.ndarray arg for np.put and np.place</title>
<updated>2016-01-14T19:05:31+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung@mit.edu</email>
</author>
<published>2016-01-12T23:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=02bcbd7e99f7b73c2abcb2726f79ea01a6bba2da'/>
<id>02bcbd7e99f7b73c2abcb2726f79ea01a6bba2da</id>
<content type='text'>
np.put and np.place do something only when the first argument
is an instance of np.ndarray. These changes will cause a TypeError
to be thrown in either function should that requirement not be
satisfied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
np.put and np.place do something only when the first argument
is an instance of np.ndarray. These changes will cause a TypeError
to be thrown in either function should that requirement not be
satisfied.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix nanpercentile crash on all-nan slices</title>
<updated>2016-01-12T22:38:02+00:00</updated>
<author>
<name>David Freese</name>
<email>dfreese@stanford.edu</email>
</author>
<published>2015-06-18T18:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6e699948c2b6098ec1a6e135241bc24e4df9a4d1'/>
<id>6e699948c2b6098ec1a6e135241bc24e4df9a4d1</id>
<content type='text'>
Fix bug where nanpercentile would crash with an all-nan slices when
given multiple percentiles.  Also corrects behavior where array sizes
different from numpy.percentile would be returned with keepdims enabled.

Fix #5760
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug where nanpercentile would crash with an all-nan slices when
given multiple percentiles.  Also corrects behavior where array sizes
different from numpy.percentile would be returned with keepdims enabled.

Fix #5760
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update trapz docstring.</title>
<updated>2016-01-09T17:22:01+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-09T17:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a8c97b94c7a8d41fa9a887d64b25b5253dd2ef4b'/>
<id>a8c97b94c7a8d41fa9a887d64b25b5253dd2ef4b</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix typos in trapz()</title>
<updated>2016-01-09T17:21:50+00:00</updated>
<author>
<name>François Boulogne</name>
<email>fboulogne sciunto org</email>
</author>
<published>2016-01-08T17:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6f1da5f8f5db99e7ca8397d925c8d2a013a305e0'/>
<id>6f1da5f8f5db99e7ca8397d925c8d2a013a305e0</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_arg</title>
<updated>2016-01-06T21:30:24+00:00</updated>
<author>
<name>Jaime</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2016-01-06T21:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=55b5972174a93012d6c198e25080c9b8d4c01f8f'/>
<id>55b5972174a93012d6c198e25080c9b8d4c01f8f</id>
<content type='text'>
ENH: allow single input argument in numpy.broadcast</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: allow single input argument in numpy.broadcast</pre>
</div>
</content>
</entry>
</feed>
