<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib, branch v1.6.2</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>Merge pull request #261 from charris/backport-lib</title>
<updated>2012-05-04T19:40:12+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-05-04T19:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=10a65ff403c86ab7064af8b75fe30e8994e32d60'/>
<id>10a65ff403c86ab7064af8b75fe30e8994e32d60</id>
<content type='text'>
Backport numpy.lib bug fixes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport numpy.lib bug fixes.</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix string comparison test failures on Windows for Python 2.5.</title>
<updated>2012-05-03T02:47:53+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-03-04T15:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3b0aeb2063ff043dee15d95d5103648862a54982'/>
<id>3b0aeb2063ff043dee15d95d5103648862a54982</id>
<content type='text'>
This is caused by the inconsistent floating point handling of Python itself.
On Windows with 2.5:
&gt;&gt;&gt; "%s" % 1e-6
'1e-006'

With 2.6:
&gt;&gt;&gt; "%s" % 1e-6
'1e-06'

Reviewed as PR-225.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is caused by the inconsistent floating point handling of Python itself.
On Windows with 2.5:
&gt;&gt;&gt; "%s" % 1e-6
'1e-006'

With 2.6:
&gt;&gt;&gt; "%s" % 1e-6
'1e-06'

Reviewed as PR-225.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1936, loadtxt: fix extra nesting for subarray dtypes.</title>
<updated>2012-04-30T02:11:15+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-08-19T03:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03c65cf6142ff35b637e34c8143abe7477d17ac8'/>
<id>03c65cf6142ff35b637e34c8143abe7477d17ac8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1918, use Py_TYPE to access ob_type, so it works also on Py3</title>
<updated>2012-04-30T02:02:52+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2011-07-31T11:23:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d3bc41620e3c7be12feb3c9388f5a5595c838102'/>
<id>d3bc41620e3c7be12feb3c9388f5a5595c838102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1793, fix failing npyio test under py3k.  Thanks to Derek Homeier.</title>
<updated>2012-04-30T01:29:52+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-08-10T20:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f337237dc8eda1fb17b2a0f1cabb74f11208a3e'/>
<id>2f337237dc8eda1fb17b2a0f1cabb74f11208a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1848, make tril/triu return the same dtype as the original array.</title>
<updated>2012-04-30T01:15:54+00:00</updated>
<author>
<name>Fabian Pedregosa</name>
<email>fabian.pedregosa@inria.fr</email>
</author>
<published>2011-08-31T16:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9a495e79f78c7c944aeb38ec629b8118819a648e'/>
<id>9a495e79f78c7c944aeb38ec629b8118819a648e</id>
<content type='text'>
This should fix:

    * http://projects.scipy.org/numpy/ticket/1848
    * http://projects.scipy.org/scipy/ticket/1449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix:

    * http://projects.scipy.org/numpy/ticket/1848
    * http://projects.scipy.org/scipy/ticket/1449
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1899, fixed histogramdd bug with empty inputs.</title>
<updated>2012-04-30T01:13:55+00:00</updated>
<author>
<name>David Huard</name>
<email>david.huard@gmail.com</email>
</author>
<published>2011-07-20T18:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6bb57ccac190182694c64987d80b7ca53d8f5c4d'/>
<id>6bb57ccac190182694c64987d80b7ca53d8f5c4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1387, allow bincount to accept empty arrays.</title>
<updated>2012-04-30T00:46:18+00:00</updated>
<author>
<name>Skipper Seabold</name>
<email>jsseabold@gmail.com</email>
</author>
<published>2011-06-02T16:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b33e8b9724af621b7f7308650a29a00c1be79579'/>
<id>b33e8b9724af621b7f7308650a29a00c1be79579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #1573, savetxt now handles complex arrays.</title>
<updated>2012-04-30T00:40:39+00:00</updated>
<author>
<name>Paul Anton Letnes</name>
<email>paul.anton.letnes@gmail.com</email>
</author>
<published>2011-11-27T13:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58eb8808fbc17a4fca9201ab3de81f79fbe84319'/>
<id>58eb8808fbc17a4fca9201ab3de81f79fbe84319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: ticket #2048, lib: break reference cycle in NpzFile (#2048)</title>
<updated>2012-04-30T00:17:12+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2012-02-12T10:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb1d76ff08caf4b4f57f8f1bd854e0773f1761f9'/>
<id>cb1d76ff08caf4b4f57f8f1bd854e0773f1761f9</id>
<content type='text'>
This allows these objects to be freed by refcount, rather than requiring
the gc, which can be useful in some situations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows these objects to be freed by refcount, rather than requiring
the gc, which can be useful in some situations.
</pre>
</div>
</content>
</entry>
</feed>
