<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests, branch v1.2.0b2</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>Unique1d will now return unique as well as reverse indices.  Fix order of</title>
<updated>2008-08-13T17:23:25+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-13T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b54222dbd5890df1480d769a51f1f8541f9a06f'/>
<id>8b54222dbd5890df1480d769a51f1f8541f9a06f</id>
<content type='text'>
returns [patch by Robert Cimrman].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
returns [patch by Robert Cimrman].
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable memmap test on windows because it crashes the testsuite. This has to be fixed before a rc of numpy 1.2.0, though (see#827).</title>
<updated>2008-08-13T16:44:35+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-08-13T16:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=086afd5bfd7b8617e721a6467ce29b6acc41c44c'/>
<id>086afd5bfd7b8617e721a6467ce29b6acc41c44c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Roberto de Almeida's Arrayterator.</title>
<updated>2008-08-13T00:04:08+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-13T00:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83d7c02cad2ac076937ca868f901808c7fa1243d'/>
<id>83d7c02cad2ac076937ca868f901808c7fa1243d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent nan-operations.</title>
<updated>2008-08-12T06:56:11+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-12T06:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=04a0ee16539077c6693f4fb36e388a3aa77e9ac2'/>
<id>04a0ee16539077c6693f4fb36e388a3aa77e9ac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ran reindent</title>
<updated>2008-08-08T04:33:45+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2008-08-08T04:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70ed0f238156680efba9b4028810f3aed486357b'/>
<id>70ed0f238156680efba9b4028810f3aed486357b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow-up on changes to histogram semantics.</title>
<updated>2008-08-05T15:43:45+00:00</updated>
<author>
<name>dhuard</name>
<email>dhuard@localhost</email>
</author>
<published>2008-08-05T15:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df9e25e2845f8a280b8808a33b1429ac6a4841f5'/>
<id>df9e25e2845f8a280b8808a33b1429ac6a4841f5</id>
<content type='text'>
`new` is now set to None by default, which triggers the new behaviour and prints a warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`new` is now set to None by default, which triggers the new behaviour and prints a warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests to improve coverage.</title>
<updated>2008-07-24T05:28:37+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-07-24T05:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e6f61c9445303c4ffa30e32b8efe68047ca2ef61'/>
<id>e6f61c9445303c4ffa30e32b8efe68047ca2ef61</id>
<content type='text'>
Converted tests from doctests to unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted tests from doctests to unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests to improve coverage of numpy.lib.</title>
<updated>2008-07-22T18:18:42+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-07-22T18:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=856861c4e59c945aac844dd172fa9612623e858b'/>
<id>856861c4e59c945aac844dd172fa9612623e858b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply Stefan's patch for Ryan's loadtext fix.</title>
<updated>2008-07-22T06:37:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2008-07-22T06:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a2dcde587eb07398d0a30189a898c614ea1ba1aa'/>
<id>a2dcde587eb07398d0a30189a898c614ea1ba1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Committed patch from Ryan May. It fixes error in loadtxt occurring when usecols is not None and dtypes are given.</title>
<updated>2008-07-22T00:49:31+00:00</updated>
<author>
<name>dhuard</name>
<email>dhuard@localhost</email>
</author>
<published>2008-07-22T00:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e41b0e3b2222095c2eb75952602fc8b779798cbc'/>
<id>e41b0e3b2222095c2eb75952602fc8b779798cbc</id>
<content type='text'>
I added the test suggested by Ryan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I added the test suggested by Ryan.
</pre>
</div>
</content>
</entry>
</feed>
