<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/index_tricks.py, branch v1.18.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 pull request #8641 from eric-wieser/ix_-preserve-type</title>
<updated>2019-04-29T17:37:01+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-04-29T17:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c23bd98de665733dd090636f38b6aacf9f99450b'/>
<id>c23bd98de665733dd090636f38b6aacf9f99450b</id>
<content type='text'>
BUG: Preserve types of empty arrays in ix_ when known</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Preserve types of empty arrays in ix_ when known</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal</title>
<updated>2019-04-13T19:02:48+00:00</updated>
<author>
<name>Ander Ustarroz</name>
<email>anderustarroz@gmail.com</email>
</author>
<published>2019-04-12T15:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e44713c51421bcf53e4babcc97574b9143bdd7a0'/>
<id>e44713c51421bcf53e4babcc97574b9143bdd7a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid using math.</title>
<updated>2019-02-14T03:52:18+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2019-02-14T03:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fceb77518f857fa17cf4c27000508b0bbe528167'/>
<id>fceb77518f857fa17cf4c27000508b0bbe528167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly format Return section of ogrid Docstring,</title>
<updated>2019-02-13T21:55:33+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>mbussonnier@ucmerced.edu</email>
</author>
<published>2019-02-13T21:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d92b736ba04863a7592aefee5da40ca093fe85fe'/>
<id>d92b736ba04863a7592aefee5da40ca093fe85fe</id>
<content type='text'>
Without the newline and indent, the markup is not interpreted.

Note that in the see-also `np.lib.index_tricks.nd_grid` is reference but
not linked as it appear to not be autogenerated, but this is another
issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the newline and indent, the markup is not interpreted.

Note that in the see-also `np.lib.index_tricks.nd_grid` is reference but
not linked as it appear to not be autogenerated, but this is another
issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST, DOC: enable refguide_check</title>
<updated>2018-12-14T18:14:05+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-11-14T19:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=250861059b106371cb232456eeccd6d9e97d8f00'/>
<id>250861059b106371cb232456eeccd6d9e97d8f00</id>
<content type='text'>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: set correct __module__ for objects in numpy's public API</title>
<updated>2018-11-14T04:24:31+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@google.com</email>
</author>
<published>2018-11-13T17:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4d24bbda32d133d51940b0691bd9b428d4198eaa'/>
<id>4d24bbda32d133d51940b0691bd9b428d4198eaa</id>
<content type='text'>
Fixes GH-12271

Tests verify that everything in ``dir(numpy)`` either has ``__module__`` set to
``'numpy'``, or appears in an explicit whitelist of undocumented functions and
exported bulitins. These should eventually be documented or removed.

I also identified a handful of functions for which I had accidentally not setup
dispatch for with ``__array_function__`` before, because they were listed under
"ndarray methods" in ``_add_newdocs.py``. I guess that should be a lesson in
trusting code comments :).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH-12271

Tests verify that everything in ``dir(numpy)`` either has ``__module__`` set to
``'numpy'``, or appears in an explicit whitelist of undocumented functions and
exported bulitins. These should eventually be documented or removed.

I also identified a handful of functions for which I had accidentally not setup
dispatch for with ``__array_function__`` before, because they were listed under
"ndarray methods" in ``_add_newdocs.py``. I guess that should be a lesson in
trusting code comments :).
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Revert linspace import for concatenation funcs (#12265)</title>
<updated>2018-10-26T06:45:14+00:00</updated>
<author>
<name>James Bourbeau</name>
<email>jrbourbeau@users.noreply.github.com</email>
</author>
<published>2018-10-26T06:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=437534b06bf7ccd744170accd4283f39eeb26e57'/>
<id>437534b06bf7ccd744170accd4283f39eeb26e57</id>
<content type='text'>
BUG: test and fix import linspace in index_tricks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: test and fix import linspace in index_tricks</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: set preferred __module__ for numpy functions</title>
<updated>2018-10-23T14:57:40+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@google.com</email>
</author>
<published>2018-10-23T14:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8bab96faf2cb740536712e49e92e133626087018'/>
<id>8bab96faf2cb740536712e49e92e133626087018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove unused nd_grid __len__</title>
<updated>2018-10-16T16:24:28+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-10-16T16:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aafb0a84e1e6dc3b5db5f571feadfd3666986589'/>
<id>aafb0a84e1e6dc3b5db5f571feadfd3666986589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: __array_function__ for np.lib, part 1</title>
<updated>2018-10-08T19:52:55+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@google.com</email>
</author>
<published>2018-10-08T19:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4141e24fc201f8cf76180ca69eaa2d89eafaee58'/>
<id>4141e24fc201f8cf76180ca69eaa2d89eafaee58</id>
<content type='text'>
np.lib.arraypad through np.lib.nanfunctions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
np.lib.arraypad through np.lib.nanfunctions
</pre>
</div>
</content>
</entry>
</feed>
