<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/fromnumeric.py, branch v1.9.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>BUG: Fixes #5524 and adds test</title>
<updated>2015-02-28T12:33:40+00:00</updated>
<author>
<name>hannaro</name>
<email>hroehling@gmx.net</email>
</author>
<published>2015-02-19T13:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=43c8313a3bae730b1f6ef7a35adb935959f892c8'/>
<id>43c8313a3bae730b1f6ef7a35adb935959f892c8</id>
<content type='text'>
argpartition does not fail anymore on non-ndarray array-likes.
Fix as implemented by @maniteja123.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argpartition does not fail anymore on non-ndarray array-likes.
Fix as implemented by @maniteja123.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor error in "squeeze" docstring</title>
<updated>2014-05-31T15:20:44+00:00</updated>
<author>
<name>Michael Aquilina</name>
<email>michaelaquilina@gmail.com</email>
</author>
<published>2014-05-31T15:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=016b21186b87c68a0aa09cca939187f6f29d1900'/>
<id>016b21186b87c68a0aa09cca939187f6f29d1900</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Deprecate numpy.rank</title>
<updated>2014-04-22T20:31:40+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2014-04-12T21:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a45df106b5e34ae60eca0cf9f630df1e39bc0491'/>
<id>a45df106b5e34ae60eca0cf9f630df1e39bc0491</id>
<content type='text'>
This function is commonly confused with numpy.linalg.matrix_rank
and exists itself only for history reasons.

Closes gh-4616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is commonly confused with numpy.linalg.matrix_rank
and exists itself only for history reasons.

Closes gh-4616
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in the docstrings of np.all() and np.any()</title>
<updated>2014-04-21T07:49:20+00:00</updated>
<author>
<name>Chris Kerr</name>
<email>cjk34@cam.ac.uk</email>
</author>
<published>2014-04-21T07:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=32dc770f089f967c2e323141feb3246882072562'/>
<id>32dc770f089f967c2e323141feb3246882072562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: partition doesn't have three algorithms (yet)</title>
<updated>2014-03-26T17:07:00+00:00</updated>
<author>
<name>Lars Buitinck</name>
<email>larsmans@gmail.com</email>
</author>
<published>2014-03-26T17:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e40c9616731852af7d13669c3a8197ed096d7853'/>
<id>e40c9616731852af7d13669c3a8197ed096d7853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention `compress` in `take`'s See Also docstring</title>
<updated>2014-02-17T09:42:50+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>venthur@debian.org</email>
</author>
<published>2014-02-17T09:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=64f730db2edc65e23883c7052f198d2e77a113b6'/>
<id>64f730db2edc65e23883c7052f198d2e77a113b6</id>
<content type='text'>
closes #3620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #3620
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: keep order in np.sort and np.partition copy</title>
<updated>2013-10-23T19:26:47+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-10-23T19:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f0e6e0143c4a43e0bb9dcad7c567ffaa51d7a281'/>
<id>f0e6e0143c4a43e0bb9dcad7c567ffaa51d7a281</id>
<content type='text'>
avoids unnecessary strided to contig copy for fortran arrays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids unnecessary strided to contig copy for fortran arrays.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add isclose and partition to reference and link some docs</title>
<updated>2013-09-14T14:01:02+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-09-14T12:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d4ef9b119f0954123de9acf5cf1fcb5358d99110'/>
<id>d4ef9b119f0954123de9acf5cf1fcb5358d99110</id>
<content type='text'>
also drop sometrue/alltrue link, its equivalent to any/all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also drop sometrue/alltrue link, its equivalent to any/all.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Make the ndarray diagonal method return a view.</title>
<updated>2013-08-22T15:50:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-12T02:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fd6cfd6828950850da27b09dab93a06dfe86308f'/>
<id>fd6cfd6828950850da27b09dab93a06dfe86308f</id>
<content type='text'>
Also remove the test_diagonal_deprecation test and add test that
checks that a view is returned and that it is not writeable.

Closes #596.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove the test_diagonal_deprecation test and add test that
checks that a view is returned and that it is not writeable.

Closes #596.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
</feed>
