<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, 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>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: 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>
<entry>
<title>FIX: Regenerate mtrand.c with Cython 0.17</title>
<updated>2012-09-12T23:16:59+00:00</updated>
<author>
<name>Ondřej Čertík</name>
<email>ondrej.certik@gmail.com</email>
</author>
<published>2012-09-02T16:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6e3e289f868c7c9e276a18587c0ad13ea1da66c5'/>
<id>6e3e289f868c7c9e276a18587c0ad13ea1da66c5</id>
<content type='text'>
Fixes #416
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #416
</pre>
</div>
</content>
</entry>
<entry>
<title>Retain backward compatibility. Enforce C order.</title>
<updated>2012-09-12T23:16:57+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2012-09-02T15:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3dc3b1b0b7d5ba9f2f661a81d38849c060660b7d'/>
<id>3dc3b1b0b7d5ba9f2f661a81d38849c060660b7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
