<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests/src, branch master</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>BUG: Fixes module data docstrings.</title>
<updated>2020-09-24T16:51:06+00:00</updated>
<author>
<name>MelissaWM</name>
<email>melissawm@gmail.com</email>
</author>
<published>2020-09-24T02:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf71a62b52dedd8ceaa47a96c144a3584e1bd95b'/>
<id>bf71a62b52dedd8ceaa47a96c144a3584e1bd95b</id>
<content type='text'>
Fixes gh-15325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes gh-15325
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into cleanup-Long</title>
<updated>2020-08-24T12:14:17+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-08-24T12:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=018fb37987e02fdba377b008e5ca3d68e4611cb2'/>
<id>018fb37987e02fdba377b008e5ca3d68e4611cb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Replace PyInt macros with their PyLong replacement</title>
<updated>2020-08-24T08:21:19+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-08-24T08:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=117b3f4a293c689777d3cd445969ca99acb01cfe'/>
<id>117b3f4a293c689777d3cd445969ca99acb01cfe</id>
<content type='text'>
Unlike the others, PyInt_Check has a special meaning distinc from PyLong_Check, so only the places where the difference doesn't matter have been updated here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike the others, PyInt_Check has a special meaning distinc from PyLong_Check, so only the places where the difference doesn't matter have been updated here.
</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>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>
<entry>
<title> Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX</title>
<updated>2020-01-03T21:44:22+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-03T21:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=24189be60ec4d823f4068be727b5d28f7eacc823'/>
<id>24189be60ec4d823f4068be727b5d28f7eacc823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove Python2 specific C module setup (gh-15231)</title>
<updated>2020-01-03T21:23:52+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-03T21:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1aecb08f99321b72959cc50eb7b47454b613f52'/>
<id>e1aecb08f99321b72959cc50eb7b47454b613f52</id>
<content type='text'>
Dropping the support for python 2, the difference in module setup do not have to be accounted
for anymore. This removes the macros and ifdef's related to module setup code and python 2
support.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropping the support for python 2, the difference in module setup do not have to be accounted
for anymore. This removes the macros and ifdef's related to module setup code and python 2
support.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Further, followup f2py reference count fixes</title>
<updated>2019-08-19T18:13:36+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-08-08T19:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c091779f63521e13d9f7af4ff113dde8cc5f6a7f'/>
<id>c091779f63521e13d9f7af4ff113dde8cc5f6a7f</id>
<content type='text'>
Note that the extension module dict seems to be never dereferenced
(there is an additional reference to it kept around somewhere).
This reference seems to part of the C python module loading
(possibly intentionally), and I could not find how to remove it or
where it originates from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that the extension module dict seems to be never dereferenced
(there is an additional reference to it kept around somewhere).
This reference seems to part of the C python module loading
(possibly intentionally), and I could not find how to remove it or
where it originates from.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: General fixes to f2py reference counts (dereferencing)</title>
<updated>2019-08-19T18:13:28+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2018-12-31T00:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=684bee2ae868c1bd8cb4fd4066d447ca35bd848e'/>
<id>684bee2ae868c1bd8cb4fd4066d447ca35bd848e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Hard tab and whitespace cleanup.</title>
<updated>2018-03-08T22:28:40+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-08T20:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=27b8e54598a325b53fc73b2017ef5e2272f3e5f4'/>
<id>27b8e54598a325b53fc73b2017ef5e2272f3e5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
