<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests, branch v1.9.0</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>Merge pull request #5022 from seberg/structured-insert</title>
<updated>2014-09-02T21:26:56+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-02T21:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ef101b864487f2e0dfe0901fa1e11a727f6ac5a2'/>
<id>ef101b864487f2e0dfe0901fa1e11a727f6ac5a2</id>
<content type='text'>
BUG: Fix np.insert for inserting a single item into a structured array
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix np.insert for inserting a single item into a structured array
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix np.insert for inserting a single item into a structured array</title>
<updated>2014-08-30T16:57:31+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2014-08-30T08:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f880b1aa7583d7c3dfc111a8b79e7e7ba364baf2'/>
<id>f880b1aa7583d7c3dfc111a8b79e7e7ba364baf2</id>
<content type='text'>
Note that there are some object array special cases because of allowing
multiple inserts. `np.array(..., dtype=object)` is not always clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that there are some object array special cases because of allowing
multiple inserts. `np.array(..., dtype=object)` is not always clear.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5006 from dhomeier/ioconv_usecols</title>
<updated>2014-08-27T13:53:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-27T13:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4344ffca80f110e15b3d7904eb4f0913c40fcf78'/>
<id>4344ffca80f110e15b3d7904eb4f0913c40fcf78</id>
<content type='text'>
BUG: fix genfromtxt check of converters when using usecols
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix genfromtxt check of converters when using usecols
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix genfromtxt check of converters when using usecols</title>
<updated>2014-08-27T13:50:28+00:00</updated>
<author>
<name>Derek Homeier</name>
<email>dhomeie@gwdg.de</email>
</author>
<published>2014-08-27T11:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=709a06d0e9db862a8dd519db13724a4c59de7d69'/>
<id>709a06d0e9db862a8dd519db13724a4c59de7d69</id>
<content type='text'>
fixes an issue reported by Adrian Altenhoff where user-supplied
converters in genfromtxt were not tested with the right first_values
when also specifying usecols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes an issue reported by Adrian Altenhoff where user-supplied
converters in genfromtxt were not tested with the right first_values
when also specifying usecols.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5005 from juliantaylor/use-tempdir-for-large-file</title>
<updated>2014-08-27T10:45:28+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-27T10:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=eb8ea0d3f561d2a8999215dc38bffba4c9edec35'/>
<id>eb8ea0d3f561d2a8999215dc38bffba4c9edec35</id>
<content type='text'>
Use tempdir for large file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use tempdir for large file
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: skip large file test on windows</title>
<updated>2014-08-27T10:15:46+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-27T10:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e95cf5f492bf1b181b083ff42ad451319ab23347'/>
<id>e95cf5f492bf1b181b083ff42ad451319ab23347</id>
<content type='text'>
nobody knows if it supports sparse filesystems, so just skip it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nobody knows if it supports sparse filesystems, so just skip it.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: avoid NamedTemporaryFile for large file test</title>
<updated>2014-08-27T10:15:46+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2014-07-31T02:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dcf32db293607357d0b4b152b1c630ecbccc092e'/>
<id>dcf32db293607357d0b4b152b1c630ecbccc092e</id>
<content type='text'>
NamedTemporaryFile files can't be reopened on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NamedTemporaryFile files can't be reopened on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4989 from juliantaylor/percentile-fix</title>
<updated>2014-08-24T17:14:05+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T17:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f5ae6d9e783d779fa98a8e140fb3f196a8cf498'/>
<id>3f5ae6d9e783d779fa98a8e140fb3f196a8cf498</id>
<content type='text'>
BUG: don't overwrite input percentile arrays
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: don't overwrite input percentile arrays
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: don't overwrite input percentile arrays</title>
<updated>2014-08-24T16:02:11+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T15:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=040d0408f4cdb0a472e654acd68c8e1c3fbd84f7'/>
<id>040d0408f4cdb0a472e654acd68c8e1c3fbd84f7</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 #4930 from juliantaylor/charris-pep8-numpy-lib</title>
<updated>2014-07-31T20:30:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-07-31T20:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=118a1bbf33d37e540a2aabb82e2ef024f48072de'/>
<id>118a1bbf33d37e540a2aabb82e2ef024f48072de</id>
<content type='text'>
Charris pep8 numpy lib for 1.9</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Charris pep8 numpy lib for 1.9</pre>
</div>
</content>
</entry>
</feed>
