<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/matrixlib/defmatrix.py, branch v1.12.0rc1</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: Fix more typos in docs and comments.</title>
<updated>2016-02-25T19:37:32+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-02-21T19:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2556b9ff1ae621e311053bd5f2b34edb86a8cb68'/>
<id>2556b9ff1ae621e311053bd5f2b34edb86a8cb68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clarify the docstrings of matrix.argmin and matrix.argmax.</title>
<updated>2016-01-09T17:16:49+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-09T17:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bacce4d2031b7e360bff8c7577e2b1e413caa217'/>
<id>bacce4d2031b7e360bff8c7577e2b1e413caa217</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update defmatrix.argmax docstring.</title>
<updated>2016-01-09T17:16:07+00:00</updated>
<author>
<name>Nicolás Della Penna</name>
<email>nikete@gmail.com</email>
</author>
<published>2016-01-08T05:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a8b10bb18c1810efa3b63891e28250d931525c5f'/>
<id>a8b10bb18c1810efa3b63891e28250d931525c5f</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Use print only as function when print_function is imported from __future__</title>
<updated>2015-12-20T00:50:09+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2015-12-20T00:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8bc592fabf4a2b0bc76db996b1523330ba095be3'/>
<id>8bc592fabf4a2b0bc76db996b1523330ba095be3</id>
<content type='text'>
Closes gh-6863.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-6863.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Stricter arg checking for array ordering</title>
<updated>2015-12-18T11:02:21+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung@mit.edu</email>
</author>
<published>2015-12-11T04:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=088e20e272389395fb3fd24fed144ed19bae8cdb'/>
<id>088e20e272389395fb3fd24fed144ed19bae8cdb</id>
<content type='text'>
The bug traces to the PyArray_OrderConverter
method in conversion_utils.c, where no errors
are thrown if the ORDER parameter passed in
is not of the string data-type or has a string
value of length greater than one. This commit
causes a DeprecationWarning to be raised, which
will later be turned into a TypeError or another
type of error in a future release.

Closes gh-6598.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug traces to the PyArray_OrderConverter
method in conversion_utils.c, where no errors
are thrown if the ORDER parameter passed in
is not of the string data-type or has a string
value of length greater than one. This commit
causes a DeprecationWarning to be raised, which
will later be turned into a TypeError or another
type of error in a future release.

Closes gh-6598.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Reconcile docstrings and function signatures where they disagree</title>
<updated>2015-03-02T20:00:18+00:00</updated>
<author>
<name>Robert McGibbon</name>
<email>rmcgibbo@gmail.com</email>
</author>
<published>2015-03-02T06:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6ca778d275ade854cfc81a6a975230c4ccd9402c'/>
<id>6ca778d275ade854cfc81a6a975230c4ccd9402c</id>
<content type='text'>
Fixed typos in docstrings were updated for functions where the parameter
names in the docstring didn't match the function signature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typos in docstrings were updated for functions where the parameter
names in the docstring didn't match the function signature.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: document `ldict` and `gdict` in bmat, closes #5058</title>
<updated>2014-09-21T03:58:54+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-09-21T01:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b44a21c62a33337f611db411cfd912d1e8a2072'/>
<id>8b44a21c62a33337f611db411cfd912d1e8a2072</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 #4932 from argriffing/ravel-docstrings</title>
<updated>2014-08-04T20:31:15+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-04T20:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=74bd706d6fccb0512b276a038274680fd6568b75'/>
<id>74bd706d6fccb0512b276a038274680fd6568b75</id>
<content type='text'>
DOC: clarify matrix.ravel docstring and add tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: clarify matrix.ravel docstring and add tests</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: use N.ndarray instead of core.multiarray.ndarray</title>
<updated>2014-08-04T19:27:36+00:00</updated>
<author>
<name>alex</name>
<email>argriffi@ncsu.edu</email>
</author>
<published>2014-08-04T19:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d71637bb914a9b1140c8173024533cf3504ecad8'/>
<id>d71637bb914a9b1140c8173024533cf3504ecad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: matrix.squeeze docstring</title>
<updated>2014-08-02T03:41:36+00:00</updated>
<author>
<name>alex</name>
<email>argriffi@ncsu.edu</email>
</author>
<published>2014-08-02T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2aa2132e9e3b98dacfe6b7a0f9273d83c812852b'/>
<id>2aa2132e9e3b98dacfe6b7a0f9273d83c812852b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
