<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils, branch v1.22.0rc2</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 #20411 from charris/backport-20395</title>
<updated>2021-11-19T16:23:31+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-11-19T16:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9fc014428321770628d85ed9feebd50087c3c56d'/>
<id>9fc014428321770628d85ed9feebd50087c3c56d</id>
<content type='text'>
ENH: provide a convenience function to replace npy_load_module (#20395)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: provide a convenience function to replace npy_load_module (#20395)</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: provide a convenience function to replace npy_load_module (#20395)</title>
<updated>2021-11-19T14:59:47+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-11-19T12:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58723f3d15f5887c2065b031885fe3d4195ddfd6'/>
<id>58723f3d15f5887c2065b031885fe3d4195ddfd6</id>
<content type='text'>
`load_module` is deprecated since python 3.4 and will be removed in python 3.12.
Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils`
instead of `npy_load_module` from `compat.py3k`.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`load_module` is deprecated since python 3.4 and will be removed in python 3.12.
Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils`
instead of `npy_load_module` from `compat.py3k`.

</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Fix Macos Builds [wheel build]</title>
<updated>2021-11-18T15:21:42+00:00</updated>
<author>
<name>Thomas Li</name>
<email>47963215+lithomas1@users.noreply.github.com</email>
</author>
<published>2021-11-17T22:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c06beb269c0a6b9026baa96642bab80c0dc2f1b3'/>
<id>c06beb269c0a6b9026baa96642bab80c0dc2f1b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20353 from seiko2plus/issue_20335</title>
<updated>2021-11-14T08:06:01+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-11-14T08:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=49781189689f4a7bcbb8196257bb1bc477334589'/>
<id>49781189689f4a7bcbb8196257bb1bc477334589</id>
<content type='text'>
BUG, DIST: Print os error message when the executable not exist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG, DIST: Print os error message when the executable not exist</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, DIST: Print os error message when the executable not exist</title>
<updated>2021-11-13T22:47:44+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-11-12T03:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6d698863f6d38e84ae78b6f1aeae1b3d3993ed6b'/>
<id>6d698863f6d38e84ae78b6f1aeae1b3d3993ed6b</id>
<content type='text'>
  this patch is really important since most of the users aren't able to determine
  the build error when the toolchain or the built environment missing
  executable files of compiler, linker, assembler, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  this patch is really important since most of the users aren't able to determine
  the build error when the toolchain or the built environment missing
  executable files of compiler, linker, assembler, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add log level as prefixes to respective messages</title>
<updated>2021-11-12T17:10:12+00:00</updated>
<author>
<name>Matthew</name>
<email>quitesimplymatt@gmail.com</email>
</author>
<published>2021-11-11T15:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d04c9ef75a711c9117f5c5662ca604ed5b88607d'/>
<id>d04c9ef75a711c9117f5c5662ca604ed5b88607d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20344 from serge-sans-paille/feature/remove-unusued-cxxflag</title>
<updated>2021-11-12T15:29:48+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-11-12T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c28152850109cdb567eaab7a872aa1429e51f55'/>
<id>9c28152850109cdb567eaab7a872aa1429e51f55</id>
<content type='text'>
BLD: do not position 'cxx=-std=c++11' as a default compiler flag</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLD: do not position 'cxx=-std=c++11' as a default compiler flag</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20116 from marcan/fix-ccompiler</title>
<updated>2021-11-12T14:45:08+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-11-12T14:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=689d905f501b7abbddf0fdef241fa586a83e5cd6'/>
<id>689d905f501b7abbddf0fdef241fa586a83e5cd6</id>
<content type='text'>
MAINT: Fix issue with C compiler args containing spaces</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Fix issue with C compiler args containing spaces</pre>
</div>
</content>
</entry>
<entry>
<title>Do not position 'cxx=-std=c++11' as a default compiler flag</title>
<updated>2021-11-10T08:03:03+00:00</updated>
<author>
<name>serge-sans-paille</name>
<email>serge.guelton@telecom-bretagne.eu</email>
</author>
<published>2021-11-10T08:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=37cbe22f16b6460024854f96461b11c79e08d7c1'/>
<id>37cbe22f16b6460024854f96461b11c79e08d7c1</id>
<content type='text'>
Otherwise it gets used for C source too, which is either useless or invalid (for
clang(family compiler)

Fix #20335
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it gets used for C source too, which is either useless or invalid (for
clang(family compiler)

Fix #20335
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: remove code for supporting GCC &lt;4 in Mingw32CCompiler</title>
<updated>2021-11-09T18:44:32+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2021-11-09T18:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7e03a56194a9def4296ef502bb380d8cc4a2d061'/>
<id>7e03a56194a9def4296ef502bb380d8cc4a2d061</id>
<content type='text'>
The last GCC 3.x release before 4.0 was 3.4 which was released 2004,
so 17 years ago.

Removes all code only used with those old toolchains.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last GCC 3.x release before 4.0 was 3.4 which was released 2004,
so 17 years ago.

Removes all code only used with those old toolchains.
</pre>
</div>
</content>
</entry>
</feed>
