| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Add conftest.py and pytest.ini files in doc directory
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1. Add `import numpy as np` in rst files
2. Update NumPy repr for array (whitespace)
3. Update bytearray representation
4. Fix tiny output formatting (`<class ...>`, etc)
5. Format tracebacks
6. Skip random number tests or some platform-dependent outputs
7. Add `<matplotlib. ... at 0x...>` or similar output lines where
missing
8. Set seed
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DEP: Deprecate 4 `ndarray.ctypes` methods
* `get_data`
* `get_shape`
* `get_strides`
* `get_as_parameter`
* TST: Add deprecation tests for 4 `ndarray.ctypes` methods
* DOC: Add a release note for the `ndarray.ctypes` method deprecation
* MAINT: Deprecate via `__getattr__` instead of `__getattribute__
Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net>
* MAINT: Deprecate the methods via proper function definitions
Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
* DOC: Added a missing "the"
* DOC: typo fix: property -> properties
Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
Co-authored-by: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
| |
counterparts (#17222)
* DOC: redistribute docstring-only content from numpy/doc
* DOC: post-transition clean-up
* DOC, MAINT: reskip doctests, fix a few easy ones
|
| |
|
|
|
| |
Neither are useful, and will discourage both reading and editing of the
material.
|
| | |
|
| |
|