<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/numeric.py, branch v1.8.0b1</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>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/.</title>
<updated>2013-08-15T17:31:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-15T17:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31f526ef39dfe3dd079d9534530ba80aa32f8e79'/>
<id>31f526ef39dfe3dd079d9534530ba80aa32f8e79</id>
<content type='text'>
Preparatory to 1.8.0 branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparatory to 1.8.0 branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use np.errstate context manager.</title>
<updated>2013-07-11T22:49:04+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-07-11T22:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f1174dee44e901b7d028beb86f4a8ea324bd74f'/>
<id>2f1174dee44e901b7d028beb86f4a8ea324bd74f</id>
<content type='text'>
Now that Python &lt; 2.6 is no longer supported we can use the errstate
context manager in places where constructs like
```
    old = seterr(invalid='ignore')
    try:
        blah
    finally:
       seterr(**old)
```
were used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that Python &lt; 2.6 is no longer supported we can use the errstate
context manager in places where constructs like
```
    old = seterr(invalid='ignore')
    try:
        blah
    finally:
       seterr(**old)
```
were used.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: vectorize boolean comparisons of floats</title>
<updated>2013-07-08T21:40:17+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-06-29T15:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=01a9081e7791f19d65f73e623a5dfeec52243be3'/>
<id>01a9081e7791f19d65f73e623a5dfeec52243be3</id>
<content type='text'>
the new code will more often propagate the invalid floating point
exception if comparing against nan, so allclose now ignores it (but
still returns False)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the new code will more often propagate the invalid floating point
exception if comparing against nan, so allclose now ignores it (but
still returns False)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename filled, filled_like to full, full_like</title>
<updated>2013-06-30T10:32:46+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>jschoenberger@demuc.de</email>
</author>
<published>2013-06-30T10:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70cb9e56f58331fae92f457705afca264a6c5b2c'/>
<id>70cb9e56f58331fae92f457705afca264a6c5b2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update default dtype of filled function in doc string</title>
<updated>2013-06-06T19:15:45+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>jschoenberger@demuc.de</email>
</author>
<published>2013-05-24T17:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7759766618a3d0db557d4483ebcc5b7a2d919c0a'/>
<id>7759766618a3d0db557d4483ebcc5b7a2d919c0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename fill value parameter for consistency across numpy+</title>
<updated>2013-06-06T19:15:45+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>jschoenberger@demuc.de</email>
</author>
<published>2013-05-06T19:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b6ccd992e8d948438e2c39aaea8ccb156350445'/>
<id>8b6ccd992e8d948438e2c39aaea8ccb156350445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add examples to doc string of filled and filled_like</title>
<updated>2013-06-06T19:15:45+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>jschoenberger@demuc.de</email>
</author>
<published>2013-05-06T19:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=91b1b99fa01d6c9991cc833f36beef87d3c0c595'/>
<id>91b1b99fa01d6c9991cc833f36beef87d3c0c595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add separate parameter description to filled, filled_like and ones</title>
<updated>2013-06-06T19:15:45+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>jschoenberger@demuc.de</email>
</author>
<published>2013-05-06T19:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=494fa219b050cb3b1564e78499c8306ea514aa35'/>
<id>494fa219b050cb3b1564e78499c8306ea514aa35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for filled_like function</title>
<updated>2013-06-06T19:15:44+00:00</updated>
<author>
<name>Johannes Schönberger</name>
<email>hannesschoenberger@gmail.com</email>
</author>
<published>2013-01-13T11:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=474ec4858cd3b6a09cd8bec01c67759d95896cca'/>
<id>474ec4858cd3b6a09cd8bec01c67759d95896cca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
