<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/oldnumeric/compat.py, branch v1.3.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>Rewrapped __all__ definition to conform to PEP8.</title>
<updated>2008-09-13T18:10:48+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-09-13T18:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83eba775c46704a969826eb1990be80e35c65255'/>
<id>83eba775c46704a969826eb1990be80e35c65255</id>
<content type='text'>
Standardize NumPy import as "import numpy as np".
Removed unused imports.
Fixed undefined reference to ndarray (should be np.ndarray).
Fixed undefined references to exp (should be math.exp).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Standardize NumPy import as "import numpy as np".
Removed unused imports.
Fixed undefined reference to ndarray (should be np.ndarray).
Fixed undefined references to exp (should be math.exp).
</pre>
</div>
</content>
</entry>
<entry>
<title>ran reindent in preparation for the 1.1 release</title>
<updated>2008-04-20T11:49:35+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2008-04-20T11:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c663313de36e860bbfea0909de181d330bfdfc7'/>
<id>8c663313de36e860bbfea0909de181d330bfdfc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo from last checkin.</title>
<updated>2008-03-25T04:49:47+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2008-03-25T04:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=53cf422a4647cbd97ef7118a22bf963295fd0ad0'/>
<id>53cf422a4647cbd97ef7118a22bf963295fd0ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve support for old pickles.</title>
<updated>2008-03-25T04:28:49+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2008-03-25T04:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a9a3a8cc1b7d4104f8b999f98b5507094d017d3a'/>
<id>a9a3a8cc1b7d4104f8b999f98b5507094d017d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up unused imports and bad whitespace</title>
<updated>2007-01-09T04:45:31+00:00</updated>
<author>
<name>Tim Leslie</name>
<email>tim.leslie@gmail.com</email>
</author>
<published>2007-01-09T04:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e56a09af9e696129b92e7487bccbc3713568fc5b'/>
<id>e56a09af9e696129b92e7487bccbc3713568fc5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2007-01-08T21:56:54+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-01-08T21:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1bd2d49ef378fb869d015cef32c3e44a4c03a8f0'/>
<id>1bd2d49ef378fb869d015cef32c3e44a4c03a8f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in oldnumeric and add Rick White's improvement to histogram for large arrays.</title>
<updated>2006-12-14T09:54:03+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-12-14T09:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=32789fd7d5fdce563c37363a3dd1192aafdc0a9e'/>
<id>32789fd7d5fdce563c37363a3dd1192aafdc0a9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Un-deprecate some names in Numeric.</title>
<updated>2006-08-05T18:02:33+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-08-05T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0072bd2837bcc89928fcc58e8ede88edbe1dcccd'/>
<id>0072bd2837bcc89928fcc58e8ede88edbe1dcccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix-up oldnumeric compatibility layer.</title>
<updated>2006-08-05T01:52:55+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-08-05T01:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65343e533fbf10a5f93970497065478e24ee6238'/>
<id>65343e533fbf10a5f93970497065478e24ee6238</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More fixes to backward compatibility</title>
<updated>2006-08-05T01:20:56+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-08-05T01:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9d8e2024ff9014fa2fd9a29812cec615dff6feb9'/>
<id>9d8e2024ff9014fa2fd9a29812cec615dff6feb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
