<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/neps, branch meson</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #22478 from seberg/integer-scalar-warnings</title>
<updated>2022-10-31T13:08:04+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-10-31T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=53beb7b0244425111196085a1342c0787b451e76'/>
<id>53beb7b0244425111196085a1342c0787b451e76</id>
<content type='text'>
BUG: -unsigned_int(0) no overflow warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: -unsigned_int(0) no overflow warning</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc/neps/nep-0050-scalar-promotion.rst</title>
<updated>2022-10-31T10:34:22+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-10-31T10:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=27d876ffaa179cf38b7d20b8f245a9e637bd0de8'/>
<id>27d876ffaa179cf38b7d20b8f245a9e637bd0de8</id>
<content type='text'>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>NEP: Make NEP 51 to propose changing the scalar representation (#22261)</title>
<updated>2022-10-28T01:57:52+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-10-28T01:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0694704aa3f0cba1f072999acb7a7964437049dd'/>
<id>0694704aa3f0cba1f072999acb7a7964437049dd</id>
<content type='text'>
* NEP: Initial draft for a NEP to change NumPy scalar representation

* NEP: Propose to use ``np.`` prefix consistently.

* NEP: Clarify that the PR actually already went beyond booleans

* Add additional notes on longlong and Decimal(repr(scalar))

* NEP: Introduce ``get_formatter()`` and mention changes to void/MA

Also mention the backwards-incompatible break of changing ``arr.tofile()``

* Small updates, mainly because I now also use ``str`` and not just ``repr``

* DOC: Add note about non-finite values

The current choice is `np.float64(nan)` and not one of the alterntives...

* DOC: minor wording/formatting fixups.

* NEP: Address Ross' reviews of NEP 51

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* NEP: Initial draft for a NEP to change NumPy scalar representation

* NEP: Propose to use ``np.`` prefix consistently.

* NEP: Clarify that the PR actually already went beyond booleans

* Add additional notes on longlong and Decimal(repr(scalar))

* NEP: Introduce ``get_formatter()`` and mention changes to void/MA

Also mention the backwards-incompatible break of changing ``arr.tofile()``

* Small updates, mainly because I now also use ``str`` and not just ``repr``

* DOC: Add note about non-finite values

The current choice is `np.float64(nan)` and not one of the alterntives...

* DOC: minor wording/formatting fixups.

* NEP: Address Ross' reviews of NEP 51

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update NEP 50, only integer power has missing overflow</title>
<updated>2022-10-27T10:03:43+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-25T17:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0e13f55241064f8733cc4ba520d8308aadb5bd82'/>
<id>0e13f55241064f8733cc4ba520d8308aadb5bd82</id>
<content type='text'>
All other operators should have been fixed now, many recently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All other operators should have been fixed now, many recently.
</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://91.123.203.49/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>DOC: Update NEP 50 text since integer conversion errors now exist.</title>
<updated>2022-10-19T12:27:31+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-19T10:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f5811453bfb29a299334ec316322a947b917e146'/>
<id>f5811453bfb29a299334ec316322a947b917e146</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 #22399 from DimitriPapadopoulos/codespell</title>
<updated>2022-10-07T09:50:39+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-10-07T09:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=67b2d7398cd7e95b49d39a3ac5691fae438d57b0'/>
<id>67b2d7398cd7e95b49d39a3ac5691fae438d57b0</id>
<content type='text'>
MAINT: Fix typos found by codespell</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Fix typos found by codespell</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typos found by codespell in NEP</title>
<updated>2022-10-07T08:06:03+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-10-07T07:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b347b4d2043ac97af3583b1038f2c02bdadcf3db'/>
<id>b347b4d2043ac97af3583b1038f2c02bdadcf3db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update broken link to diataxis framework.</title>
<updated>2022-10-07T06:57:12+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-10-07T06:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4257508c65b6205fb3d24940532d564ec4ab1fef'/>
<id>4257508c65b6205fb3d24940532d564ec4ab1fef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEP: Mark NEP 34 as final</title>
<updated>2022-07-17T20:45:07+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-07-17T20:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ebf80efcc04503a4a5f174d0f979e6e7bb1abc1e'/>
<id>ebf80efcc04503a4a5f174d0f979e6e7bb1abc1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
