<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib, 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>Merge pull request #22619 from seberg/move-set_module</title>
<updated>2022-11-29T21:33:27+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-29T21:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b0b7a066c393a1d7cc69e9a6db7c7c7a3602b293'/>
<id>b0b7a066c393a1d7cc69e9a6db7c7c7a3602b293</id>
<content type='text'>
MAINT: Move set_module from numpy.core to numpy._utils</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Move set_module from numpy.core to numpy._utils</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: lib: A bit of flake8-driven clean up in shape_base.py</title>
<updated>2022-11-24T18:13:20+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2022-11-24T18:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=abd9f12e3d7962551b248ceb1a3ba9828c660115'/>
<id>abd9f12e3d7962551b248ceb1a3ba9828c660115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: lib: Use keepdims in a couple docstrings.</title>
<updated>2022-11-24T18:07:26+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2022-11-24T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=09154cfa6dea50a6ac24ae1062095c9e98026bbc'/>
<id>09154cfa6dea50a6ac24ae1062095c9e98026bbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>BUG: Histogramdd breaks on big arrays in Windows (#22561)</title>
<updated>2022-11-18T07:57:11+00:00</updated>
<author>
<name>Navpreet Singh</name>
<email>navpreet_np@yahoo.com</email>
</author>
<published>2022-11-18T07:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=72af24df557802015820714aaa3d105d53216431'/>
<id>72af24df557802015820714aaa3d105d53216431</id>
<content type='text'>
* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* Removed the binary files

* Update test_histograms.py

* Update test_histograms.py

* Update test_histograms.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* Removed the binary files

* Update test_histograms.py

* Update test_histograms.py

* Update test_histograms.py</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)</title>
<updated>2022-11-17T16:17:24+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-17T16:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9e144f7c1598221510d49d8c6b79c66dc000edf6'/>
<id>9e144f7c1598221510d49d8c6b79c66dc000edf6</id>
<content type='text'>
* BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test

* set LDFLAGS on windows64 like the openblaslib build does

* use rtools compilers on windows when building wheels

* fix typos

* add rtools gfortran to PATH

* use the openblas dll from the zip archive without rewrapping

* typos

* copy dll import library for 64-bit interfaces

* revert many of the changes to azure-steps-windows.yaml, copy openblas better in wheels

* fix wildcard copy

* test OpenBLAS build worked with threadpoolctl

* typos

* install threadpoolctl where needed, use for loop to recursively copy

* update macos OpenBLAS suffixes for newer gfortran hashes

* use libgfortran5.dylib on macos

* fix scripts

* re-use gfortran install from MacPython/gfortran-install on macos

* use pre-release version of delocate

* fixes for wheel builds/tests

* add debugging cruft for pypy+win, macos wheels

* add DYLD_LIBRARY_PATH on macosx-x86_64

* use 32-bit openblas interfaces for ppc64le tests

* skip large_archive test that sometimes segfaults on PyPy+windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test

* set LDFLAGS on windows64 like the openblaslib build does

* use rtools compilers on windows when building wheels

* fix typos

* add rtools gfortran to PATH

* use the openblas dll from the zip archive without rewrapping

* typos

* copy dll import library for 64-bit interfaces

* revert many of the changes to azure-steps-windows.yaml, copy openblas better in wheels

* fix wildcard copy

* test OpenBLAS build worked with threadpoolctl

* typos

* install threadpoolctl where needed, use for loop to recursively copy

* update macos OpenBLAS suffixes for newer gfortran hashes

* use libgfortran5.dylib on macos

* fix scripts

* re-use gfortran install from MacPython/gfortran-install on macos

* use pre-release version of delocate

* fixes for wheel builds/tests

* add debugging cruft for pypy+win, macos wheels

* add DYLD_LIBRARY_PATH on macosx-x86_64

* use 32-bit openblas interfaces for ppc64le tests

* skip large_archive test that sometimes segfaults on PyPy+windows</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update parameter descriptions for np.pad (#22519)</title>
<updated>2022-11-16T01:08:18+00:00</updated>
<author>
<name>Miki Watanabe</name>
<email>105326591+MikiPWata@users.noreply.github.com</email>
</author>
<published>2022-11-16T01:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cf59f6c2dad8acb8c4f6d18f6089b0faa2added8'/>
<id>cf59f6c2dad8acb8c4f6d18f6089b0faa2added8</id>
<content type='text'>
Some parameters like pad_width or stat_length claimed to expect tuples-of-tuples as
input, but in practice they also work with single tuples. The parameter descriptions of the
relevant parameters are updated in the docstring to reflect this implicit tuple wrapping
behavior.

Co-authored-by: 渡邉 美希 &lt;miki.watanabe@watanabenoMacBook-Pro.local&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some parameters like pad_width or stat_length claimed to expect tuples-of-tuples as
input, but in practice they also work with single tuples. The parameter descriptions of the
relevant parameters are updated in the docstring to reflect this implicit tuple wrapping
behavior.

Co-authored-by: 渡邉 美希 &lt;miki.watanabe@watanabenoMacBook-Pro.local&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #21895 from hoodmane/emscripten-ci</title>
<updated>2022-11-15T19:26:32+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-15T19:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a7abbeec3f1f974c249a7aa6802debebead0b385'/>
<id>a7abbeec3f1f974c249a7aa6802debebead0b385</id>
<content type='text'>
ENH, CI: Add Emscripten to CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH, CI: Add Emscripten to CI</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,DEP: Remove `msort` annotations</title>
<updated>2022-11-14T16:47:04+00:00</updated>
<author>
<name>BvB93</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-11-14T16:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b780d8b537842a892c62aa36228cd72b26994773'/>
<id>b780d8b537842a892c62aa36228cd72b26994773</id>
<content type='text'>
Xref https://github.com/numpy/numpy/pull/22456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xref https://github.com/numpy/numpy/pull/22456
</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,ENH: Add annotations for `np.show_runtime`</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:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6df49a353e01fd0382947bdf994c010342ab2c34'/>
<id>6df49a353e01fd0382947bdf994c010342ab2c34</id>
<content type='text'>
Xref https://github.com/numpy/numpy/pull/21468
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xref https://github.com/numpy/numpy/pull/21468
</pre>
</div>
</content>
</entry>
</feed>
