<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch v1.7.0b2</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>Release 1.7.0b2</title>
<updated>2012-09-20T05:25:03+00:00</updated>
<author>
<name>Ondrej Certik</name>
<email>ondrej.certik@gmail.com</email>
</author>
<published>2012-09-20T05:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f2175177b060d01ec5bf6f7e038d71563995fb42'/>
<id>f2175177b060d01ec5bf6f7e038d71563995fb42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: silence Cython warnings about changes dtype/ufunc size.</title>
<updated>2012-09-16T04:41:27+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-09-08T19:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=50f71cb65ffc7f31f50fa30fa4354317679c0ede'/>
<id>50f71cb65ffc7f31f50fa30fa4354317679c0ede</id>
<content type='text'>
These warnings are visible whenever you import scipy (or another package) that
was compiled against an older numpy than is installed.  For example compiled
against 1.5.1, like current scipy binaries are, and used with 1.7.0.

These warnings aren't useful; if numpy would really break its ABI it would be
noticed in no time without these warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These warnings are visible whenever you import scipy (or another package) that
was compiled against an older numpy than is installed.  For example compiled
against 1.5.1, like current scipy binaries are, and used with 1.7.0.

These warnings aren't useful; if numpy would really break its ABI it would be
noticed in no time without these warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: use py24-compatible version of virtualenv on Travis</title>
<updated>2012-09-13T15:26:39+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2012-09-07T09:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fcacdcc253432c460d92dfaa7f216f7652944d88'/>
<id>fcacdcc253432c460d92dfaa7f216f7652944d88</id>
<content type='text'>
Travis recently upgraded to virtualenv 1.8, which has dropped support
for Python 2.4. So, in our Python 2.4 setup script, we need to
explicitly fetch and use virtualenv 1.7. Likewise for pip 1.1.

File imported from the already-fixed version for patsy:
  https://github.com/pydata/patsy/blob/0316d2901f4195db06e8091c15f37d9fe4ad09de/.travis-make-py24-virtualenv.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis recently upgraded to virtualenv 1.8, which has dropped support
for Python 2.4. So, in our Python 2.4 setup script, we need to
explicitly fetch and use virtualenv 1.7. Likewise for pip 1.1.

File imported from the already-fixed version for patsy:
  https://github.com/pydata/patsy/blob/0316d2901f4195db06e8091c15f37d9fe4ad09de/.travis-make-py24-virtualenv.sh
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: loosen numerical tolerance in test_pareto()</title>
<updated>2012-09-13T15:26:39+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2012-09-07T09:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d01354e52d5c272522c09ffd733887500e4846d7'/>
<id>d01354e52d5c272522c09ffd733887500e4846d7</id>
<content type='text'>
The problem was that in 32bit Ubuntu 12.04, one gets the following:

&gt;
/home/njs/numpy/.tox/py27/local/lib/python2.7/site-packages/numpy/random/tests/test_random.py(363)test_pareto()
-&gt; np.testing.assert_array_almost_equal(actual, desired, decimal=15)
(Pdb) actual[1, 0]
52828779.702948704
(Pdb) desired[1, 0]
52828779.702948518

and the test was comparing the numbers to 1e-14, which obviously
failed.

Fixes #424.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem was that in 32bit Ubuntu 12.04, one gets the following:

&gt;
/home/njs/numpy/.tox/py27/local/lib/python2.7/site-packages/numpy/random/tests/test_random.py(363)test_pareto()
-&gt; np.testing.assert_array_almost_equal(actual, desired, decimal=15)
(Pdb) actual[1, 0]
52828779.702948704
(Pdb) desired[1, 0]
52828779.702948518

and the test was comparing the numbers to 1e-14, which obviously
failed.

Fixes #424.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add test for boolean insert</title>
<updated>2012-09-13T15:26:39+00:00</updated>
<author>
<name>Han Genuit</name>
<email>hangenuit@gmail.com</email>
</author>
<published>2012-09-07T07:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65ec87e9ec7b9b0d3a711a800a28bb78fb37e213'/>
<id>65ec87e9ec7b9b0d3a711a800a28bb78fb37e213</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 extra test for multidimensional inserts.</title>
<updated>2012-09-13T15:26:39+00:00</updated>
<author>
<name>Han Genuit</name>
<email>hangenuit@gmail.com</email>
</author>
<published>2012-09-06T23:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9ee99842f30eb20524c4a552826e04265d9e50b7'/>
<id>9ee99842f30eb20524c4a552826e04265d9e50b7</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 for issues #378 and #392</title>
<updated>2012-09-13T15:26:39+00:00</updated>
<author>
<name>Han Genuit</name>
<email>hangenuit@gmail.com</email>
</author>
<published>2012-09-06T23:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=84605147f797a8b7bfe0b07db1ed347bb1c6ed31'/>
<id>84605147f797a8b7bfe0b07db1ed347bb1c6ed31</id>
<content type='text'>
This should fix the problems with numpy.insert(), where the input values
were not checked for all scalar types and where values did not get inserted
properly, but got duplicated by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix the problems with numpy.insert(), where the input values
were not checked for all scalar types and where values did not get inserted
properly, but got duplicated by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix npymath install location.</title>
<updated>2012-09-13T15:26:38+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2012-09-03T09:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07e02d07904f00fbe3c8c57fe7e2839671757f42'/>
<id>07e02d07904f00fbe3c8c57fe7e2839671757f42</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 custom post_check.</title>
<updated>2012-09-13T15:26:38+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2012-08-27T13:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6da087eecb7e41ba875e9b9525d3d7660e8d03a3'/>
<id>6da087eecb7e41ba875e9b9525d3d7660e8d03a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: forgot to build _dotblas in bento build.</title>
<updated>2012-09-13T15:26:38+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2012-08-26T06:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=095a3ab7f4bf2a760e6e192ed1d0c145522b3105'/>
<id>095a3ab7f4bf2a760e6e192ed1d0c145522b3105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
