<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/rules.py, branch dependabot/pip/gitpython-3.1.14</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>[MAINT] Fix regression in using --capi-api flag and callbacks</title>
<updated>2021-02-07T20:25:27+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-07T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ea557b2c6c681f029cfee1ea3ddf0b6e87f2dab5'/>
<id>ea557b2c6c681f029cfee1ea3ddf0b6e87f2dab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply reviewer comments.</title>
<updated>2021-01-19T11:16:25+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T11:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5db1d5fb64ff35429205aec4b6927a4b2c6b552b'/>
<id>5db1d5fb64ff35429205aec4b6927a4b2c6b552b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for gh17797.</title>
<updated>2021-01-18T18:23:18+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-18T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ef11c93a52e18ee2c45d4173ec8e685ceb53e9a'/>
<id>1ef11c93a52e18ee2c45d4173ec8e685ceb53e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don't split inline comments.</title>
<updated>2021-01-18T13:22:54+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-18T13:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a2f6fbb5b068a4e589bd95b8774d3624062c0995'/>
<id>a2f6fbb5b068a4e589bd95b8774d3624062c0995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use numpy version for f2py version.</title>
<updated>2020-08-22T20:33:35+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-08-19T14:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8a6bcbcfe8db6cf2fd784631b480d5865077ad98'/>
<id>8a6bcbcfe8db6cf2fd784631b480d5865077ad98</id>
<content type='text'>
Because f2py is released as part of numpy, the old svn versioning
no longer makes sense and it was decided to use the numpy version
instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because f2py is released as part of numpy, the old svn versioning
no longer makes sense and it was decided to use the numpy version
instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove uses of PyString_FromString.</title>
<updated>2020-08-19T15:12:14+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-08-11T20:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c226bf9b19a3b974bc63421918d068660ba506c'/>
<id>8c226bf9b19a3b974bc63421918d068660ba506c</id>
<content type='text'>
We no longer need to use the compatibility function after dropping
support for Python 2.7. In some cases unicode was the correct string
type rather than the bytes of the compatibility version and bugs in the
array `__complex__` and array `__array_interface__` methods have been
fixed by changing that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer need to use the compatibility function after dropping
support for Python 2.7. In some cases unicode was the correct string
type rather than the bytes of the compatibility version and bugs in the
array `__complex__` and array `__array_interface__` methods have been
fixed by changing that.
</pre>
</div>
</content>
</entry>
<entry>
<title>add __f2py_numpy_version__ attribute</title>
<updated>2020-06-17T05:56:50+00:00</updated>
<author>
<name>Sturla Molden</name>
<email>sturla@molden.no</email>
</author>
<published>2020-06-16T01:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=908d865712d423dcd6117929fca463c1708dc702'/>
<id>908d865712d423dcd6117929fca463c1708dc702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: numpy/f2py: put callback globals to thread-local storage</title>
<updated>2020-06-07T18:27:50+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2020-06-07T12:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c3491aa1a6458e6cc1fce72dd9e0ec6e05e7c911'/>
<id>c3491aa1a6458e6cc1fce72dd9e0ec6e05e7c911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: f2py/rules: replace \t with whitespace for readability</title>
<updated>2020-06-07T16:01:52+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2020-06-07T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b23c3dc7390f8f0719b157237ae28a831e3f7096'/>
<id>b23c3dc7390f8f0719b157237ae28a831e3f7096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MNT: support python 3.10</title>
<updated>2020-05-29T15:02:35+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@gmail.com</email>
</author>
<published>2020-05-28T17:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=405c6dec7987324395f7113eab02492b3044a9ed'/>
<id>405c6dec7987324395f7113eab02492b3044a9ed</id>
<content type='text'>
In https://github.com/python/cpython/pull/20290 CPython changed
`Py_TYPE` from a macro to an inline function.  This requires a code
change to us `Py_SET_TYPE` instead when using `Py_TYPE()` as a lvalue
in c code.

In https://github.com/python/cpython/pull/20429 CPython changed
`Py_SIZE` from a macro to an inline function.  This requires a code
change to us `Py_SET_SIZE` instead of using `Py_SIZE` as a lvalue in c
code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In https://github.com/python/cpython/pull/20290 CPython changed
`Py_TYPE` from a macro to an inline function.  This requires a code
change to us `Py_SET_TYPE` instead when using `Py_TYPE()` as a lvalue
in c code.

In https://github.com/python/cpython/pull/20429 CPython changed
`Py_SIZE` from a macro to an inline function.  This requires a code
change to us `Py_SET_SIZE` instead of using `Py_SIZE` as a lvalue in c
code.
</pre>
</div>
</content>
</entry>
</feed>
