<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/doc, branch v1.9.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>DOC: clean up docs in userguide for interfacing to compiled code a bit.</title>
<updated>2014-04-21T18:22:57+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-04-21T18:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d7f761650aeca14772d3eeb11dcac4788e53e0a3'/>
<id>d7f761650aeca14772d3eeb11dcac4788e53e0a3</id>
<content type='text'>
Add a link to f2py docs, which was missing.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a link to f2py docs, which was missing.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Update link to EricsBroadcastingDoc</title>
<updated>2014-03-05T19:28:06+00:00</updated>
<author>
<name>Roman Nekhoroshev</name>
<email>terafloo@gmail.com</email>
</author>
<published>2014-03-05T19:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b68fe73947942406dec072d9412310883cdf67c'/>
<id>9b68fe73947942406dec072d9412310883cdf67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4362 from njsmith/master</title>
<updated>2014-02-25T01:38:21+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-25T01:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9573f78c274933e3fead0ce0e976d015764d585b'/>
<id>9573f78c274933e3fead0ce0e976d015764d585b</id>
<content type='text'>
[DOC] Fix small inaccuracy in broadcasting docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[DOC] Fix small inaccuracy in broadcasting docs</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix small inaccuracy in broadcasting docs</title>
<updated>2014-02-24T23:50:04+00:00</updated>
<author>
<name>njsmith</name>
<email>njs@pobox.com</email>
</author>
<published>2014-02-24T23:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f8bcb8802af1b5ba5b4c9a67109095e8072a041a'/>
<id>f8bcb8802af1b5ba5b4c9a67109095e8072a041a</id>
<content type='text'>
During broadcasting, dimensions with size 1 can be matched against 0-sized dimensions, and in this case it's the size 1 dimension that will be shrunk away to nothingness. So it's wrong to say that the *smaller* dimension is the one that changes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During broadcasting, dimensions with size 1 can be matched against 0-sized dimensions, and in this case it's the size 1 dimension that will be shrunk away to nothingness. So it's wrong to say that the *smaller* dimension is the one that changes.</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add tobytes and stop using tostring in documentation</title>
<updated>2014-02-11T18:30:21+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-02-03T19:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2facd5cbdcaa08b61270c0c0760a39cd03acc007'/>
<id>2facd5cbdcaa08b61270c0c0760a39cd03acc007</id>
<content type='text'>
tostring returns bytes which are not equal to string, so provide a
tobytes function alias.
tostring does not emit a deprecation warning yet so rdepends do not need
to check two names to support older versions of numpy without warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tostring returns bytes which are not equal to string, so provide a
tobytes function alias.
tostring does not emit a deprecation warning yet so rdepends do not need
to check two names to support older versions of numpy without warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: further tweaks to boolean indexing doc to improve clarity</title>
<updated>2013-12-01T16:43:16+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@genarts.com</email>
</author>
<published>2013-12-01T16:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0debb6b0db746db4b4e33d31bc71db9877ee46e9'/>
<id>0debb6b0db746db4b4e33d31bc71db9877ee46e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: further improvements for boolean array indexing doc</title>
<updated>2013-11-29T21:58:25+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@genarts.com</email>
</author>
<published>2013-11-29T21:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a5038d9e1aa31ee1e74c3d96647c4b6780d81046'/>
<id>a5038d9e1aa31ee1e74c3d96647c4b6780d81046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Improved doc for boolean array indexing</title>
<updated>2013-11-20T19:51:00+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@genarts.com</email>
</author>
<published>2013-11-20T19:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=acfe123c5f56113139cbd3b8faeb7934316054e8'/>
<id>acfe123c5f56113139cbd3b8faeb7934316054e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add an example of casting array type and byte order using astype.</title>
<updated>2013-11-11T18:46:52+00:00</updated>
<author>
<name>Miguel de Val-Borro</name>
<email>miguel.deval@gmail.com</email>
</author>
<published>2013-11-11T18:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1e021dde998b778de0f1adb397abc523a4ccb62'/>
<id>e1e021dde998b778de0f1adb397abc523a4ccb62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
</feed>
