summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.3.0 to 6.3.4dependabot/pip/hypothesis-6.3.4dependabot-preview[bot]2021-03-011-1/+1
| | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.3.0 to 6.3.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.3.0...hypothesis-python-6.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #18505 from rgommers/doc-downstreamCharles Harris2021-02-282-0/+148
|\ | | | | DOC: add guide for downstream package authors
| * DOC: address a few more review comments on downstream packaging guideRalf Gommers2021-02-281-7/+5
| | | | | | | | [ci skip]
| * DOC: address review comments on guide for downstream package authorsRalf Gommers2021-02-281-7/+13
| |
| * DOC: add guide for downstream package authorsRalf Gommers2021-02-272-0/+144
| |
* | Merge pull request #18513 from mattip/manylinux_2_24Charles Harris2021-02-281-1/+1
|\ \ | | | | | | BLD: add _2_24 to valid manylinux names
| * | BLD: add _2_24 to valid manylinux namesmattip2021-02-281-1/+1
|/ /
* | TST: Branch coverage improvement for `np.polynomial` (#18499)jbCodeHub2021-02-283-0/+34
| | | | | | | | | | | | | | * added tests for vander_nd in test_polyutils to cover some of the missed branches * added tests to polyline and vander to improve branch coverage * added tests to test_legendre.py to improve branch coverage
* | Merge pull request #18397 from BvB93/index-tricksCharles Harris2021-02-278-29/+389
|\ \ | | | | | | ENH: Add annotations for `np.lib.index_tricks`
| * | MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-254-9/+9
| | |
| * | TST: Add typing tests for `np.lib.index_tricks`Bas van Beek2021-02-253-0/+141
| | |
| * | ENH: Expose `index_tricks` content to `np` and `np.lib` namespaceBas van Beek2021-02-252-26/+35
| | |
| * | ENH: Add annotations for `np.lib.index_tricks`Bas van Beek2021-02-252-2/+207
| | |
| * | MAINT: Added the `_ArrayLikeInt` type aliasBas van Beek2021-02-252-1/+6
| | | | | | | | | | | | | | | An invariant-ish array-like consisting of int-like objects. Note that it is not truly invariant due to `builtins.bool` inheriting from `builtins.int`
* | | Merge pull request #18497 from BvB93/einsumfuncCharles Harris2021-02-271-3/+2
|\ \ \ | |_|/ |/| | TST: Remove the `einsum` typing tests reliance on issuing a `ComplexWarning`
| * | TST: Remove the `einsum` typing tests reliance on issuing a `ComplexWarning`Bas van Beek2021-02-261-3/+2
| | |
* | | Merge pull request #18502 from rossbar/doc/fix-landing-pageRalf Gommers2021-02-272-1/+2
|\ \ \ | | | | | | | | DOC: Fix links to landing page
| * | | DOC: mv meta landing page to index.rst.Ross Barnowski2021-02-262-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | The current master_doc is really only used to specify the toctree to set up the navbar in the pydata-sphinx-theme. By renaming to index.rst the navbar config is preserved and the links back to the main page point to the original landing page rather than the contents page, which was mostly empty.
* | | Merge pull request #18482 from bashtage/multinomial-pvals-errCharles Harris2021-02-264-2/+44
|\ \ \ | | | | | | | | ENH: Improve error message in multinomial
| * | | Port error to RandomStateKevin Sheppard2021-02-263-2/+23
| | | |
| * | | Address commentsKevin Sheppard2021-02-261-9/+9
| | | |
| * | | Accept suggestion Kevin Sheppard2021-02-261-1/+2
| | | | | | | | | | | | | | | | | | | | Use if else. Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
| * | | ENH: Improve error message in multinomialKevin Sheppard2021-02-262-1/+21
|/ / / | | | | | | | | | | | | | | | | | | | | | Improve error message when the sum of pvals is larger than 1 when the input data is an ndarray closes #8317 xref #16732
* | | Merge pull request #18498 from bashtage/Androp0v-vonmises-fixCharles Harris2021-02-267-8/+121
|\ \ \ | | | | | | | | BUG: Fixed Von Mises distribution for big values of kappa
| * | | CLN: Move to legacy functionKevin Sheppard2021-02-264-20/+82
| | | | | | | | | | | | | | | | | | | | | | | | Avoid conditional compilation and move old version to legacy_vonmises Small clean up Additional comments
| * | | BUG: Prevent RandomState from changingKevin Sheppard2021-02-266-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply vonmises fix only to Generator Add tests for correctness closes #17378 closes #17275
| * | | Added test for [-np.pi, np.pi] range for the von mises distribution using ↵Raúl Montón Pinillos2021-02-263-0/+9
| | | | | | | | | | | | | | | | large values of kappa (>1e6)
| * | | Fixed style and added check for bounds in [-pi,pi] interval.Raúl Montón Pinillos2021-02-261-6/+17
| | | |
| * | | Fixed Von Mises distribution for big values of kappa by falling back to a ↵Raúl Montón Pinillos2021-02-261-3/+8
| |/ / | | | | | | | | | normal distribution (which the von mises distribution converges to).
* | | Merge pull request #18456 from data-apis/nep-array-api-standardCharles Harris2021-02-264-0/+590
|\ \ \ | |/ / |/| | NEP: array API standard adoption (NEP 47)
| * | NEP: array API standard adoptionRalf Gommers2021-02-214-0/+590
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This NEP proposes adoption the array API standard (https://data-apis.github.io/array-api/latest/) in NumPy. This will add a new `numpy.array_api` submodule containing that standardized API. The main purpose of this API is to be able to write code that is portable to other array/tensor libraries like CuPy, PyTorch, JAX, TensorFlow, Dask, and MXNet.
* | | Merge pull request #18493 from larsoner/fallbackCharles Harris2021-02-251-1/+1
|\ \ \ | | | | | | | | BUG: Fix non-versioneer uses of numpy.distutils
| * | | BUG: Fix non-versioneer usesEric Larson2021-02-251-1/+1
| | |/ | |/|
* | | Merge pull request #18489 from cisaacstern/from-shape-or-valueMelissa Weber Mendonça2021-02-251-2/+2
|\ \ \ | |/ / |/| | DOC: Closes issue #7408
| * | DOC: Closes issue #7408cisaacstern2021-02-241-2/+2
|/ /
* | Merge pull request #18475 from Matt-Ord/add-type-annotation-to-np-eye-2Charles Harris2021-02-241-1/+9
|\ \ | | | | | | ENH: Added type annotations to eye() function
| * | Apply suggestions from code review Matt-Ord2021-02-231-4/+4
| | | | | | | | | | | | | | | Fixed annotations of eye() Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
| * | added type annotations to eyeMatt2021-02-231-1/+9
| | |
* | | Merge pull request #18479 from cgohlke/patch-4Matti Picus2021-02-241-1/+6
|\ \ \ | | | | | | | | BUG: check if PyArray_malloc succeeded
| * | | Goto done when an error condition is reachedChristoph Gohlke2021-02-241-0/+1
| | | |
| * | | BUG: check if PyArray_malloc succeededChristoph Gohlke2021-02-231-1/+5
| | | |
* | | | Merge pull request #18433 from bashtage/randomstate-typingMatti Picus2021-02-249-131/+3925
|\ \ \ \ | | | | | | | | | | ENH: Add typing for RandomState
| * | | | BUG: Remove incorrect variable nameKevin Sheppard2021-02-241-1/+0
| | | | | | | | | | | | | | | | | | | | Remove incorrect variable name in randint
| * | | | CLN: Clean up random typingKevin Sheppard2021-02-242-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Clean unnecessary definitions Fix small typing errors
| * | | | TST: Add final testsKevin Sheppard2021-02-241-311/+347
| | | | |
| * | | | Use {int_} for int return typesKevin Sheppard2021-02-242-66/+66
| | | | |
| * | | | Small fixesKevin Sheppard2021-02-243-7/+4
| | | | |
| * | | | BUG: Fix typing bugsKevin Sheppard2021-02-243-78/+76
| | | | |
| * | | | ENH: Add tests for RandomStateKevin Sheppard2021-02-243-4/+1171
| | | | |
| * | | | BUG: Corect typing statements in mtrandKevin Sheppard2021-02-242-27/+64
| | | | | | | | | | | | | | | | | | | | | | | | | Bring over changes from Generator to RandomState where appropriate Remove attributes not in RandomState