<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py, branch v1.9.0</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>TST: skip clongdouble alignment checks on 32 bit arches</title>
<updated>2014-09-03T20:02:24+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-03T18:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b95c7df3b2da1552a895b6238456f72467a8d2bd'/>
<id>b95c7df3b2da1552a895b6238456f72467a8d2bd</id>
<content type='text'>
turns out not only sparc is borked, skip the checks on all 32 bit arches
with too large clongdouble alignments until we have an aligned
allocator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turns out not only sparc is borked, skip the checks on all 32 bit arches
with too large clongdouble alignments until we have an aligned
allocator.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: win32 also does not provide 16 byte alignment</title>
<updated>2014-07-27T11:03:33+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-07-27T10:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7eefe925e6c6139d14972ee92affc4c2f19a7de6'/>
<id>7eefe925e6c6139d14972ee92affc4c2f19a7de6</id>
<content type='text'>
mingw builds set the alignment requirement for complex doubles types to
16 byte so the tests checking the alignment flag must be disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mingw builds set the alignment requirement for complex doubles types to
16 byte so the tests checking the alignment flag must be disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: disable tests that fail due to bad alignment on sparc</title>
<updated>2014-07-02T18:25:01+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-06-30T21:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1d96a95208ed5b656a61f00781eeb984e2955a61'/>
<id>1d96a95208ed5b656a61f00781eeb984e2955a61</id>
<content type='text'>
(debian) sparc system malloc does not provide the alignment required by 16 byte
long double types this means the inout intent cannot be satisfied and several
tests fail as the alignment flag can be randomly true or fals when numpy gains
an aligned allocator the tests could be enabled again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(debian) sparc system malloc does not provide the alignment required by 16 byte
long double types this means the inout intent cannot be satisfied and several
tests fail as the alignment flag can be randomly true or fals when numpy gains
an aligned allocator the tests could be enabled again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4315 from charris/fix-gh-2408</title>
<updated>2014-02-20T17:08:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-20T17:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=34d7bee3d472e5b97c1ea7c8d7e8d9949a9ebc16'/>
<id>34d7bee3d472e5b97c1ea7c8d7e8d9949a9ebc16</id>
<content type='text'>
BUG: #2408, Fix f2py Python 3 error message string bug.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: #2408, Fix f2py Python 3 error message string bug.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4305 from charris/fix-gh-4256</title>
<updated>2014-02-20T17:06:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-20T17:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d54b6784501de8aef405794f20cf1f4b3941c68f'/>
<id>d54b6784501de8aef405794f20cf1f4b3941c68f</id>
<content type='text'>
BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: #2408, Fix f2py Python 3 error message string bug.</title>
<updated>2014-02-17T22:03:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-17T21:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1b83d85bc4cfaccb12295d993c5a12e5c4029030'/>
<id>1b83d85bc4cfaccb12295d993c5a12e5c4029030</id>
<content type='text'>
The original was generating an exception message and, after aliasing,
calling PyBytes_AsString on a unicode string -&gt; error. It was also
leaking references, although that probably didn't matter in context.

The fix here is on the cheap side, just use a C string for the message
without including the extra information about the erroneous type that
led to the exception.

No test, I don't know how to evoke this error.

Closes #2408.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original was generating an exception message and, after aliasing,
calling PyBytes_AsString on a unicode string -&gt; error. It was also
leaking references, although that probably didn't matter in context.

The fix here is on the cheap side, just use a C string for the message
without including the extra information about the erroneous type that
led to the exception.

No test, I don't know how to evoke this error.

Closes #2408.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.</title>
<updated>2014-02-16T22:07:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-16T22:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ddcb49e5f779a9e42356914b9ec4162b722d4ab0'/>
<id>ddcb49e5f779a9e42356914b9ec4162b722d4ab0</id>
<content type='text'>
Use PyUString_FromStringAndSize defined in npy_3kcompat instead. Not
using bytes may cause some problems, but strings seem like a better
choice. As modules generated with current f2py error out, this
particular use is not common and we are free to choose.

Closes #4256.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use PyUString_FromStringAndSize defined in npy_3kcompat instead. Not
using bytes may cause some problems, but strings seem like a better
choice. As modules generated with current f2py error out, this
particular use is not common and we are free to choose.

Closes #4256.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix typo in f2py/cfuncs.py.</title>
<updated>2014-02-16T17:11:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-16T17:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1f2f6b67e4e0dd77ab0fbb8f40df7553b912c42b'/>
<id>1f2f6b67e4e0dd77ab0fbb8f40df7553b912c42b</id>
<content type='text'>
Replace "insinged_long_long" by "unsigned_long_long". Patch due to trac
user pepijndevos.

Closes #636.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace "insinged_long_long" by "unsigned_long_long". Patch due to trac
user pepijndevos.

Closes #636.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4257 from juliantaylor/tostring-depr</title>
<updated>2014-02-15T01:08:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-15T01:08:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=33337281067bb1253f737b707fc783f6a6455e04'/>
<id>33337281067bb1253f737b707fc783f6a6455e04</id>
<content type='text'>
ENH: add tobytes and stop using tostring in documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: add tobytes and stop using tostring in documentation</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add tobytes and stop using tostring in documentation</title>
<updated>2014-02-11T18:30:21+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-02-03T19:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2facd5cbdcaa08b61270c0c0760a39cd03acc007'/>
<id>2facd5cbdcaa08b61270c0c0760a39cd03acc007</id>
<content type='text'>
tostring returns bytes which are not equal to string, so provide a
tobytes function alias.
tostring does not emit a deprecation warning yet so rdepends do not need
to check two names to support older versions of numpy without warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tostring returns bytes which are not equal to string, so provide a
tobytes function alias.
tostring does not emit a deprecation warning yet so rdepends do not need
to check two names to support older versions of numpy without warnings.
</pre>
</div>
</content>
</entry>
</feed>
