<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/cb_rules.py, branch v1.22.0rc2</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>STY: Kill all \t with fire in f2py</title>
<updated>2021-09-29T15:11:39+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-09-29T15:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=85ce7a20b243555e9672b9d9e4cc0c7d7e6e0f2e'/>
<id>85ce7a20b243555e9672b9d9e4cc0c7d7e6e0f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.py</title>
<updated>2021-08-22T20:16:57+00:00</updated>
<author>
<name>Derek Huang</name>
<email>djh458@stern.nyu.edu</email>
</author>
<published>2021-08-22T20:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f07ec8ff3d371defda55ed877af06b14b954a76'/>
<id>3f07ec8ff3d371defda55ed877af06b14b954a76</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 regression in a hidden callback use case</title>
<updated>2021-02-09T18:49:18+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-09T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7df963b400f3dcf85e679e6f00af8c3c12971347'/>
<id>7df963b400f3dcf85e679e6f00af8c3c12971347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Debug issue (2)</title>
<updated>2021-02-09T13:39:00+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-09T13:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af44a8198524ab532a0c1b2410b5706768d5a77e'/>
<id>af44a8198524ab532a0c1b2410b5706768d5a77e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Debug issue #18341</title>
<updated>2021-02-09T12:24:50+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-09T12:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d32fd54bafc1c98c3b53709c86e7d51db19fe059'/>
<id>d32fd54bafc1c98c3b53709c86e7d51db19fe059</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 missing signed_char dependency. Closes #18335.</title>
<updated>2021-02-06T22:13:39+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-06T22:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=29f0e8fa1ff5ccda3d92c949eb9d09c5d8327aa3'/>
<id>29f0e8fa1ff5ccda3d92c949eb9d09c5d8327aa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: f2py: move thread-local declaration definition to common macro</title>
<updated>2020-06-07T21:26:48+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2020-06-07T20:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=108067039712b82eaed8b17d8ebd6906fe4ba0fb'/>
<id>108067039712b82eaed8b17d8ebd6906fe4ba0fb</id>
<content type='text'>
Move compiler thread-local declaration detection to a common macro.
Also support C11 thread_local declaration, if available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move compiler thread-local declaration detection to a common macro.
Also support C11 thread_local declaration, if available.
</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/cb_rules: replace \t by whitespace for readability</title>
<updated>2020-06-07T11:59:48+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2020-06-07T11:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f748ee310048c1b4c100cc155399fbc8e6ad98c'/>
<id>4f748ee310048c1b4c100cc155399fbc8e6ad98c</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 useless `global` statements</title>
<updated>2020-03-18T16:52:48+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-03-18T16:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6846925b31c752b97d7de0b2a76308e22b6264d5'/>
<id>6846925b31c752b97d7de0b2a76308e22b6264d5</id>
<content type='text'>
`global` is only needed if a variable appears on the left of an assignment.
These variables do not.

Most suffer from the misconception that `var[x] = y` requires `var` to be global, but it does not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`global` is only needed if a variable appears on the left of an assignment.
These variables do not.

Most suffer from the misconception that `var[x] = y` requires `var` to be global, but it does not.
</pre>
</div>
</content>
</entry>
</feed>
