<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/machar.py, branch v1.2.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 from documentation editor.</title>
<updated>2008-08-05T09:20:07+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-05T09:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6647bf7eaeb915e2d09db8b5c7584ee286962d3b'/>
<id>6647bf7eaeb915e2d09db8b5c7584ee286962d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable underflow warning reporting when testing for arch + test (#759).</title>
<updated>2008-04-29T15:39:23+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-04-29T15:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=59e7bda0f6d189428b7268e0150709bacde8544b'/>
<id>59e7bda0f6d189428b7268e0150709bacde8544b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix longdouble machar problem (iterations too low)</title>
<updated>2006-07-31T20:33:49+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-31T20:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0c7be2c208f3f173b3d8913e55aeb3b731fcf3f7'/>
<id>0c7be2c208f3f173b3d8913e55aeb3b731fcf3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter'</title>
<updated>2006-07-28T20:11:08+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2006-07-28T20:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=39bd37d9ee35b8a28aa75ab5e5b0c988c48b0e87'/>
<id>39bd37d9ee35b8a28aa75ab5e5b0c988c48b0e87</id>
<content type='text'>
If there are bugs in the scalar objects, the 'while 1' loops can potentially
run forever, so we make sure they only go at most 1000 times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there are bugs in the scalar objects, the 'while 1' loops can potentially
run forever, so we make sure they only go at most 1000 times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check-in name-space changes so that numpy.oldnumeric is the compatibility module and numpy does not contain all of the names.</title>
<updated>2006-06-12T22:58:43+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-06-12T22:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbf0b479604c22e60215bb28cdedabfb821b9d75'/>
<id>fbf0b479604c22e60215bb28cdedabfb821b9d75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change header comments into docstrings</title>
<updated>2006-03-23T02:13:46+00:00</updated>
<author>
<name>Tim Leslie</name>
<email>tim.leslie@gmail.com</email>
</author>
<published>2006-03-23T02:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4867af4f63044bbc487c8510b990dfa65c9531e0'/>
<id>4867af4f63044bbc487c8510b990dfa65c9531e0</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 some imports</title>
<updated>2006-03-16T04:05:58+00:00</updated>
<author>
<name>Tim Leslie</name>
<email>tim.leslie@gmail.com</email>
</author>
<published>2006-03-16T04:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c9cf9ac2a07e9ebb8dae51a264f708229770624'/>
<id>8c9cf9ac2a07e9ebb8dae51a264f708229770624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tabnanny over the code, and replace uses of tab for indentation with spaces</title>
<updated>2006-03-10T21:19:42+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2006-03-10T21:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f2db317c1fad63f1c85944ba8443b465e32774dc'/>
<id>f2db317c1fad63f1c85944ba8443b465e32774dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Included locals info to error on negep.</title>
<updated>2006-01-06T10:06:32+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2006-01-06T10:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5f5c4b92573a060d20cf9bbf70db00d45cda7268'/>
<id>5f5c4b92573a060d20cf9bbf70db00d45cda7268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed lib</title>
<updated>2006-01-04T19:30:36+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-01-04T19:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5a765123d45616661f7d61f322ce8ba4a518e1aa'/>
<id>5a765123d45616661f7d61f322ce8ba4a518e1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
