<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/ma, branch v1.15.3</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: Fix MaskedArray fill_value type conversion.</title>
<updated>2018-10-21T18:04:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-10-19T18:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0af23d1994e4bdb27c89e718c19f7aede981c05c'/>
<id>0af23d1994e4bdb27c89e718c19f7aede981c05c</id>
<content type='text'>
Fixes the regression introduced by #10211 where the masked array fill
value type was not properly converted by astype.

Closes #12070.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the regression introduced by #10211 where the masked array fill
value type was not properly converted by astype.

Closes #12070.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix test sensitive to platform byte order.</title>
<updated>2018-08-18T13:52:11+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-13T20:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9a8cce85151589cb82944c29ed5a74a2cd2a619c'/>
<id>9a8cce85151589cb82944c29ed5a74a2cd2a619c</id>
<content type='text'>
The TestMaskedArrayMethods.test_sort_flexible test was failing for for
the subarray checks on big endian systems. That was probably due to
subarrays being sorted as bytestrings. This fixes the test by simply
checking that the sort does not error rather than checking the result.

Closes #11716.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The TestMaskedArrayMethods.test_sort_flexible test was failing for for
the subarray checks on big endian systems. That was probably due to
subarrays being sorted as bytestrings. This fixes the test by simply
checking that the sort does not error rather than checking the result.

Closes #11716.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Undo behavior change in ma.masked_values(shrink=True)</title>
<updated>2018-06-10T18:09:57+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-06-10T18:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=51dc6f4064a4eae2bae764de1579e009160b9a84'/>
<id>51dc6f4064a4eae2bae764de1579e009160b9a84</id>
<content type='text'>
This change was introduced as part of #10232

Fixes #11112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was introduced as part of #10232

Fixes #11112
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10314 from mhvk/ma-array-finalize-mask-view</title>
<updated>2018-05-29T07:54:27+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-05-29T07:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6ccb03d5e0bfe3cc9fd2c69e0d9606447c358a2d'/>
<id>6ccb03d5e0bfe3cc9fd2c69e0d9606447c358a2d</id>
<content type='text'>
BUG: Ensure __array_finalize__ cannot back-mangle shape</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Ensure __array_finalize__ cannot back-mangle shape</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11105 from eric-wieser/take_along_axis-strict</title>
<updated>2018-05-29T00:42:44+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2018-05-29T00:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=23cb605d7f230ee2b00c0e7167256cf434731b16'/>
<id>23cb605d7f230ee2b00c0e7167256cf434731b16</id>
<content type='text'>
ENH: Add (put|take)_along_axis</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add (put|take)_along_axis</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11120 from eric-wieser/simplify-ma-ctor</title>
<updated>2018-05-27T01:37:30+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2018-05-27T01:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=09e108dc3453cbca17a80e75f5ec2b941e5b8137'/>
<id>09e108dc3453cbca17a80e75f5ec2b941e5b8137</id>
<content type='text'>
MAINT: remove redundant code in MaskedArray.__new__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: remove redundant code in MaskedArray.__new__</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Add blank line</title>
<updated>2018-05-27T01:05:40+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-05-27T01:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5c1e7ae50d6242ce1f04d1a6482a85f443b6bc1e'/>
<id>5c1e7ae50d6242ce1f04d1a6482a85f443b6bc1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: rewrite np.ma.(median|sort) to use take_along_axis</title>
<updated>2018-05-26T05:55:59+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-02-28T17:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a3c50ab427cd9c4f3125a8e72d31f9141bd558a'/>
<id>7a3c50ab427cd9c4f3125a8e72d31f9141bd558a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)</title>
<updated>2018-05-26T05:51:33+00:00</updated>
<author>
<name>Kritika Jalan</name>
<email>krithi710@gmail.com</email>
</author>
<published>2018-05-26T05:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c1fc882277bcec42e11f67c6eced43d68cec4d7a'/>
<id>c1fc882277bcec42e11f67c6eced43d68cec4d7a</id>
<content type='text'>
Fixes #11021</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #11021</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: move remaining MaskedArray matrix tests to matrixlib.</title>
<updated>2018-05-22T20:13:04+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2018-05-22T20:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c17c42924231571b0df833ef3df59194bb3dcb9d'/>
<id>c17c42924231571b0df833ef3df59194bb3dcb9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
