<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/command, branch main</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #22493 from mwtoews/maint-open</title>
<updated>2023-04-28T08:04:53+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-04-28T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1c9532bb8857551d163517bf0028441c7cd544c8'/>
<id>1c9532bb8857551d163517bf0028441c7cd544c8</id>
<content type='text'>
MAINT: remove redundant open() modes and io.open() alias</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: remove redundant open() modes and io.open() alias</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, BLD: Fix indentation bug in distutils</title>
<updated>2023-04-17T19:29:52+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-04-17T18:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=33bdc45435302d96d58b3b4acecc5376ecd267d5'/>
<id>33bdc45435302d96d58b3b4acecc5376ecd267d5</id>
<content type='text'>
This fixes a bug in distutils that prevented the use of the C++ linker
needed to link _multiarray_umath.

Fixes #23595
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug in distutils that prevented the use of the C++ linker
needed to link _multiarray_umath.

Fixes #23595
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Raise C++ standard to C++17</title>
<updated>2023-04-04T02:13:01+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2023-03-15T19:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d183edf54e3c74c52471c694068ec7fcc5f7aa34'/>
<id>d183edf54e3c74c52471c694068ec7fcc5f7aa34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>MAINT: remove redundant open() modes and io.open() alias</title>
<updated>2022-10-29T01:08:54+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2022-10-28T09:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=080cf82ebc5858ec47eff0d49bdf48b74f955274'/>
<id>080cf82ebc5858ec47eff0d49bdf48b74f955274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: remove reference to Python 2</title>
<updated>2022-10-18T08:03:00+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-10-13T08:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7da70ce023d9e5b1dcd3f71a782f12c080b1c590'/>
<id>7da70ce023d9e5b1dcd3f71a782f12c080b1c590</id>
<content type='text'>
Remove reference to Visual Studio version required by old versions
of Python. Python &gt;= 3.5 is built with Microsoft Visual C++ 14.0 /
Visual Studio 2015:
	https://wiki.python.org/moin/WindowsCompilers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove reference to Visual Studio version required by old versions
of Python. Python &gt;= 3.5 is built with Microsoft Visual C++ 14.0 /
Visual Studio 2015:
	https://wiki.python.org/moin/WindowsCompilers
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build_ext interaction with non numpy extensions</title>
<updated>2022-01-28T18:45:38+00:00</updated>
<author>
<name>serge-sans-paille</name>
<email>serge.guelton@telecom-bretagne.eu</email>
</author>
<published>2022-01-28T18:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7764452b738cf7e55e68fdbb935400d56926007d'/>
<id>7764452b738cf7e55e68fdbb935400d56926007d</id>
<content type='text'>
Numpy extensions define the extra_cxx_compile_args and extra_c_compile_args
filed, but distutils extensions don't. Take that into account when populating
build_extension.

Should fix #20928
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpy extensions define the extra_cxx_compile_args and extra_c_compile_args
filed, but distutils extensions don't. Take that into account when populating
build_extension.

Should fix #20928
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: fix building mixed C/Fortran extensions</title>
<updated>2022-01-24T11:30:21+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-01-24T11:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1e83f8355336bd722af3ae2608735fa53218ece9'/>
<id>1e83f8355336bd722af3ae2608735fa53218ece9</id>
<content type='text'>
In SciPy we had a couple of cases where we build a Python extension
with C source files but linked against static libraries built from
Fortran code. Those should be using the Fortran linker, but this
was broken in 1.22.0 by gh-19713 (the PR that introduced C++ in NumPy).

This fixes a few issues in the `build_ext` command, and documents better
what is going on there.

Should close SciPy issues 8325 and 15414.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In SciPy we had a couple of cases where we build a Python extension
with C source files but linked against static libraries built from
Fortran code. Those should be using the Fortran linker, but this
was broken in 1.22.0 by gh-19713 (the PR that introduced C++ in NumPy).

This fixes a few issues in the `build_ext` command, and documents better
what is going on there.

Should close SciPy issues 8325 and 15414.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add CPU dispatch/baseline tests for VSX4</title>
<updated>2022-01-18T04:03:54+00:00</updated>
<author>
<name>Rafael Cardoso Fernandes Sousa</name>
<email>rafaelcfsousa@ibm.com</email>
</author>
<published>2022-01-18T04:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3784cac6f79b1a2f5828957173cac81bbc483ba3'/>
<id>3784cac6f79b1a2f5828957173cac81bbc483ba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lint issues</title>
<updated>2021-12-14T01:49:12+00:00</updated>
<author>
<name>Pradipta Ghosh</name>
<email>pradghos@in.ibm.com</email>
</author>
<published>2021-12-09T12:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c4e0ba88dfdcbad4a8600ca227bb00ab00262bb0'/>
<id>c4e0ba88dfdcbad4a8600ca227bb00ab00262bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
