<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests, branch fix/seed-sequence-zeros</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>TST: f2py: add test for callback threadsafety</title>
<updated>2020-06-07T18:27:50+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2020-06-07T16:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d7b3177ea12ef950daa162380695f54496a7c483'/>
<id>d7b3177ea12ef950daa162380695f54496a7c483</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://91.123.203.49/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>MAINT: simplify code that assumes str/unicode and int/long are different types (#15816)</title>
<updated>2020-03-26T17:50:20+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-03-26T17:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1c58504eec43f9ba18ac835131fed496fb59772d'/>
<id>1c58504eec43f9ba18ac835131fed496fb59772d</id>
<content type='text'>
Cleanup from the dropping of python 2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup from the dropping of python 2</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15781 from dcaliste/public</title>
<updated>2020-03-26T17:44:29+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-03-26T17:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5ff70eb0fd61a39207d5166479507e1b099cb707'/>
<id>5ff70eb0fd61a39207d5166479507e1b099cb707</id>
<content type='text'>
BUG: don't add 'public' or 'private' if the other one exists</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: don't add 'public' or 'private' if the other one exists</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: don't add 'public' or 'private' if the other one exists</title>
<updated>2020-03-26T14:14:49+00:00</updated>
<author>
<name>Damien Caliste</name>
<email>dcaliste@free.fr</email>
</author>
<published>2020-03-18T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0198fcfd4143edf8ec23f2e028044e17c3c93368'/>
<id>0198fcfd4143edf8ec23f2e028044e17c3c93368</id>
<content type='text'>
Currently, setting 'public' or 'private' attribute is adding
one even if the other one already exists because of the else:
part that is always appending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, setting 'public' or 'private' attribute is adding
one even if the other one already exists because of the else:
part that is always appending.
</pre>
</div>
</content>
</entry>
<entry>
<title>md5 module is deprecated since python 2.5</title>
<updated>2020-03-24T21:26:50+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@gmail.com</email>
</author>
<published>2020-03-24T21: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=b6e5569ec3461b07ac5a0031b2d02af268dded8f'/>
<id>b6e5569ec3461b07ac5a0031b2d02af268dded8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)</title>
<updated>2020-03-18T21:53:09+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-03-18T21:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=965b41d418e6100c1afae0b6f818a7ef152bc25d'/>
<id>965b41d418e6100c1afae0b6f818a7ef152bc25d</id>
<content type='text'>
* BUG, TST: fix f2py for PyPy, skip one test for PyPy, xfail tests for s390x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG, TST: fix f2py for PyPy, skip one test for PyPy, xfail tests for s390x</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>STY: use `with open` when possible</title>
<updated>2020-01-21T19:34:58+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-21T19:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b54108238dbd1ce2673a042b0b270f666ea96e29'/>
<id>b54108238dbd1ce2673a042b0b270f666ea96e29</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 sys.version checks in tests</title>
<updated>2020-01-15T21:19:56+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-09T07:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1427484e9015e73b7017ee9336ce914a6f15187b'/>
<id>1427484e9015e73b7017ee9336ce914a6f15187b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
