<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/ma/core.py, branch meson</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>Merge pull request #22436 from cmarmo/doc-masked-equal</title>
<updated>2022-11-21T16:09:55+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-11-21T16:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f92c90ca4fd39346b25bbae076b991f4139d3089'/>
<id>f92c90ca4fd39346b25bbae076b991f4139d3089</id>
<content type='text'>
DOC: Clarify docstring of `masked_equal` and `masked_values`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Clarify docstring of `masked_equal` and `masked_values`</pre>
</div>
</content>
</entry>
<entry>
<title>Update numpy/ma/core.py</title>
<updated>2022-11-21T15:48:19+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-11-21T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=918f81df4a6f1b8dd85560e9b9fce4084cbc828c'/>
<id>918f81df4a6f1b8dd85560e9b9fce4084cbc828c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add example for np.ma.power as part of #22269</title>
<updated>2022-11-19T22:37:47+00:00</updated>
<author>
<name>Stefanie Molin</name>
<email>24376333+stefmolin@users.noreply.github.com</email>
</author>
<published>2022-11-19T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=723f0eb315cfb16f913ddc4d9ac16bde738809f6'/>
<id>723f0eb315cfb16f913ddc4d9ac16bde738809f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove u-prefix for former Unicode strings (#22479)</title>
<updated>2022-10-26T17:02:37+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2022-10-26T17:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=13d55a3c2f016a58a6e9d6b8086f338e07c7478f'/>
<id>13d55a3c2f016a58a6e9d6b8086f338e07c7478f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address reviewer comment.</title>
<updated>2022-10-18T00:52:35+00:00</updated>
<author>
<name>Chiara Marmo</name>
<email>marmochiaskl@gmail.com</email>
</author>
<published>2022-10-18T00:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=38fe698843d8d13fcdbcdce13b186aa66623a324'/>
<id>38fe698843d8d13fcdbcdce13b186aa66623a324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify docstring of masked_values</title>
<updated>2022-10-13T21:41:53+00:00</updated>
<author>
<name>Chiara Marmo</name>
<email>marmochiaskl@gmail.com</email>
</author>
<published>2022-10-13T21:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a85f04e06d87440fe9a33f95eea2860917ddbbc'/>
<id>7a85f04e06d87440fe9a33f95eea2860917ddbbc</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 #22385 from seberg/deprecate-out-of-bound-pyint-conversion</title>
<updated>2022-10-11T16:34:59+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-10-11T16:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=226f9c537ff9c0da56884f5ef5b5220c6c3629e9'/>
<id>226f9c537ff9c0da56884f5ef5b5220c6c3629e9</id>
<content type='text'>
DEP: Deprecate conversion of out-of-bound Python integers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Deprecate conversion of out-of-bound Python integers</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: added `ma.round` and `ma.round_` examples (#22404)</title>
<updated>2022-10-11T13:55:10+00:00</updated>
<author>
<name>Felix Hirwa Nshuti</name>
<email>hirwanshutiflx@gmail.com</email>
</author>
<published>2022-10-11T13:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7036b164ed1d59df870c35a90ab2e6148ba976cc'/>
<id>7036b164ed1d59df870c35a90ab2e6148ba976cc</id>
<content type='text'>
This PR is partially addressing #22269
Added examples for ma.round and ma.round_</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR is partially addressing #22269
Added examples for ma.round and ma.round_</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Structured MA fill value workaround by adding array cast</title>
<updated>2022-10-05T20:00:56+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-05T15:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=afcc5608dadb17d7df565f95313cdbc1bd3a399b'/>
<id>afcc5608dadb17d7df565f95313cdbc1bd3a399b</id>
<content type='text'>
This wraps the fill value into an array, the default fill value for all
ointegers is 99999 which doesn't work for many integer dtypes.

Note that this might still subtle change the behavior in other
code paths where we cannot avoid this.  Plus, the deprecationwarning
may show up (and in fact be a "in the future will use the default
fill value" warning).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This wraps the fill value into an array, the default fill value for all
ointegers is 99999 which doesn't work for many integer dtypes.

Note that this might still subtle change the behavior in other
code paths where we cannot avoid this.  Plus, the deprecationwarning
may show up (and in fact be a "in the future will use the default
fill value" warning).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22046 from cmarmo/masked-invalid</title>
<updated>2022-10-05T17:09:56+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-10-05T17:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=02b68f16efaff733e77a12c67ea888dba6827720'/>
<id>02b68f16efaff733e77a12c67ea888dba6827720</id>
<content type='text'>
BUG: Make `mask_invalid` consistent with `mask_where` if `copy` is set to `False`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Make `mask_invalid` consistent with `mask_where` if `copy` is set to `False`</pre>
</div>
</content>
</entry>
</feed>
