<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch v1.6.1rc3</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>REL: set version to 1.6.1rc3</title>
<updated>2011-07-11T17:40:22+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-07-10T19:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=41fa279b579c68ac5f5991800034ba94c7ca8b50'/>
<id>41fa279b579c68ac5f5991800034ba94c7ca8b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: iter: writeonly operands weren't always being buffered correctly (Ticket #1895/1896)</title>
<updated>2011-07-11T15:59:03+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwiebe@enthought.com</email>
</author>
<published>2011-07-06T20:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=734b1f579a1363f8795b1ed799f9dee2fc092c98'/>
<id>734b1f579a1363f8795b1ed799f9dee2fc092c98</id>
<content type='text'>
This interacted with the NPY_ITER_GROWINNER flag which would incorrectly
grow the length because it thought nothing was being buffered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This interacted with the NPY_ITER_GROWINNER flag which would incorrectly
grow the length because it thought nothing was being buffered.
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: set version to 1.6.1rc2.</title>
<updated>2011-07-01T19:46:39+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-07-01T19:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9b46e7b7c47cb676999014cbb93709a12e7d63e3'/>
<id>9b46e7b7c47cb676999014cbb93709a12e7d63e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.</title>
<updated>2011-07-01T19:32:27+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-06-19T09:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=025c8c77bb1e633ea6e8a0cb929528b1fbe85efc'/>
<id>025c8c77bb1e633ea6e8a0cb929528b1fbe85efc</id>
<content type='text'>
This is related to PEP 3149, tags in shared library extensions.  Only applies
to Linux (for now).  See also #1749.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is related to PEP 3149, tags in shared library extensions.  Only applies
to Linux (for now).  See also #1749.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843.</title>
<updated>2011-07-01T15:20:51+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-06-22T21:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9a91fe19f60ee0f594ce97911a3be421aabc1521'/>
<id>9a91fe19f60ee0f594ce97911a3be421aabc1521</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: nditer: Error in detecting double reduction loop (Fixes #1885)</title>
<updated>2011-06-29T03:42:47+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-06-29T03:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4362bdb01c3e94cd9419e5a042927373ffa26ac3'/>
<id>4362bdb01c3e94cd9419e5a042927373ffa26ac3</id>
<content type='text'>
This bug was in the double reduction loop optimization used during
buffering, and was triggered by the bug report example because it
reduced everything to a single value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug was in the double reduction loop optimization used during
buffering, and was triggered by the bug report example because it
reduced everything to a single value.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --include-paths. Updated docs.</title>
<updated>2011-06-22T21:04:45+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-06-21T11:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775'/>
<id>3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: core: Fix corner case of object array assignment (#1870)</title>
<updated>2011-06-22T21:04:45+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-06-19T22:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5a96f987e879a8b0f6c845dbaa178edba0371e07'/>
<id>5a96f987e879a8b0f6c845dbaa178edba0371e07</id>
<content type='text'>
This general aspect of object arrays is fraught with errors, for
example, eval(repr(x)) produces a 2 instead of 1 dimensional array
when given the x in the first example of the bug. This fix at least
makes the result requested in the bug report work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This general aspect of object arrays is fraught with errors, for
example, eval(repr(x)) produces a 2 instead of 1 dimensional array
when given the x in the first example of the bug. This fix at least
makes the result requested in the bug report work.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add the polynomial module to the documentation.</title>
<updated>2011-06-22T21:04:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-06-18T19:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1b1252152cdf9ce898b433630bd3506e2c8c5073'/>
<id>1b1252152cdf9ce898b433630bd3506e2c8c5073</id>
<content type='text'>
Also:
1. Note that the polynomial package is preferred over poly1d.

2. Remove deprecation of mapparms in __init__.py as it interferes with the
   documention of the method of the same name. This is probably safe as it
   is unlikely to be used yet.

3. Make some improvements to the documentation in polytemplate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
1. Note that the polynomial package is preferred over poly1d.

2. Remove deprecation of mapparms in __init__.py as it interferes with the
   documention of the method of the same name. This is probably safe as it
   is unlikely to be used yet.

3. Make some improvements to the documentation in polytemplate.
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: set version number to 1.6.1rc2.dev</title>
<updated>2011-06-22T21:03:18+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-06-22T21:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e27a071dadbd5d46b33be39044493c621ecdf6a8'/>
<id>e27a071dadbd5d46b33be39044493c621ecdf6a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
