diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-07-06 16:08:17 -0700 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2019-07-06 16:08:17 -0700 |
commit | 7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb (patch) | |
tree | 7c277762efd84f59d11e07720ad2995d361ff308 /numpy/core/fromnumeric.py | |
parent | 57b16ed568581c33d0a6b6d3d4254dce3b67b321 (diff) | |
download | numpy-7ac7fa9a4621f7392f534b20f0cdd64967e9c7eb.tar.gz |
MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)
* 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.
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions