<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/fcompiler, 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>MAINT Fix broken links in absoft.py</title>
<updated>2023-03-24T22:04:15+00:00</updated>
<author>
<name>Christian Veenhuis</name>
<email>veenhuis@gmail.com</email>
</author>
<published>2023-03-24T22:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1dd6ef0114baee9301b8bd2a91c3c04870c8345a'/>
<id>1dd6ef0114baee9301b8bd2a91c3c04870c8345a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix broken numpy.distutils Fortran handling</title>
<updated>2023-01-22T21:01:52+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2023-01-22T21:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=54375587f59a10bc448a95873e88306d35c82090'/>
<id>54375587f59a10bc448a95873e88306d35c82090</id>
<content type='text'>
The `Path` and `COMMON_FIXED_EXTENSIONS` variables were not
defined at all. This code is untested, and SciPy doesn't build
with NumPy `main` before this fix. The issue was introduced
a few days ago in gh-22885.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `Path` and `COMMON_FIXED_EXTENSIONS` variables were not
defined at all. This code is untested, and SciPy doesn't build
with NumPy `main` before this fix. The issue was introduced
a few days ago in gh-22885.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: `f2py` cleanup (#22885)</title>
<updated>2023-01-16T14:51:45+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rgoswami@quansight.com</email>
</author>
<published>2023-01-16T14:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6b5cd92675139511b4b24ddfe822e96b03700edb'/>
<id>6b5cd92675139511b4b24ddfe822e96b03700edb</id>
<content type='text'>
Updates the free format handling of .f90 and other common extensions (through a minor re-write). Also removes an unused function.

This disallows previously allowed (but highly unlikely to be present) code-paths, namely having fixed form F77 code in a fortran 90 file (with .f90).

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the free format handling of .f90 and other common extensions (through a minor re-write). Also removes an unused function.

This disallows previously allowed (but highly unlikely to be present) code-paths, namely having fixed form F77 code in a fortran 90 file (with .f90).

Co-authored-by: Sebastian Berg &lt;sebastianb@nvidia.com&gt;</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>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>
</feed>
