<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/numeric.pyi, 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>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>BUG: change overload order to play nice with pyright.</title>
<updated>2022-09-01T13:42:11+00:00</updated>
<author>
<name>iantra</name>
<email>iantrasolari@gmail.com</email>
</author>
<published>2022-09-01T13:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a670bea06280a50458a08e2dd9f1512150e02526'/>
<id>a670bea06280a50458a08e2dd9f1512150e02526</id>
<content type='text'>
Pyright just chooses the first matching type whenever there is ambiguity in type resolution, which leads to NoReturn for the cross function in certain situations. Other overloads were changed to match. See ticket #22146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pyright just chooses the first matching type whenever there is ambiguity in type resolution, which leads to NoReturn for the cross function in certain situations. Other overloads were changed to match. See ticket #22146
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Split `numpy.typing` into a public and private component</title>
<updated>2022-03-18T17:29:54+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-03-18T16:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7739583f5fb39c31e83010a3153fa078004e55eb'/>
<id>7739583f5fb39c31e83010a3153fa078004e55eb</id>
<content type='text'>
i.e. `numpy.typing` and `numpy._typing`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.e. `numpy.typing` and `numpy._typing`
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`</title>
<updated>2022-01-24T16:29:37+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-01-24T16:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03dc8bfbc809b43b91b4ecb8f481be1ce2644d66'/>
<id>03dc8bfbc809b43b91b4ecb8f481be1ce2644d66</id>
<content type='text'>
Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`</title>
<updated>2022-01-24T16:29:03+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-01-24T16:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5264dc220dc208e533bdbdcafa9f4f06ddb04aab'/>
<id>5264dc220dc208e533bdbdcafa9f4f06ddb04aab</id>
<content type='text'>
Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic`
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Type the `like` parameter via a `__array_function__` protocol</title>
<updated>2022-01-11T17:56:27+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-01-11T17:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fc30b217c1021b268a8cdcc594fa9d792ce17b19'/>
<id>fc30b217c1021b268a8cdcc594fa9d792ce17b19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use subscriptable `collections.abc` types over the generic aliases in …</title>
<updated>2021-12-23T20:15:00+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-12-21T22:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe361df62b101a27fd2ea203fb0b79b6a5f61401'/>
<id>fe361df62b101a27fd2ea203fb0b79b6a5f61401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use subscriptable `builtins` types over the generic aliases in `typing`</title>
<updated>2021-12-23T20:15:00+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-12-21T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7b5f39b5eeac583f822741eaf95a8229f2b5f8d7'/>
<id>7b5f39b5eeac583f822741eaf95a8229f2b5f8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add dtype-support to `np.core.numeric`</title>
<updated>2021-10-26T15:42:58+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-10-25T15:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dd70e4eb486fdbd42f78d7f197610f524d4f5ca1'/>
<id>dd70e4eb486fdbd42f78d7f197610f524d4f5ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Drop .pyi code-paths specific to Python 3.7</title>
<updated>2021-08-30T13:26:54+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-08-14T20:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=355336119136f620c27f1adcc26074eb9528c159'/>
<id>355336119136f620c27f1adcc26074eb9528c159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
