<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch v1.9.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>REL: Release 1.9.2</title>
<updated>2015-03-01T13:36:27+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-03-01T13:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=762c6f15bf57506e21239a4dd68192e4da6014f7'/>
<id>762c6f15bf57506e21239a4dd68192e4da6014f7</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 #5616 from juliantaylor/backport-1.9.2</title>
<updated>2015-03-01T13:33:45+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2015-03-01T13:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1f68813218223ef2f353678eab3bc154a6a905d6'/>
<id>1f68813218223ef2f353678eab3bc154a6a905d6</id>
<content type='text'>
more backports for 1.9.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more backports for 1.9.2</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5619 from jaimefrio/unique_docstring</title>
<updated>2015-03-01T12:31:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-03-01T12:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d685309b388ad1f92a443be4e262343ca26efd44'/>
<id>d685309b388ad1f92a443be4e262343ca26efd44</id>
<content type='text'>
DOC: Describe return_counts keyword in np.unique docstring
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Describe return_counts keyword in np.unique docstring
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Describe return_counts keyword in np.unique docstring</title>
<updated>2015-03-01T12:29:30+00:00</updated>
<author>
<name>Jaime Fernandez</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2015-03-01T03:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da3c6a28f651877dfb4cfdbbbe76dab985669252'/>
<id>da3c6a28f651877dfb4cfdbbbe76dab985669252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: update release notes</title>
<updated>2015-03-01T01:09:41+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-02-28T13:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7cfdd986cde08ac838eb867d53cdd20ed2b50df3'/>
<id>7cfdd986cde08ac838eb867d53cdd20ed2b50df3</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 #5618 from johntyree/arrfill_ulonglong</title>
<updated>2015-03-01T01:07:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-03-01T01:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf6f80d994a154f25eb5e8beca5babdf31b13eca'/>
<id>bf6f80d994a154f25eb5e8beca5babdf31b13eca</id>
<content type='text'>
BUG: Fixes ndarray.fill to accept maximum uint64 value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fixes ndarray.fill to accept maximum uint64 value
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: arr.fill() should accept the max uint64 value</title>
<updated>2015-03-01T00:11:34+00:00</updated>
<author>
<name>John Tyree</name>
<email>johntyree@gmail.com</email>
</author>
<published>2015-02-28T19:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=11dfe938a485500a94de8c01157ea6319afcffd0'/>
<id>11dfe938a485500a94de8c01157ea6319afcffd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: solves complex array clip in issue #5354 and added symmetric regression test</title>
<updated>2015-02-28T13:15:36+00:00</updated>
<author>
<name>Maniteja Nandana</name>
<email>manitejanmt@gmail.com</email>
</author>
<published>2014-12-21T21:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=102ba699b8b259072c2ba635f70bb2937450ada8'/>
<id>102ba699b8b259072c2ba635f70bb2937450ada8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixes #5524 and adds test</title>
<updated>2015-02-28T12:33:40+00:00</updated>
<author>
<name>hannaro</name>
<email>hroehling@gmx.net</email>
</author>
<published>2015-02-19T13:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=43c8313a3bae730b1f6ef7a35adb935959f892c8'/>
<id>43c8313a3bae730b1f6ef7a35adb935959f892c8</id>
<content type='text'>
argpartition does not fail anymore on non-ndarray array-likes.
Fix as implemented by @maniteja123.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argpartition does not fail anymore on non-ndarray array-likes.
Fix as implemented by @maniteja123.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5599 from pitrou/refleak_ufunc2</title>
<updated>2015-02-23T19:23:29+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-02-23T19:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1f72899ac674c9e44c1be2948ad5b2eef008a32f'/>
<id>1f72899ac674c9e44c1be2948ad5b2eef008a32f</id>
<content type='text'>
BUG: Fix a reference leak in ufunc type resolution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix a reference leak in ufunc type resolution.
</pre>
</div>
</content>
</entry>
</feed>
