<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src, branch v1.8.0b1</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>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3616 from seberg/buffer-pybuf_simple</title>
<updated>2013-08-18T14:50:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T14:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=59eea0cbb03ae77378b664f4d5b263cbe84daab9'/>
<id>59eea0cbb03ae77378b664f4d5b263cbe84daab9</id>
<content type='text'>
BUG: Fix PyBUF_SIMPLE flag to GetBuffer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix PyBUF_SIMPLE flag to GetBuffer.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix PyBUF_SIMPLE flag to GetBuffer.</title>
<updated>2013-08-18T14:14:16+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2013-08-14T14:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5c2dafbbc7f473821b50d6df39dd766675fe3a88'/>
<id>5c2dafbbc7f473821b50d6df39dd766675fe3a88</id>
<content type='text'>
When no strides are requested, the array must be C-contiguous,
not only if a shape was also requested.

Closes gh-3613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no strides are requested, the array must be C-contiguous,
not only if a shape was also requested.

Closes gh-3613
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix reference leak in PyArray_IntpFromIndexSequence.</title>
<updated>2013-08-18T02:01:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T01:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7d01fe5684698026bf80506423adbdf03f453813'/>
<id>7d01fe5684698026bf80506423adbdf03f453813</id>
<content type='text'>
This caused {ones, zeros, empty}([1]*10) to increase the reference
count of 1 by 10. Same for other numbers in the list.

Closes #3589.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caused {ones, zeros, empty}([1]*10) to increase the reference
count of 1 by 10. Same for other numbers in the list.

Closes #3589.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT - update comments related to searchsorted to be consistent with code.</title>
<updated>2013-08-17T16:27:06+00:00</updated>
<author>
<name>Bago Amirbekian</name>
<email>mrbago@gmail.com</email>
</author>
<published>2013-08-16T22:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4674b9ee89a641f3b9da2296079a6ed2167e1d8c'/>
<id>4674b9ee89a641f3b9da2296079a6ed2167e1d8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RF - have searchsorted copy haystack when the needle is bigger than the haystack</title>
<updated>2013-08-17T16:27:06+00:00</updated>
<author>
<name>Bago Amirbekian</name>
<email>mrbago@gmail.com</email>
</author>
<published>2013-08-03T02:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb925ed337d0346c414a43506537750a87c4771d'/>
<id>bb925ed337d0346c414a43506537750a87c4771d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BF - cast psorter pointer to intp</title>
<updated>2013-08-17T16:27:06+00:00</updated>
<author>
<name>Bago Amirbekian</name>
<email>mrbago@gmail.com</email>
</author>
<published>2013-05-17T04:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a06b8005f042a46c0609a559f6bae21d43572d1e'/>
<id>a06b8005f042a46c0609a559f6bae21d43572d1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RF - allow ndarray.searchsorted to avoid making a copy for non-contiguous arrays</title>
<updated>2013-08-17T16:27:06+00:00</updated>
<author>
<name>Bago Amirbekian</name>
<email>mrbago@gmail.com</email>
</author>
<published>2013-03-01T02:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=77b3df0f0571520eac7119a2d61a8b7fad249acc'/>
<id>77b3df0f0571520eac7119a2d61a8b7fad249acc</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 #3628 from seberg/issue-3589</title>
<updated>2013-08-17T16:01:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-17T16:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d21a9444da04ef587a65a7787b4a4a97119bbe9f'/>
<id>d21a9444da04ef587a65a7787b4a4a97119bbe9f</id>
<content type='text'>
BUG: MapIter leaked itself and arr and index objects</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: MapIter leaked itself and arr and index objects</pre>
</div>
</content>
</entry>
</feed>
