<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/function_base.py, branch v1.12.0rc1</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: handle unmasked NaN in ma.median like normal median</title>
<updated>2016-12-12T23:19:58+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2016-12-05T23:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=52336fcea1136302885112f90bf11aa9eaf602d3'/>
<id>52336fcea1136302885112f90bf11aa9eaf602d3</id>
<content type='text'>
This requires to base masked median on sort(endwith=False) as we need to
distinguish Inf and NaN.
Using Inf as filler element of the sort does not work as then the mask is not
guaranteed to be at the end.
Closes gh-8340

Also fixed 1d ma.median not handling np.inf correctly, the nd variant
was ok.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires to base masked median on sort(endwith=False) as we need to
distinguish Inf and NaN.
Using Inf as filler element of the sort does not work as then the mask is not
guaranteed to be at the end.
Closes gh-8340

Also fixed 1d ma.median not handling np.inf correctly, the nd variant
was ok.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: np.piecewise not working for scalars</title>
<updated>2016-11-10T20:03:27+00:00</updated>
<author>
<name>alvarosg</name>
<email>as12513@imperial.ac.uk</email>
</author>
<published>2016-10-21T13:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f39c92b5924d6d08a3d53d51df1b76dd8d93d90b'/>
<id>f39c92b5924d6d08a3d53d51df1b76dd8d93d90b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054)</title>
<updated>2016-10-18T01:32:40+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@gmail.com</email>
</author>
<published>2016-10-18T01:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0a02bb6f62a5c09103cf748bafe7a622f3dfe98b'/>
<id>0a02bb6f62a5c09103cf748bafe7a622f3dfe98b</id>
<content type='text'>
* ENH: add signature argument to vectorize for generalized ufuncs

Example usage (from the docstring):

    Vectorized convolution:

    &gt;&gt;&gt; convolve = np.vectorize(np.convolve, signature='(n),(m)-&gt;(k)')
    &gt;&gt;&gt; convolve(np.eye(4), [1, 2, 1])
    array([[ 1.,  2.,  1.,  0.,  0.,  0.],
           [ 0.,  1.,  2.,  1.,  0.,  0.],
           [ 0.,  0.,  1.,  2.,  1.,  0.],
           [ 0.,  0.,  0.,  1.,  2.,  1.]])

* Use str.format rather than %

* Fix spelling typo

* BUG: fix np.vectorize for size 0 inputs

* DOC: add vectorize to 1.12.0 release notes

* [ci-skip] Remove outdated comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ENH: add signature argument to vectorize for generalized ufuncs

Example usage (from the docstring):

    Vectorized convolution:

    &gt;&gt;&gt; convolve = np.vectorize(np.convolve, signature='(n),(m)-&gt;(k)')
    &gt;&gt;&gt; convolve(np.eye(4), [1, 2, 1])
    array([[ 1.,  2.,  1.,  0.,  0.,  0.],
           [ 0.,  1.,  2.,  1.,  0.,  0.],
           [ 0.,  0.,  1.,  2.,  1.,  0.],
           [ 0.,  0.,  0.,  1.,  2.,  1.]])

* Use str.format rather than %

* Fix spelling typo

* BUG: fix np.vectorize for size 0 inputs

* DOC: add vectorize to 1.12.0 release notes

* [ci-skip] Remove outdated comment
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change version references from x.y to x.y.z</title>
<updated>2016-09-07T07:48:40+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-07T07:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db0b231f17fb2148772181626235e2644eb67c3e'/>
<id>db0b231f17fb2148772181626235e2644eb67c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change Numpy to NumPy in dosctrings and comments</title>
<updated>2016-09-06T12:42:08+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-06T12:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681'/>
<id>2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681</id>
<content type='text'>
The strings in error messages were left untouched
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The strings in error messages were left untouched
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add stacklevel to all (or almost all) our function calls</title>
<updated>2016-09-02T14:39:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2016-01-23T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7884a8c9f5f5c6657413dbeaa59ad969280d38ea'/>
<id>7884a8c9f5f5c6657413dbeaa59ad969280d38ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling and grammar fix.</title>
<updated>2016-08-04T13:23:45+00:00</updated>
<author>
<name>Daniel Ching</name>
<email>carterbox@users.noreply.github.com</email>
</author>
<published>2016-08-04T13:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f'/>
<id>0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f</id>
<content type='text'>
Histogram documentation was missing an 'a' in the phrase 'all around performance'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Histogram documentation was missing an 'a' in the phrase 'all around performance'.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Misplaced parens in formula</title>
<updated>2016-07-06T15:51:25+00:00</updated>
<author>
<name>Joseph Fox-Rabinovitz</name>
<email>madphysicist@users.noreply.github.com</email>
</author>
<published>2016-07-06T15:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0038a258ad8de4d4805bf3a3c75a784f72493433'/>
<id>0038a258ad8de4d4805bf3a3c75a784f72493433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"lambda" is not allowed to use as keyword arguments because it is a reserved word.</title>
<updated>2016-07-04T14:05:36+00:00</updated>
<author>
<name>Toshihiro Kamishima</name>
<email>mail@kamishima.net</email>
</author>
<published>2016-07-04T14:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=02b966c84c42ae5a364a1b5b2c6fbcacfde85a3a'/>
<id>02b966c84c42ae5a364a1b5b2c6fbcacfde85a3a</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 #7347 from erensezener/generalized_rot90</title>
<updated>2016-06-22T20:20:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-06-22T20:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=de0fcbd6d1d0183e3fced038be92f64c826f20c3'/>
<id>de0fcbd6d1d0183e3fced038be92f64c826f20c3</id>
<content type='text'>
ENH Generalized rot90 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH Generalized rot90 </pre>
</div>
</content>
</entry>
</feed>
