<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, 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>Merge pull request #5020 from charris/disable-some-test-warnings</title>
<updated>2014-09-02T21:27:46+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-02T21:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d03f77e9f9b14b51adc6b072889aca9efb123d45'/>
<id>d03f77e9f9b14b51adc6b072889aca9efb123d45</id>
<content type='text'>
TST: Silence some warning that turns up on OpenBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: Silence some warning that turns up on OpenBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Silence some warning that turns up on OpenBSD.</title>
<updated>2014-08-29T15:05:22+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-29T15:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=affeaf54bd08f42c87d966f03cbdc8a896d4e90f'/>
<id>affeaf54bd08f42c87d966f03cbdc8a896d4e90f</id>
<content type='text'>
On OpenBSD with gcc-4.2 log1p(nan) raises an invalid value warning.
This PR disables both 'divide' and 'invalid' for the log1p tests.

Closes #5017.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On OpenBSD with gcc-4.2 log1p(nan) raises an invalid value warning.
This PR disables both 'divide' and 'invalid' for the log1p tests.

Closes #5017.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5007 from juliantaylor/dep-silence</title>
<updated>2014-08-27T15:19:14+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2014-08-27T15:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=216bfb6433cea23d8753c2a4fe459e2bae2c2f8e'/>
<id>216bfb6433cea23d8753c2a4fe459e2bae2c2f8e</id>
<content type='text'>
TST: silence deprecation warnings for bad index calls</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: silence deprecation warnings for bad index calls</pre>
</div>
</content>
</entry>
<entry>
<title>TST: silence deprecation warnings for bad index calls</title>
<updated>2014-08-27T14:24:25+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T20:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07626d86fdaf8033259d49970f28a005e14f8487'/>
<id>07626d86fdaf8033259d49970f28a005e14f8487</id>
<content type='text'>
Some bad indexing calls throw exceptions and deprecations, silence the
warnings in the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some bad indexing calls throw exceptions and deprecations, silence the
warnings in the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4997 from juliantaylor/unicode-init</title>
<updated>2014-08-26T23:07:17+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-26T23:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99391a6deaf5b4bea1e6ac08ca653b809f948545'/>
<id>99391a6deaf5b4bea1e6ac08ca653b809f948545</id>
<content type='text'>
BUG: set needs-init flag for unicode dtype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: set needs-init flag for unicode dtype
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: set needs-init flag for unicode dtype</title>
<updated>2014-08-25T19:42:00+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-25T19:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=007b186a853c8ab37db62042376a9b2d66c18dcf'/>
<id>007b186a853c8ab37db62042376a9b2d66c18dcf</id>
<content type='text'>
Python &gt;= 3.3 does not like printing garbage unicode so printing
np.empty(x, 'U') can throw UnicodeDecode errors.
It is probably easier to just require initializing the dtype as a whole
instead of trying to catching the decode error on all places where it
might occur. Hopefully 0 is a valid code in all codecs.
Closes gh-4994.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python &gt;= 3.3 does not like printing garbage unicode so printing
np.empty(x, 'U') can throw UnicodeDecode errors.
It is probably easier to just require initializing the dtype as a whole
instead of trying to catching the decode error on all places where it
might occur. Hopefully 0 is a valid code in all codecs.
Closes gh-4994.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4985 from larsmans/dot-errmsg</title>
<updated>2014-08-24T17:26:58+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T17:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f165d4064282d50bb3bf1e5208948b1995ba77c'/>
<id>3f165d4064282d50bb3bf1e5208948b1995ba77c</id>
<content type='text'>
ENH: np.dot: better "matrices not aligned" message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: np.dot: better "matrices not aligned" message
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: include shapes in "matrices not aligned" msg</title>
<updated>2014-08-24T11:27:49+00:00</updated>
<author>
<name>Lars Buitinck</name>
<email>larsmans@gmail.com</email>
</author>
<published>2014-08-23T20:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d07c4c72793fc120bf4cc807857567517e775c5b'/>
<id>d07c4c72793fc120bf4cc807857567517e775c5b</id>
<content type='text'>
I had to move convert_shape_to_string to common.h so that _dotblas.c
can access it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had to move convert_shape_to_string to common.h so that _dotblas.c
can access it.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: np.dot: better "matrices not aligned" message</title>
<updated>2014-08-23T17:23:07+00:00</updated>
<author>
<name>Lars Buitinck</name>
<email>larsmans@gmail.com</email>
</author>
<published>2014-08-23T16:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d8af083f3873da3fa041f20d1b981709cc61d972'/>
<id>d8af083f3873da3fa041f20d1b981709cc61d972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
