<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, 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>DOC: fix missing space in percentile doc</title>
<updated>2014-09-07T08:42:04+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-07T08:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d9137a46f35e610a6f9055a27c511c9cb70b6ad7'/>
<id>d9137a46f35e610a6f9055a27c511c9cb70b6ad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5051 from juliantaylor/thread-test-fix</title>
<updated>2014-09-06T12:18:33+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-06T12:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7961485532129e0f431a82ba4ed79b7c809e4bb'/>
<id>c7961485532129e0f431a82ba4ed79b7c809e4bb</id>
<content type='text'>
TST: accept small error in threaded random test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: accept small error in threaded random test
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: accept small error in threaded random test</title>
<updated>2014-09-06T11:27:05+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-06T11:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ea3dece5a5ef586a07310e12236669220eada07'/>
<id>3ea3dece5a5ef586a07310e12236669220eada07</id>
<content type='text'>
freebsd and windows change x87 precision mode (fctrl bit 8 and 9) from
extended to double in child threads so the random numbers cannot be
exactly the same from master and child threads.
see gh-4909
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
freebsd and windows change x87 precision mode (fctrl bit 8 and 9) from
extended to double in child threads so the random numbers cannot be
exactly the same from master and child threads.
see gh-4909
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5048 from juliantaylor/subclass-test-fix</title>
<updated>2014-09-04T22:57:48+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-04T22:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=859d2f13c6a603c904701f509bd0bc52efb31295'/>
<id>859d2f13c6a603c904701f509bd0bc52efb31295</id>
<content type='text'>
BUG: fix array_almost_equal for array subclasses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix array_almost_equal for array subclasses
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix array_almost_equal for array subclasses</title>
<updated>2014-09-04T22:19:04+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-04T22:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dfc567790badcc87822a39f5c35f0dd78b8c1599'/>
<id>dfc567790badcc87822a39f5c35f0dd78b8c1599</id>
<content type='text'>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</pre>
</div>
</content>
</entry>
<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 #5035 from juliantaylor/fft-test</title>
<updated>2014-09-03T18:43:35+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-03T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5c60b9b81cdc245d4caa0c3a2ccbb46aeb96662b'/>
<id>5c60b9b81cdc245d4caa0c3a2ccbb46aeb96662b</id>
<content type='text'>
TST: join fft threads before getting values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: join fft threads before getting values
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: join fft threads before getting values</title>
<updated>2014-09-03T18:20:42+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-03T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b8aedd0e69e862a74cba896bb0dbb1d2748c4edf'/>
<id>b8aedd0e69e862a74cba896bb0dbb1d2748c4edf</id>
<content type='text'>
avoids timeouts on slow machines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids timeouts on slow machines
</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>Merge pull request #5022 from seberg/structured-insert</title>
<updated>2014-09-02T21:26:56+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-02T21:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ef101b864487f2e0dfe0901fa1e11a727f6ac5a2'/>
<id>ef101b864487f2e0dfe0901fa1e11a727f6ac5a2</id>
<content type='text'>
BUG: Fix np.insert for inserting a single item into a structured array
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix np.insert for inserting a single item into a structured array
</pre>
</div>
</content>
</entry>
</feed>
