<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/shape_base.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>TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack`</title>
<updated>2022-11-14T16:43:37+00:00</updated>
<author>
<name>BvB93</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-10-06T11:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=473b80f9b6cecdef0e26b0c9396e194353d92719'/>
<id>473b80f9b6cecdef0e26b0c9396e194353d92719</id>
<content type='text'>
Xref https://github.com/numpy/numpy/pull/21627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xref https://github.com/numpy/numpy/pull/21627
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: adding casting option to numpy.stack. (#21627)</title>
<updated>2022-06-08T22:07:58+00:00</updated>
<author>
<name>Jhonatan Cunha</name>
<email>jhonatancunha@alunos.utfpr.edu.br</email>
</author>
<published>2022-06-08T22:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=126046f84449fffeb0c75ae88657ce6b90236eee'/>
<id>126046f84449fffeb0c75ae88657ce6b90236eee</id>
<content type='text'>
np.concatenate and np.stack are similar methods, but only np.concatenate has the casting option.

This PR puts the casting option into the np.stack method to control what kind of data casting may occur

Closes gh-20959

* ENH: adding casting option to numpy.stack.

See #20959

* ENH: adding dtype option to numpy.stack.

See #20959

* REV: removing auto-generated file loops_modulo.dispatch.c

See numpy#20959

* REV: removing auto-generated file loops_modulo.dispatch.c

See numpy#20959

* REV: removing inserted newlines

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: inserting versionadded info in dtype and casting parameters.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* TST: writing tests to stack method with dtype and casting options

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: adding upcoming_change file for new options casting and dtype in method stack.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: reverting lint errors.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: inserting hstack and vstack methods in upcoming changes

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* ENH: adding dtype and casting keyword arguments to numpy.vstack and numpy.hstack.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* TST: writing tests to vstack and hstack methods with dtype and casting keyword arguments.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: reverting the 'out' option type in stack method.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: Reverting out type changes in overload of shape_base.pyi file.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: jhonatancunha &lt;jhonatancunha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: correcting some english erros in upcoming_changes file.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

Co-authored-by: JessePires &lt;jessepires2010@gmail.com&gt;
Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
np.concatenate and np.stack are similar methods, but only np.concatenate has the casting option.

This PR puts the casting option into the np.stack method to control what kind of data casting may occur

Closes gh-20959

* ENH: adding casting option to numpy.stack.

See #20959

* ENH: adding dtype option to numpy.stack.

See #20959

* REV: removing auto-generated file loops_modulo.dispatch.c

See numpy#20959

* REV: removing auto-generated file loops_modulo.dispatch.c

See numpy#20959

* REV: removing inserted newlines

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: inserting versionadded info in dtype and casting parameters.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* TST: writing tests to stack method with dtype and casting options

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: adding upcoming_change file for new options casting and dtype in method stack.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: reverting lint errors.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: inserting hstack and vstack methods in upcoming changes

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* ENH: adding dtype and casting keyword arguments to numpy.vstack and numpy.hstack.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* TST: writing tests to vstack and hstack methods with dtype and casting keyword arguments.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: reverting the 'out' option type in stack method.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* REV: Reverting out type changes in overload of shape_base.pyi file.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: jhonatancunha &lt;jhonatancunha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

* DOC: correcting some english erros in upcoming_changes file.

See numpy#20959

Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;

Co-authored-by: JessePires &lt;jessepires2010@gmail.com&gt;
Co-authored-by: alescrocaro &lt;alescrocaro@gmail.com&gt;
Co-authored-by: JessePires &lt;jesserocha@alunos.utfpr.edu.br&gt;
Co-authored-by: patriarka &lt;matheussantanapatriarca2019@outlook.com&gt;</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>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>MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`</title>
<updated>2021-09-19T21:15:11+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-01-12T13:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a315d5ee5ab56f434fdf196c3a9fe1dd7e72e5bd'/>
<id>a315d5ee5ab56f434fdf196c3a9fe1dd7e72e5bd</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 the PEP 457 positional-only syntax in the stub files</title>
<updated>2021-08-31T10:06:25+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-08-31T10:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45e43d72494a993188d809ef676fe3648a79e7bf'/>
<id>45e43d72494a993188d809ef676fe3648a79e7bf</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>
<entry>
<title>ENH: Add dtype-support to `np.core.shape_base`</title>
<updated>2021-06-14T20:42:00+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-06-13T22:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7f4e83f7cda72c0f4c56572039cfdf504c6b9115'/>
<id>7f4e83f7cda72c0f4c56572039cfdf504c6b9115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
