<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/ma, 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>ENH: Deprecation warnings for `/` integer division when running python -3</title>
<updated>2016-11-01T01:58:36+00:00</updated>
<author>
<name>saurabh</name>
<email>e.samehta@gmail.com</email>
</author>
<published>2016-11-01T01:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f685f1a83de2d8fc1e0f48167a204248b6656a63'/>
<id>f685f1a83de2d8fc1e0f48167a204248b6656a63</id>
<content type='text'>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix (and test) np.ma.convolve for raw lists</title>
<updated>2016-10-19T18:57:07+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-10-19T18:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4c2ad8a4a23524f422f476c1596c973c4308e5da'/>
<id>4c2ad8a4a23524f422f476c1596c973c4308e5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: correct ma.convolve docstrings, and add the feature to the release notes</title>
<updated>2016-10-19T18:57:06+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-10-19T17:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf3fb267a3b014adbf6a980684877374636234b3'/>
<id>bf3fb267a3b014adbf6a980684877374636234b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Rename contagious to propagate_mask</title>
<updated>2016-10-19T18:57:05+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-10-19T17:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb52fd63627fa7547f5467324726d151af3aff84'/>
<id>cb52fd63627fa7547f5467324726d151af3aff84</id>
<content type='text'>
As discussed in the mailing list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in the mailing list
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add ma.convolve and ma.correlate for #6458</title>
<updated>2016-10-19T17:16:44+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-08-09T06:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ebbbb07285dec67cd89f410be4dd3b426c13f10'/>
<id>3ebbbb07285dec67cd89f410be4dd3b426c13f10</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 #8142 from ahaldane/ma_mean_scalar</title>
<updated>2016-10-14T17:15:37+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-14T17:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fa31422a411ef470fc38f9f11b4835911a626736'/>
<id>fa31422a411ef470fc38f9f11b4835911a626736</id>
<content type='text'>
BUG: np.ma.mean and var should return scalar if no mask</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: np.ma.mean and var should return scalar if no mask</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: np.ma.mean and var should return scalar if no mask</title>
<updated>2016-10-13T22:50:32+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2016-10-11T18:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d8d7c2528b99094358a57e53bb7a67bcacb679ae'/>
<id>d8d7c2528b99094358a57e53bb7a67bcacb679ae</id>
<content type='text'>
Fixes #5769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5769
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8103 from mattip/pypy-fixes</title>
<updated>2016-10-08T18:54:40+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2016-10-08T18:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dbb70947b95b92abf3e48ef8be7bd3ab79489892'/>
<id>dbb70947b95b92abf3e48ef8be7bd3ab79489892</id>
<content type='text'>
Pypy fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pypy fixes</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)</title>
<updated>2016-10-06T21:30:50+00:00</updated>
<author>
<name>Raghav RV</name>
<email>rvraghav93@gmail.com</email>
</author>
<published>2016-10-06T21:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8888a76c2c8211588b71e19a45a938d73fd0b5f4'/>
<id>8888a76c2c8211588b71e19a45a938d73fd0b5f4</id>
<content type='text'>
* TST add test to check pickling of object dtyped masked array

* Serialize to list instead of bytestring for the data array

* Test for different masks

* Test fill value for object dtype too

* Use ndarray.__reduce__ to extract the bytestring/list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TST add test to check pickling of object dtyped masked array

* Serialize to list instead of bytestring for the data array

* Test for different masks

* Test fill value for object dtype too

* Use ndarray.__reduce__ to extract the bytestring/list
</pre>
</div>
</content>
</entry>
</feed>
