<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/fcompiler, branch meson</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>DEV: supporting IBM i system</title>
<updated>2022-08-14T03:01:22+00:00</updated>
<author>
<name>GavinZhang</name>
<email>zhanggan@cn.ibm.com</email>
</author>
<published>2022-08-14T03:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=505cff914de69205daec2dc4e60a3017a0534b4b'/>
<id>505cff914de69205daec2dc4e60a3017a0534b4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded future imports</title>
<updated>2022-07-17T18:10:54+00:00</updated>
<author>
<name>Jake Bowhay</name>
<email>jb9.bowhay@gmail.com</email>
</author>
<published>2022-07-17T18:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501'/>
<id>b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Use `Popen` to silently invoke f77 -v</title>
<updated>2022-07-09T18:18:41+00:00</updated>
<author>
<name>Michael Osthege</name>
<email>m.osthege@fz-juelich.de</email>
</author>
<published>2022-07-09T16:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=05927a66a778a8a58ac794e0239d076acb30a6a3'/>
<id>05927a66a778a8a58ac794e0239d076acb30a6a3</id>
<content type='text'>
The output analyzed by this function unexpectedly ended up in stderr.

Closes #21942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output analyzed by this function unexpectedly ended up in stderr.

Closes #21942
</pre>
</div>
</content>
</entry>
<entry>
<title>shorten line</title>
<updated>2022-06-08T19:43:44+00:00</updated>
<author>
<name>i-shenl</name>
<email>i-shenl@activestate.com</email>
</author>
<published>2022-06-08T19:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1ead2060a879823504682465eb2cab18a9d39c76'/>
<id>1ead2060a879823504682465eb2cab18a9d39c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable fortran preprocessing on Windows</title>
<updated>2022-06-08T19:25:21+00:00</updated>
<author>
<name>i-shenl</name>
<email>i-shenl@activestate.com</email>
</author>
<published>2022-06-08T19:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b5658d4ce4da9c8801f4a26b2e7fde8c3c31f198'/>
<id>b5658d4ce4da9c8801f4a26b2e7fde8c3c31f198</id>
<content type='text'>
Especially needed for compiling scipy on Windows. On Linux and Mac,
fortran preprocessing is already enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Especially needed for compiling scipy on Windows. On Linux and Mac,
fortran preprocessing is already enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20416 from ARCCA/armcompiler</title>
<updated>2021-12-24T07:48:38+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-12-24T07:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d0248e91fba772ab31ca092d841fd65ab628abca'/>
<id>d0248e91fba772ab31ca092d841fd65ab628abca</id>
<content type='text'>
ENH: Add ARM Compiler with ARM Performance Library support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add ARM Compiler with ARM Performance Library support</pre>
</div>
</content>
</entry>
<entry>
<title>Extending CPU feature detection framework to support IBM Z SIMD</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-09T11:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=aea715bacd7497d30fe168977be430d64588944b'/>
<id>aea715bacd7497d30fe168977be430d64588944b</id>
<content type='text'>
We would like to extend CPU feature detection infrastructure
for IBM Z CPU features. Eventually It will help to add and
enable Z specific SIMD builtins and instructions.
As part of the PR, we have extended ccompiler_opt.py,
npy_cpu_features.c.src, npy_cpu_features.h, other files for
Z CPU feature detection and added test files for VX/VXE/VXE2
in distutils/checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We would like to extend CPU feature detection infrastructure
for IBM Z CPU features. Eventually It will help to add and
enable Z specific SIMD builtins and instructions.
As part of the PR, we have extended ccompiler_opt.py,
npy_cpu_features.c.src, npy_cpu_features.h, other files for
Z CPU feature detection and added test files for VX/VXE/VXE2
in distutils/checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update __init__.py</title>
<updated>2021-12-02T23:22:19+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-12-02T23:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9d89ab53f71f781d82e0376a94b8b1d52e01e354'/>
<id>9d89ab53f71f781d82e0376a94b8b1d52e01e354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create arm.py</title>
<updated>2021-11-16T23:01:36+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-11-16T23:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7bfaea7e9f4fdee384b2562a906daf6b48a509cb'/>
<id>7bfaea7e9f4fdee384b2562a906daf6b48a509cb</id>
<content type='text'>
Added `-fPIC` due to relocation errors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added `-fPIC` due to relocation errors.</pre>
</div>
</content>
</entry>
<entry>
<title>Update __init__.py</title>
<updated>2021-11-16T22:58:25+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-11-16T22:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5756700d4b549300f03f477e9b7693b2dadb6cae'/>
<id>5756700d4b549300f03f477e9b7693b2dadb6cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
