<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/_typing, 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>MAINT: Move set_module to numpy.core to use without C import</title>
<updated>2022-11-24T16:03:42+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-11-18T14:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7c361420b4f81713f593ebbb5c924121c1f2d19d'/>
<id>7c361420b4f81713f593ebbb5c924121c1f2d19d</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 #22359 from BvB93/pyright</title>
<updated>2022-10-02T21:47:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2022-10-02T21:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3b6abec7a453ca4ff90f43b7231b3f8910b9f875'/>
<id>3b6abec7a453ca4ff90f43b7231b3f8910b9f875</id>
<content type='text'>
TYP,MAINT: Change more overloads to play nice with pyright</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TYP,MAINT: Change more overloads to play nice with pyright</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,MAINT: Change more overloads to play nice with pyright</title>
<updated>2022-09-30T15:33:30+00:00</updated>
<author>
<name>BvB93</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-09-30T15:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1fcf9778920b600c15f682e315bd74ef52ac86a8'/>
<id>1fcf9778920b600c15f682e315bd74ef52ac86a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,ENH: Mark `numpy.typing` protocols as runtime checkable</title>
<updated>2022-09-30T15:09:51+00:00</updated>
<author>
<name>BvB93</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-09-30T14:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=51c9aa8e35c8200ca8694fc62da1837cdc1cbbff'/>
<id>51c9aa8e35c8200ca8694fc62da1837cdc1cbbff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.</title>
<updated>2022-09-05T15:22:03+00:00</updated>
<author>
<name>iantra</name>
<email>iantrasolari@gmail.com</email>
</author>
<published>2022-09-05T12:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d35f772dbfa598868bb0a1155ee7bf8ca9183b59'/>
<id>d35f772dbfa598868bb0a1155ee7bf8ca9183b59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons</title>
<updated>2022-07-14T12:33:56+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-07-14T12:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=28c73af1b8d909e7d7b9df4ffc395609c68d02a2'/>
<id>28c73af1b8d909e7d7b9df4ffc395609c68d02a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute</title>
<updated>2022-07-14T10:44:40+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-07-14T10:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d95c4285c4b8dbb8cf57b1ad5a887c8e924dc924'/>
<id>d95c4285c4b8dbb8cf57b1ad5a887c8e924dc924</id>
<content type='text'>
Adapt to the 3.11b4 changes introduced in https://github.com/python/cpython/pull/93754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt to the 3.11b4 changes introduced in https://github.com/python/cpython/pull/93754
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs</title>
<updated>2022-07-11T14:42:18+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-06-13T13:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70d9253f7ac1d6d4969e358647ddd04b4f79f8b6'/>
<id>70d9253f7ac1d6d4969e358647ddd04b4f79f8b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix typo in `numpy._typing._NestedSequence` docstring example (#21909)</title>
<updated>2022-07-03T15:20:40+00:00</updated>
<author>
<name>Thomas Mansencal</name>
<email>thomas.mansencal@gmail.com</email>
</author>
<published>2022-07-03T15:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=353fea031dacf2c31399cc938f545cfcfdc9c57c'/>
<id>353fea031dacf2c31399cc938f545cfcfdc9c57c</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAlias` changes</title>
<updated>2022-05-26T14:24:53+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-05-25T13:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4461ec48e573bb30d5f1de2a07680067e95861c9'/>
<id>4461ec48e573bb30d5f1de2a07680067e95861c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
