summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18417 from BvB93/comparison5Ralf Gommers2021-03-064-29/+326
|\
| * MAINT: Removed a redundant overloadBas van Beek2021-03-041-2/+0
| * MAINT: Disallow `timedelta64 % integer`-based operationsBas van Beek2021-03-041-4/+4
| * TST: Add typing tests for the inplace `ndarray` magic methodsBas van Beek2021-03-042-6/+116
| * ENH: Add dtype-support to the (ufunc-based) `ndarray` inplace magic methodsBas van Beek2021-03-041-12/+186
| * TST: Improve a number of mypy-related exception messagesBas van Beek2021-03-041-7/+21
| * TST: Validate the mypy exit-codeBas van Beek2021-03-041-1/+2
* | Merge pull request #18539 from ExpHP/patch-1Ralf Gommers2021-03-061-2/+2
|\ \
| * | BUG: NameError in numpy.distutils.fcompiler.compaqMichael Lamparski2021-03-031-2/+2
| |/
* | MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-042-3/+2
|/
* BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-022-1/+14
* Merge pull request #18509 from timhoffm/doc-link-fixMatti Picus2021-03-022-8/+9
|\
| * revert changes to note, add a sentence about fixMatti Picus2021-03-021-3/+3
| * DOC: trunc, floor, ceil, rint, fix should all link to each other in see alsoTim Hoffmann2021-03-012-8/+9
* | TST: Branch coverage improvement for `np.polynomial` (#18499)jbCodeHub2021-02-283-0/+34
|/
* Merge pull request #18397 from BvB93/index-tricksCharles Harris2021-02-278-29/+389
|\
| * 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
* | Merge pull request #18497 from BvB93/einsumfuncCharles Harris2021-02-271-3/+2
|\ \
| * | TST: Remove the `einsum` typing tests reliance on issuing a `ComplexWarning`Bas van Beek2021-02-261-3/+2
* | | Port error to RandomStateKevin Sheppard2021-02-263-2/+23
* | | Address commentsKevin Sheppard2021-02-261-9/+9
* | | Accept suggestion Kevin Sheppard2021-02-261-1/+2
* | | ENH: Improve error message in multinomialKevin Sheppard2021-02-262-1/+21
* | | CLN: Move to legacy functionKevin Sheppard2021-02-264-20/+82
* | | BUG: Prevent RandomState from changingKevin Sheppard2021-02-266-19/+45
* | | Added test for [-np.pi, np.pi] range for the von mises distribution using lar...Raúl Montón Pinillos2021-02-263-0/+9
* | | 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 nor...Raúl Montón Pinillos2021-02-261-3/+8
|/ /
* | BUG: Fix non-versioneer usesEric Larson2021-02-251-1/+1
|/
* Merge pull request #18475 from Matt-Ord/add-type-annotation-to-np-eye-2Charles Harris2021-02-241-1/+9
|\
| * Apply suggestions from code review Matt-Ord2021-02-231-4/+4
| * added type annotations to eyeMatt2021-02-231-1/+9
* | Merge pull request #18479 from cgohlke/patch-4Matti Picus2021-02-241-1/+6
|\ \
| * | 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
|\ \ \
| * | | BUG: Remove incorrect variable nameKevin Sheppard2021-02-241-1/+0
| * | | CLN: Clean up random typingKevin Sheppard2021-02-242-22/+7
| * | | 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
| * | | TST: Add tests for dtype and outKevin Sheppard2021-02-242-1/+83
| * | | ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-243-42/+896