<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/matrixlib, branch v1.6.2</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>ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new iterator</title>
<updated>2011-01-18T01:06:54+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-01-18T01:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e916b9e44c1732fba94393056f80093a0e775134'/>
<id>e916b9e44c1732fba94393056f80093a0e775134</id>
<content type='text'>
I also found that the tricky case of CopyAnyInto wasn't being triggered
by the test suite, so added a new function ndarray.setasflat, which
calls CopyAnyInto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I also found that the tricky case of CopyAnyInto wasn't being triggered
by the test suite, so added a new function ndarray.setasflat, which
calls CopyAnyInto.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: wiki merge, matrlixlib and some ndarray methods.</title>
<updated>2010-07-31T10:04:54+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2010-07-31T10:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7225d6d9c36c2df1599960935938f5c46549268d'/>
<id>7225d6d9c36c2df1599960935938f5c46549268d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)</title>
<updated>2010-04-30T07:06:02+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-04-30T07:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6dc315f8aa7e67f637bcd2beb0c4105ddfcb4a83'/>
<id>6dc315f8aa7e67f637bcd2beb0c4105ddfcb4a83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3K: matrixlib: adapt to changes in str.translate</title>
<updated>2010-02-21T02:46:46+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-02-21T02:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ae00919e25ec6613685915ef658bb257d3835a2c'/>
<id>ae00919e25ec6613685915ef658bb257d3835a2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest</title>
<updated>2010-02-20T22:31:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2010-02-20T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=051165fb4557b67a1f50e81ad8cfb99efeeb0641'/>
<id>051165fb4557b67a1f50e81ad8cfb99efeeb0641</id>
<content type='text'>
module. The fix should be good for Python &gt;= 2.4 and used the following sed script:

s/\&lt;failUnless\&gt;/assertTrue/g
s/\&lt;failIf\&gt;/assertFalse/g
s/\&lt;failUnlessEqual\&gt;/assertEqual/g
s/\&lt;failUnlessRaises\&gt;/assertRaises/g
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module. The fix should be good for Python &gt;= 2.4 and used the following sed script:

s/\&lt;failUnless\&gt;/assertTrue/g
s/\&lt;failIf\&gt;/assertFalse/g
s/\&lt;failUnlessEqual\&gt;/assertEqual/g
s/\&lt;failUnlessRaises\&gt;/assertRaises/g
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed a whole bunch of doctests</title>
<updated>2009-12-28T20:49:52+00:00</updated>
<author>
<name>Paul Ivanov</name>
<email>paul.ivanov@local</email>
</author>
<published>2009-12-28T20:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e4f233ecfedd2aafa258db2d3ae27e30604cc020'/>
<id>e4f233ecfedd2aafa258db2d3ae27e30604cc020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring update: matrixlib</title>
<updated>2009-10-02T19:31:52+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2009-10-02T19:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0f17bf706dd5c4b160ff4d1f15ae69ef933cfc43'/>
<id>0f17bf706dd5c4b160ff4d1f15ae69ef933cfc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename matrx to matrixlib.</title>
<updated>2009-09-18T09:59:24+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-09-18T09:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=599b0f1e83494c56d01ac24d7605bc3e8da0cd6e'/>
<id>599b0f1e83494c56d01ac24d7605bc3e8da0cd6e</id>
<content type='text'>
I forgot to commit the name change suggested by Stefan.  You need to
clean build/install directory when updating to this version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to commit the name change suggested by Stefan.  You need to
clean build/install directory when updating to this version.
</pre>
</div>
</content>
</entry>
</feed>
