<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/array_api, branch main</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 #21120 from BvB93/matmul</title>
<updated>2023-03-26T11:32:25+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-03-26T11:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a37978a106073eaec5cb9e0cb54785fafb639650'/>
<id>a37978a106073eaec5cb9e0cb54785fafb639650</id>
<content type='text'>
ENH: Add support for inplace matrix multiplication</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add support for inplace matrix multiplication</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup unused Python3.8-only code and references</title>
<updated>2023-03-14T10:54:47+00:00</updated>
<author>
<name>Clément Robert</name>
<email>cr52@protonmail.com</email>
</author>
<published>2023-03-14T10:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e570c6f5ff6f5aa966193d51560d3cde30fc09bd'/>
<id>e570c6f5ff6f5aa966193d51560d3cde30fc09bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename test function</title>
<updated>2023-02-26T08:19:45+00:00</updated>
<author>
<name>Alex Rogozhnikov</name>
<email>arogozhnikov@users.noreply.github.com</email>
</author>
<published>2023-02-26T08:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=786bd366b22675b1e4067653d4729031c258f35f'/>
<id>786bd366b22675b1e4067653d4729031c258f35f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for xp.take</title>
<updated>2023-02-26T07:56:47+00:00</updated>
<author>
<name>Alex Rogozhnikov</name>
<email>arogozhnikov@users.noreply.github.com</email>
</author>
<published>2023-02-26T07:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f07d55b27671a4575e3b9b2fc7ca9ec897d4db9e'/>
<id>f07d55b27671a4575e3b9b2fc7ca9ec897d4db9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,MAINT: Add a missing explicit Any parameter</title>
<updated>2023-02-21T13:50:04+00:00</updated>
<author>
<name>Francesc Elies</name>
<email>elies@posteo.net</email>
</author>
<published>2023-02-21T13:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8816c76631af79c46a8cf33ac1a8a79b2717c9ac'/>
<id>8816c76631af79c46a8cf33ac1a8a79b2717c9ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Some updates to the array_api compat document (#22747)</title>
<updated>2022-12-07T00:48:32+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2022-12-07T00:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a6740500576475a43a7121087e9f5f96d48ef1d2'/>
<id>a6740500576475a43a7121087e9f5f96d48ef1d2</id>
<content type='text'>
* Add reshape differences to the array API compat document

* Add an item to the array API compat document about reverse broadcasting

* Make some wording easier to read</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add reshape differences to the array API compat document

* Add an item to the array API compat document about reverse broadcasting

* Make some wording easier to read</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Let `ndarray.__imatmul__` handle inplace matrix multiplication in the array-api</title>
<updated>2022-12-01T23:29:32+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-02-25T17:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=de0521fc22e641be5e819a2fec785c6f89ebca8c'/>
<id>de0521fc22e641be5e819a2fec785c6f89ebca8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `__array_api_version__` to `numpy.array_api` namespace</title>
<updated>2022-10-02T11:35:59+00:00</updated>
<author>
<name>Matthew Barber</name>
<email>quitesimplymatt@gmail.com</email>
</author>
<published>2022-10-02T11:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6579448e6c76b2ad4487903688ac9fe3c02ff39c'/>
<id>6579448e6c76b2ad4487903688ac9fe3c02ff39c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Move new `asarray` test to a more appropriate place. (#22251)</title>
<updated>2022-09-13T06:20:45+00:00</updated>
<author>
<name>M. Eric Irrgang</name>
<email>ericirrgang@gmail.com</email>
</author>
<published>2022-09-13T06:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4d4fca0cef2e5594a50c1d10a9db6f21aaba0a58'/>
<id>4d4fca0cef2e5594a50c1d10a9db6f21aaba0a58</id>
<content type='text'>
As noted at #21995 (comment), the new test from #21995 was placed in a directory intended for the Array API, and unrelated to the change.

* Consolidate test_dtype_identity into an existing test file.

Remove `test_asarray.py`. Create a new `TestAsArray` suite in
`test_array_coercion.py`

* Linting.

Wrap some comments that got too long after function became
a method (with additional indentation).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As noted at #21995 (comment), the new test from #21995 was placed in a directory intended for the Array API, and unrelated to the change.

* Consolidate test_dtype_identity into an existing test file.

Remove `test_asarray.py`. Create a new `TestAsArray` suite in
`test_array_coercion.py`

* Linting.

Wrap some comments that got too long after function became
a method (with additional indentation).</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #21995 from eirrgang/mei-1468</title>
<updated>2022-09-07T16:55:38+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-09-07T16:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65c10c1cfecb2b3ebd0306ed1c63b103158f80d5'/>
<id>65c10c1cfecb2b3ebd0306ed1c63b103158f80d5</id>
<content type='text'>
BUG: Distinguish exact vs. equivalent dtype for C type aliases.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Distinguish exact vs. equivalent dtype for C type aliases.</pre>
</div>
</content>
</entry>
</feed>
