<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src, 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 #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>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>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>
<entry>
<title>Merge pull request #22679 from mattip/issue22673</title>
<updated>2022-11-27T17:16:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-27T17:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=57f704ae8dba5d013b63c93367c115f7cd0b0518'/>
<id>57f704ae8dba5d013b63c93367c115f7cd0b0518</id>
<content type='text'>
BLD: revert function() -&gt; #define for 3 npymath functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLD: revert function() -&gt; #define for 3 npymath functions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22678 from eltociear/patch-5</title>
<updated>2022-11-27T15:58:02+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-27T15:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=843be7486e08ae5badc21757840dfa6f2915efe7'/>
<id>843be7486e08ae5badc21757840dfa6f2915efe7</id>
<content type='text'>
MAINT: fix typo in loops_unary_fp.dispatch.c.src</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: fix typo in loops_unary_fp.dispatch.c.src</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22677 from rgommers/cleanups-gitignore-inline</title>
<updated>2022-11-27T15:57:25+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-27T15:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f226baeb9d957639301431ddbba3d682d6a027d'/>
<id>2f226baeb9d957639301431ddbba3d682d6a027d</id>
<content type='text'>
MAINT: fix `.gitignore` issues, and remove remaining `NPY_INLINE` usages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: fix `.gitignore` issues, and remove remaining `NPY_INLINE` usages</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove remaining `NPY_INLINE` usages</title>
<updated>2022-11-27T14:31:40+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-25T17:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a50f23f0d136a737bd8708eb62abd15a861c3bf'/>
<id>7a50f23f0d136a737bd8708eb62abd15a861c3bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
