| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to the docs, the list can be of lengths 1, 2, or 3, but only
length 3 appears to work:
```
>>> import numpy as np
>>> np.sin(1, extobj=[16, 1, lambda: None])
0.8414709848078965
>>> np.sin(1, extobj=[16, 1])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: UFUNC_PYVALS must be a length 3 list.
>>> np.sin(1, extobj=[16])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: UFUNC_PYVALS must be a length 3 list.
```
|
|
|
| |
* BLD: Added doc_requirements.txt and improve documentation around building docs
|
|\
| |
| | |
DOC: Fix runtests example in developer docs
|
| | |
|
|\ \
| | |
| | | |
REL: Update master after 1.18.2 release.
|
| |/ |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(gh-15463)
xref gh-14778
As pointed out in the comment by @jamesthomasgriffin, we did not include a pxd file to expose the distribution functions documented in the random c-api. This PR adds a c_distributions.pxd file that exposes them.
Squashed commits:
* BUG: add missing c_distributions.pxd to enable cython use of random C-API
* ENH, TST: add npyrandom library like npymath, test cython use of it
* BUG: actually prefix f-string with f
* MAINT: fixes from review, add _bit_generato_bit_generator.pxd
* STY: fixes from review
* BLD: don't use nprandom library for mtrand legacy build
* TST: WindowsPath cannot be used in subprocess's list2cmdline
* MAINT, API: move _bit_generator to bit_generator
* DOC: add release note about moving bit_generator
* DOC, MAINT: fixes from review
* MAINT: redo dtype determination from review
|
|
|
| |
* DOC: Refactor polynomial docs using automodule.
|
|
|
| |
Update Year 2019 -> 2020
|
|
|
|
|
| |
* DOC: fix coremath.rst to fix refguide_check
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
|\
| |
| | |
DOC: update datetime reference to pass refguide
|
| |
| |
| | |
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Remove example with timezone
Remove section on changes in NumPy 1.11
|
|\ \
| | |
| | | |
DEP: Do not allow "abstract" dtype conversion/creation
|
| | |
| | |
| | |
| | |
| | | |
Add a comment that we can think about only allowing it for `dtype=...`
though...
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Changed a description in the quickstart example to use tuple instead of the deprecated list for indexing arrays.
The change is located at the Indexing with Arrays of Indices section.
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Closes gh-15699
|
| |
| |
| |
| |
| | |
* DOC: fix printing and add traceback for SVD tutorial
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| |
| |
| |
| |
| | |
* DOC: Fix quickstart doc to pass refguide
Fix printing of arrays.
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
|
| |
| |
| |
| | |
* DOC: Add missing imports, np prefix, fix printing, fix examples
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
|
| |
| |
| |
| |
| | |
* DOC: fix imports and defs to pass refguide checks
Add empty file foo.c at runtime to run distutils config.
|
| | |
|
|\ \
| | |
| | | |
DOC: Added tutorial about linear algebra on multidimensional arrays
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
external docs.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
| | |
| | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|