<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/__init__.py, branch pr/19857</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>MAINT: Remove `f2py_testing` from `__all__`</title>
<updated>2021-06-27T12:23:17+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-06-27T12:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5bc2bafc6b80f07dbba91285589d6b6e5bd86a4b'/>
<id>5bc2bafc6b80f07dbba91285589d6b6e5bd86a4b</id>
<content type='text'>
It's not a public module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not a public module.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add `numpy.f2py.get_include` function</title>
<updated>2021-06-19T16:11:41+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-06-19T16:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b42e4eec3c542e51f2da616913bad98f76328458'/>
<id>b42e4eec3c542e51f2da616913bad98f76328458</id>
<content type='text'>
This is useful for similar reasons as `numpy.get_include`,
see https://github.com/numpy/numpy/issues/14960#issuecomment-846460159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for similar reasons as `numpy.get_include`,
see https://github.com/numpy/numpy/issues/14960#issuecomment-846460159
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16205 from embray/issue/12756</title>
<updated>2020-11-23T14:47:33+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-11-23T14:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f09166e85cea7c1639fbb1054171699394ecb62d'/>
<id>f09166e85cea7c1639fbb1054171699394ecb62d</id>
<content type='text'>
ENH: Add ``full_output`` argument to ``f2py.compile``.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add ``full_output`` argument to ``f2py.compile``.</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Lazy load f2py test utilities</title>
<updated>2020-11-12T05:59:43+00:00</updated>
<author>
<name>Dustin Spicuzza</name>
<email>dustin@virtualroadside.com</email>
</author>
<published>2020-11-12T05:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=25d579ffa0e802c32ef75bbf947fc31a32a25aa3'/>
<id>25d579ffa0e802c32ef75bbf947fc31a32a25aa3</id>
<content type='text'>
These are only used during testing. It's fine to load it while running the test
because actually running the test can't be done while cross compiling.

Part of changes to support #17620 to prevent importing numpy during builds to support cross-compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are only used during testing. It's fine to load it while running the test
because actually running the test can't be done while cross compiling.

Part of changes to support #17620 to prevent importing numpy during builds to support cross-compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>defaults for stdout and stderr should be bytes</title>
<updated>2020-05-13T10:47:54+00:00</updated>
<author>
<name>E. Madison Bray</name>
<email>erik.bray@lri.fr</email>
</author>
<published>2020-05-13T10:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fd89e950701206122c358bba1bf816a8bcbea844'/>
<id>fd89e950701206122c358bba1bf816a8bcbea844</id>
<content type='text'>
only print stdout if no OSError exception was raised
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only print stdout if no OSError exception was raised
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add full_output to f2py.compile</title>
<updated>2020-05-11T12:11:59+00:00</updated>
<author>
<name>E. Madison Bray</name>
<email>erik.bray@lri.fr</email>
</author>
<published>2020-05-11T12:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9fa7fee0ad8d23bd36ef51b0ec02cf2811f1eec6'/>
<id>9fa7fee0ad8d23bd36ef51b0ec02cf2811f1eec6</id>
<content type='text'>
fixes #12756 by providing a straightforward way to return the stdout/stderr
from compiling the FORTRAN module to the caller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #12756 by providing a straightforward way to return the stdout/stderr
from compiling the FORTRAN module to the caller
</pre>
</div>
</content>
</entry>
<entry>
<title>convert shebang from python to python3 (#15687)</title>
<updated>2020-03-04T08:22:40+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-03-04T08:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=583901a074dc65145d3d6136ba7dcd02634d680b'/>
<id>583901a074dc65145d3d6136ba7dcd02634d680b</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup unused imports; avoid redefinition of imports</title>
<updated>2020-02-06T09:16:23+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-04T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=07bf33fbf5be8143aab037dc65aba3086f8badf6'/>
<id>07bf33fbf5be8143aab037dc65aba3086f8badf6</id>
<content type='text'>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Replace basestring with str.</title>
<updated>2020-01-23T21:56:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-01-23T21:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b4e3a4227e3a9cfe28717db458e67d79e916a418'/>
<id>b4e3a4227e3a9cfe28717db458e67d79e916a418</id>
<content type='text'>
This replaces basestring with str except in

- tools/npy_tempita/
- numpy/compat/py3k.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces basestring with str except in

- tools/npy_tempita/
- numpy/compat/py3k.py
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
</feed>
