<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, 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 branch 'main' into meson</title>
<updated>2022-11-30T22:17:27+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-30T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=15e7d95959c625d992de9aded26c8864a7a4dd4f'/>
<id>15e7d95959c625d992de9aded26c8864a7a4dd4f</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 #22693 from mattip/backport-meson</title>
<updated>2022-11-30T21:31:13+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-30T21:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=01d64079b05c9b0c57775d0bb97d1cb5d52d2512'/>
<id>01d64079b05c9b0c57775d0bb97d1cb5d52d2512</id>
<content type='text'>
MAINT: unify NPY_NO_SIGNAL macros

[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: unify NPY_NO_SIGNAL macros

[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: unify NPY_NO_SIGNAL macros</title>
<updated>2022-11-30T15:54:11+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-30T15:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=14075ff05504f2ce2275cd095e2f0172259ad775'/>
<id>14075ff05504f2ce2275cd095e2f0172259ad775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: fixes for MSVC</title>
<updated>2022-11-30T12:55:24+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-30T12:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5886138349ba4dd05f90ccff1acc66d0076a4209'/>
<id>5886138349ba4dd05f90ccff1acc66d0076a4209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fixup new ufunc AxisError use to use `numpy.exceptions`</title>
<updated>2022-11-30T11:07:51+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-11-30T07:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8cf1f69435f15d4f32bec7e550756a6151bf91f1'/>
<id>8cf1f69435f15d4f32bec7e550756a6151bf91f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Add new exceptions module and move exception exposed via numeric</title>
<updated>2022-11-30T11:07:51+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-11-18T13:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b0f318b38e7dd305c3ca93e6c912e1391dda999e'/>
<id>b0f318b38e7dd305c3ca93e6c912e1391dda999e</id>
<content type='text'>
This means moving ComplexWarning, TooHardError, and AxisError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means moving ComplexWarning, TooHardError, and AxisError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22619 from seberg/move-set_module</title>
<updated>2022-11-29T21:33:27+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-29T21:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b0b7a066c393a1d7cc69e9a6db7c7c7a3602b293'/>
<id>b0b7a066c393a1d7cc69e9a6db7c7c7a3602b293</id>
<content type='text'>
MAINT: Move set_module from numpy.core to numpy._utils</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Move set_module from numpy.core to numpy._utils</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22533 from ngoldbaum/ufunc-and-function-listing</title>
<updated>2022-11-29T16:56:10+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-11-29T16:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2cf8c40727b08c029cdaf7fce803d031a60499a2'/>
<id>2cf8c40727b08c029cdaf7fce803d031a60499a2</id>
<content type='text'>
API: Add numpy.testing.overrides to aid testing of custom array containers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Add numpy.testing.overrides to aid testing of custom array containers</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Slightly improve error when gufunc axes has wrong size (#22675)</title>
<updated>2022-11-28T16:43:13+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-11-28T16:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4dc5321a3d8d308808a200a3bf621651a5e67f5a'/>
<id>4dc5321a3d8d308808a200a3bf621651a5e67f5a</id>
<content type='text'>
* DOC: Slightly improve error when gufunc axes has wrong size

My hope was to tweak it into something useful that:

    a @= b

can raise when `b` should have two dimensions and has two axes specified
but actually only has one.
I didn't succeed, but I still think it a slight improvement to give the
ufunc name and the actual core dimensions.

* ENH: Use AxisError when gufunc axes appear wrong due to the number of entries

This allows catching the error relatively targeted for in-place matmul `a @= b`
which may use this path.

* MAINT: Restore most TypeErrors (a bit more compexl than nice, but...)

* DOC: add a release note

Co-authored-by: mattip &lt;matti.picus@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Slightly improve error when gufunc axes has wrong size

My hope was to tweak it into something useful that:

    a @= b

can raise when `b` should have two dimensions and has two axes specified
but actually only has one.
I didn't succeed, but I still think it a slight improvement to give the
ufunc name and the actual core dimensions.

* ENH: Use AxisError when gufunc axes appear wrong due to the number of entries

This allows catching the error relatively targeted for in-place matmul `a @= b`
which may use this path.

* MAINT: Restore most TypeErrors (a bit more compexl than nice, but...)

* DOC: add a release note

Co-authored-by: mattip &lt;matti.picus@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22684)</title>
<updated>2022-11-28T16:06:11+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-28T16:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c687f2d16f8ba965828fee3a001844b4952474f5'/>
<id>c687f2d16f8ba965828fee3a001844b4952474f5</id>
<content type='text'>
* make isnan, isinf, isfinite, signbit, nextafter aliases

* fixes from review

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* make isnan, isinf, isfinite, signbit, nextafter aliases

* fixes from review

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;</pre>
</div>
</content>
</entry>
</feed>
