<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch revert-13876-forbid-_add_newdocs-python</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>Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"</title>
<updated>2019-07-09T03:36:12+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-07-09T03:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=42a086d93a256bd8df371d7f62a5b23592a25f60'/>
<id>42a086d93a256bd8df371d7f62a5b23592a25f60</id>
<content type='text'>
This reverts commit 7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13925 from MSeifert04/fix-typo-unfunc</title>
<updated>2019-07-08T15:51:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-07-08T15:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af5a108475fe1969f2b5ee2e0ec81ddc278f6437'/>
<id>af5a108475fe1969f2b5ee2e0ec81ddc278f6437</id>
<content type='text'>
MAINT: Fix wrong spelling of ufunc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Fix wrong spelling of ufunc</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13847 from kritisingh1/dep</title>
<updated>2019-07-07T15:21:35+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-07T15:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=48efcc75f094329caf61c753827e76a3c19deff8'/>
<id>48efcc75f094329caf61c753827e76a3c19deff8</id>
<content type='text'>
DOC: Adds documentation of functions exposed in numpy namespace</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Adds documentation of functions exposed in numpy namespace</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13926 from MSeifert04/replace-next-method-calls</title>
<updated>2019-07-07T15:17:24+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-07T15:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=50d76e86eaad117167da1453c18c2ab786217cf4'/>
<id>50d76e86eaad117167da1453c18c2ab786217cf4</id>
<content type='text'>
DOC: Remove explicit .next method calls with built-in next function calls</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Remove explicit .next method calls with built-in next function calls</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13907 from stestagg/master</title>
<updated>2019-07-07T14:57:59+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-07T14:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=95c243221da5bedb7230e9ff229748f50acaf869'/>
<id>95c243221da5bedb7230e9ff229748f50acaf869</id>
<content type='text'>
BUG: handle weird bytestrings in dtype() (#13902)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: handle weird bytestrings in dtype() (#13902)</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Remove explicit .next method calls with built-in next</title>
<updated>2019-07-07T12:26:15+00:00</updated>
<author>
<name>MSeifert04</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2019-07-07T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=68b8b2757c494c5f3957eb5ba5561ea04bfceeae'/>
<id>68b8b2757c494c5f3957eb5ba5561ea04bfceeae</id>
<content type='text'>
In some cases the documentation examples failed with an
AttributeError because the next method was not there. In a
few other cases it still worked but may be more future-proof
and ideomatic if they used the next function instead of the
next method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases the documentation examples failed with an
AttributeError because the next method was not there. In a
few other cases it still worked but may be more future-proof
and ideomatic if they used the next function instead of the
next method.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: standardize creation of bytestrings in dtype tests</title>
<updated>2019-07-07T12:01:46+00:00</updated>
<author>
<name>Steve Stagg</name>
<email>ste@sta.gg</email>
</author>
<published>2019-07-07T11:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f723325b6f36868dfa483ff777e0447c229ffc42'/>
<id>f723325b6f36868dfa483ff777e0447c229ffc42</id>
<content type='text'>
Use the b'' constructor rather than bytes([])
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the b'' constructor rather than bytes([])
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13922 from MSeifert04/remove-parens-numpy-ma</title>
<updated>2019-07-06T23:11:01+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-06T23:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07555c841feb03683ce01d49762fe9b7053a5626'/>
<id>07555c841feb03683ce01d49762fe9b7053a5626</id>
<content type='text'>
MAINT: Remove unnecessary parenthesis in numpy.ma.core</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Remove unnecessary parenthesis in numpy.ma.core</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)</title>
<updated>2019-07-06T23:08:17+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-07-06T23:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb'/>
<id>7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb</id>
<content type='text'>
* BUG: Remove items from `multiarray.__all__` which do not exist on python 3

Avoid using `_add_newdocs` if these functions do not exist.

Leaving the version-checking here so that we can backport to 1.16

* BUG: Add missing `np.core.multiarray._get_ndarray_c_version`  function

This must have been lost in the multiarray / umath merge.

Found by noticing that `add_newdocs` was being called on an object that does not exist.

* DOC: Remove documentation for property that does not exist

`ndarray._as_parameter_` is not a real thing

* DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py`

* BUG: Don't silence errors in add_newdoc caused by bad arguments

This caught us trying to document members that don't exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Remove items from `multiarray.__all__` which do not exist on python 3

Avoid using `_add_newdocs` if these functions do not exist.

Leaving the version-checking here so that we can backport to 1.16

* BUG: Add missing `np.core.multiarray._get_ndarray_c_version`  function

This must have been lost in the multiarray / umath merge.

Found by noticing that `add_newdocs` was being called on an object that does not exist.

* DOC: Remove documentation for property that does not exist

`ndarray._as_parameter_` is not a real thing

* DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py`

* BUG: Don't silence errors in add_newdoc caused by bad arguments

This caught us trying to document members that don't exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix wrong spelling of ufunc</title>
<updated>2019-07-06T19:04:16+00:00</updated>
<author>
<name>MSeifert04</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2019-07-06T19:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=723a67a4ac8facfd30c75a7c2380b3f08d76d03c'/>
<id>723a67a4ac8facfd30c75a7c2380b3f08d76d03c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
