<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, branch v1.9.3</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>BLD: enable C99 isnan and isinf for msvc14</title>
<updated>2015-09-21T16:51:49+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2015-08-02T07:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=147b82829b41337d7d5db0f19037ba41af9eea48'/>
<id>147b82829b41337d7d5db0f19037ba41af9eea48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove /GL for vs2015 in check_long_double_representation</title>
<updated>2015-09-21T16:51:49+00:00</updated>
<author>
<name>James Salter</name>
<email>jsalter@iress.com.au</email>
</author>
<published>2015-07-20T11:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fad36c1114479db40a3fe51358c31d2e4a98acab'/>
<id>fad36c1114479db40a3fe51358c31d2e4a98acab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: disable broken msvc14 trigonometric functions</title>
<updated>2015-09-21T16:51:49+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2015-09-20T07:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a6d32deaab9e3ce221d0c832bcc431d050c2f8e0'/>
<id>a6d32deaab9e3ce221d0c832bcc431d050c2f8e0</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 #3926: pickling empty string fails</title>
<updated>2015-03-25T21:48:56+00:00</updated>
<author>
<name>Jay Bourque</name>
<email>jay.bourque@continuum.io</email>
</author>
<published>2015-01-21T19:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9a0d851b576b2be592f36676f7659fceeadbe5ce'/>
<id>9a0d851b576b2be592f36676f7659fceeadbe5ce</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://91.123.203.49/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 #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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
