<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py, branch v1.13.2</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: ')' is printed at the end pointer of the buffer in numpy.f2py.</title>
<updated>2017-07-06T15:18:43+00:00</updated>
<author>
<name>Bob Eldering</name>
<email>eldering@jive.eu</email>
</author>
<published>2017-07-05T15:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7d79580059e3a18f40ff70599b7d8ab0799c18b1'/>
<id>7d79580059e3a18f40ff70599b7d8ab0799c18b1</id>
<content type='text'>
When building the __doc__ string for Fortran objects, the ')'
character, closing the dimensions list, is written 1 position
beyond the allowed buffer size, instead of the current pointer in
the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building the __doc__ string for Fortran objects, the ')'
character, closing the dimensions list, is written 1 position
beyond the allowed buffer size, instead of the current pointer in
the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add test case described in ticket 9228 for numpy.f2py</title>
<updated>2017-06-17T19:29:32+00:00</updated>
<author>
<name>Bob Eldering</name>
<email>eldering@jive.eu</email>
</author>
<published>2017-06-13T14:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ddc1881297f9077d6ba66c15f4c1a71265fa2eab'/>
<id>ddc1881297f9077d6ba66c15f4c1a71265fa2eab</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 keyword rename for common block to numpy.f2py</title>
<updated>2017-06-17T19:29:14+00:00</updated>
<author>
<name>Bob Eldering</name>
<email>eldering@jive.eu</email>
</author>
<published>2017-06-12T13:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9abf42d5a304196c839a5157d72b2af898bcbacc'/>
<id>9abf42d5a304196c839a5157d72b2af898bcbacc</id>
<content type='text'>
A missing call to rmbadname1 in analyzecommon caused a look up of
common block variables with a name in the badnames list to fail
and the fall back of defaultimplicitrules to be used.
See ticket 9228.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A missing call to rmbadname1 in analyzecommon caused a look up of
common block variables with a name in the badnames list to fail
and the fall back of defaultimplicitrules to be used.
See ticket 9228.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Spelling fixes</title>
<updated>2017-05-09T09:16:14+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-09T09:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ef5684564e3074daf614846f30bfdd7f15f5254f'/>
<id>ef5684564e3074daf614846f30bfdd7f15f5254f</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 usage of NPY_CHAR from f2py</title>
<updated>2017-05-02T20:03:29+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-04-14T19:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a618b4e10dde4b41acceac3d8f7c042fb88af1a7'/>
<id>a618b4e10dde4b41acceac3d8f7c042fb88af1a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add a char array input test</title>
<updated>2017-05-02T19:30:36+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-04-15T10:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b8d0498eb1463e900a6c07311c0c1f80f5611bad'/>
<id>b8d0498eb1463e900a6c07311c0c1f80f5611bad</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 asbytes where a b prefix would suffice</title>
<updated>2017-03-25T10:36:28+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-03-25T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b87fca27261f79be20ab06a222ed2330d60d9f2c'/>
<id>b87fca27261f79be20ab06a222ed2330d60d9f2c</id>
<content type='text'>
Since we only need to support python 2, we can remove any case where we just
pass a single string literal and use the b prefix instead.

What we can't do is transform asbytes("tests %d" % num), because %-formatting
fails on bytes in python 3.x &lt; 3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we only need to support python 2, we can remove any case where we just
pass a single string literal and use the b prefix instead.

What we can't do is transform asbytes("tests %d" % num), because %-formatting
fails on bytes in python 3.x &lt; 3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.py</title>
<updated>2017-03-20T01:24:07+00:00</updated>
<author>
<name>ZZhaoTireless</name>
<email>zixu.zhao.tireless@gmail.com</email>
</author>
<published>2017-03-20T01:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9d3d6653f1d9c2040c03daed268f3f1f5cedb273'/>
<id>9d3d6653f1d9c2040c03daed268f3f1f5cedb273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: PPC64el machines are POWER for Fortran</title>
<updated>2017-02-21T23:04:45+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2017-02-21T23:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e7a01bf765986fc59fd3c8a218dc059bf5a224e'/>
<id>1e7a01bf765986fc59fd3c8a218dc059bf5a224e</id>
<content type='text'>
Fix Fortran kind detection for PPC64el.

See: gh-3424.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Fortran kind detection for PPC64el.

See: gh-3424.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: space around operator</title>
<updated>2017-01-23T13:57:54+00:00</updated>
<author>
<name>jutke</name>
<email>jutke@allstate.com</email>
</author>
<published>2017-01-23T13:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8613c8da4f8da7dbb90e866add49d5cb633fc85b'/>
<id>8613c8da4f8da7dbb90e866add49d5cb633fc85b</id>
<content type='text'>
per request from @charris
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
per request from @charris
</pre>
</div>
</content>
</entry>
</feed>
