<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/multiarray.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>Align spelling with spelling in _GetItemKeys and documentation.</title>
<updated>2022-10-17T14:52:59+00:00</updated>
<author>
<name>Adam Knapp</name>
<email>adam.knapp@instanton.org</email>
</author>
<published>2022-10-17T14:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=00a6691c472caf65e3a28fde2fb26c88cf15fc35'/>
<id>00a6691c472caf65e3a28fde2fb26c88cf15fc35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: allow explicit `like=None` in all array creation functions (#22379)</title>
<updated>2022-10-11T11:40:27+00:00</updated>
<author>
<name>Jordy Williams</name>
<email>43758351+jordyjwilliams@users.noreply.github.com</email>
</author>
<published>2022-10-11T11:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4d19f55dd94eb16e02a605ce963d02c51411057d'/>
<id>4d19f55dd94eb16e02a605ce963d02c51411057d</id>
<content type='text'>
Addresses #22069. As discussed in the existing issue @seberg stated that it would be best to support explicitly defined like=None when creating arange objects.

Extended to all other array_creation methods which did not currently support like=None.

Closes gh-22069</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #22069. As discussed in the existing issue @seberg stated that it would be best to support explicitly defined like=None when creating arange objects.

Extended to all other array_creation methods which did not currently support like=None.

Closes gh-22069</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,ENH: Mark all unhashable classes as such</title>
<updated>2022-07-09T11:08:50+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-07-09T11:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b56833ac19c4172501fd13c2e1e725acc127f058'/>
<id>b56833ac19c4172501fd13c2e1e725acc127f058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate`</title>
<updated>2022-02-21T16:30:22+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-02-21T16:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3a3125caa3114b51c428b7992436807f8b5c90ed'/>
<id>3a3125caa3114b51c428b7992436807f8b5c90ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>TYP: Allow time manipulation functions to accept `data` and `timedelta` objects</title>
<updated>2022-01-06T13:41:49+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-01-06T02:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cc7a8e65de692c6d658b8df7c657b37f36f3d02f'/>
<id>cc7a8e65de692c6d658b8df7c657b37f36f3d02f</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>
</feed>
