<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch maintenance/1.7.x</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>BUG: fix native-only long long check</title>
<updated>2014-01-08T23:08:06+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-04T00:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e52c08c7bbe6e9009520fbbe4fb33c6022e93389'/>
<id>e52c08c7bbe6e9009520fbbe4fb33c6022e93389</id>
<content type='text'>
Caused all long longs to be required native only in memoryviews.
NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing
NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused all long longs to be required native only in memoryviews.
NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing
NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: return immediately if memoryview cannot be non-native</title>
<updated>2014-01-08T23:01:47+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-03T23:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=81e292114acd2668c845c66b4e7bb986b5ceeac2'/>
<id>81e292114acd2668c845c66b4e7bb986b5ceeac2</id>
<content type='text'>
late return triggers an assert with python3.4 in debug mode.
Closes gh-4138.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
late return triggers an assert with python3.4 in debug mode.
Closes gh-4138.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix test failure due to comparing floats with assert_equal.</title>
<updated>2013-12-30T15:55:57+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-12-23T09:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=97e42979dd5d66b5f6b9b85e1c4ee6c1449a7c2a'/>
<id>97e42979dd5d66b5f6b9b85e1c4ee6c1449a7c2a</id>
<content type='text'>
Observed on 32-bit linux with python 3.4b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Observed on 32-bit linux with python 3.4b1
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: don't use open(.., 'U') in Python 3.x, is deprecated.</title>
<updated>2013-12-30T15:55:57+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-12-23T09:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0dfd16209786ed3d15c09360f00a75d0f07f6b78'/>
<id>0dfd16209786ed3d15c09360f00a75d0f07f6b78</id>
<content type='text'>
This is default behavior in 3.x; in 2.x open() doesn't have a `newline`
kw.  So make code Python-version-specific.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is default behavior in 3.x; in 2.x open() doesn't have a `newline`
kw.  So make code Python-version-specific.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix missing check for memory allocation failure in ufuncs</title>
<updated>2013-12-30T14:43:02+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-11-06T19:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e49876f4ca053eb9117ea5d63c7f2637767a9840'/>
<id>e49876f4ca053eb9117ea5d63c7f2637767a9840</id>
<content type='text'>
closes gh-4018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes gh-4018
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix missing NULL check in lexsort</title>
<updated>2013-12-30T14:42:47+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2013-12-14T19:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=047a5d6ee3772f3845d3cff84467e0f8f6cfa7d2'/>
<id>047a5d6ee3772f3845d3cff84467e0f8f6cfa7d2</id>
<content type='text'>
When Getitem of the lexsort sequence argument failed
this was not checked.

Closes gh-4123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Getitem of the lexsort sequence argument failed
this was not checked.

Closes gh-4123
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix NaT handling in _strided_to_strided_string_to_datetime</title>
<updated>2013-12-30T14:42:29+00:00</updated>
<author>
<name>Charles G Waldman</name>
<email>charles@crunch.io</email>
</author>
<published>2013-12-02T22:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c4735f8a85ad3786101b86664d52ff745c8f65c7'/>
<id>c4735f8a85ad3786101b86664d52ff745c8f65c7</id>
<content type='text'>
When converting an array of strings to datetime64, a "NaT" occurring
in the input would cause all subsequent values to be converted to NaT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When converting an array of strings to datetime64, a "NaT" occurring
in the input would cause all subsequent values to be converted to NaT.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix uninitialized use in _strided_to_strided_string_to_datetime</title>
<updated>2013-12-30T14:42:11+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-11-13T22:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d37f0c80577763504378b35b8cf54b506866eb95'/>
<id>d37f0c80577763504378b35b8cf54b506866eb95</id>
<content type='text'>
dt == NPY_DATETIME_NAT is used as error condition, so initialize it to
something else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dt == NPY_DATETIME_NAT is used as error condition, so initialize it to
something else.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix test error due to 2to3 conversion on py3.3.3</title>
<updated>2013-12-14T03:05:01+00:00</updated>
<author>
<name>cgohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2013-12-14T03:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9b0b71399092cc2b457d8420654e1bb2606b6646'/>
<id>9b0b71399092cc2b457d8420654e1bb2606b6646</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 #4049 from charris/python-2.4-repair</title>
<updated>2013-11-14T19:04:12+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2013-11-14T19:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4dc78ee7f25176766c5e263310112142abc2b767'/>
<id>4dc78ee7f25176766c5e263310112142abc2b767</id>
<content type='text'>
Python 2.4 repair</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.4 repair</pre>
</div>
</content>
</entry>
</feed>
