summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18537 from isuruf/arm64masterMatti Picus2021-03-031-1/+1
|\
| * use the new openblas libIsuru Fernando2021-03-031-1/+1
|/
* Merge pull request #18530 from ahaldane/fixup_gh18450Sebastian Berg2021-03-032-1/+14
|\
| * BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-022-1/+14
|/
* Merge pull request #18522 from pkomiske/patch-1Matti Picus2021-03-021-152/+0
|\
| * removed extraneous ARGOUTVIEWM dim. 4 typemapsPatrick T. Komiske III2021-03-011-152/+0
* | 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
* | Merge pull request #18517 from numpy/dependabot/pip/hypothesis-6.3.4Charles Harris2021-03-011-1/+1
|\ \
| * | MAINT: Bump hypothesis from 6.3.0 to 6.3.4dependabot/pip/hypothesis-6.3.4dependabot-preview[bot]2021-03-011-1/+1
* | | DOC Improve formatting in the depending_on_numpy documentation (#18518)Roman Yurchak2021-03-011-1/+1
|/ /
* | Merge pull request #18505 from rgommers/doc-downstreamCharles Harris2021-02-282-0/+148
|\ \
| * | DOC: address a few more review comments on downstream packaging guideRalf Gommers2021-02-281-7/+5
| * | 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 namesmattip2021-02-281-1/+1
|/ / /
* | | 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
* | | Merge pull request #18502 from rossbar/doc/fix-landing-pageRalf Gommers2021-02-272-1/+2
|\ \ \
| * | | DOC: mv meta landing page to index.rst.Ross Barnowski2021-02-262-1/+2
| |/ /
* | | Merge pull request #18482 from bashtage/multinomial-pvals-errCharles Harris2021-02-264-2/+44
|\ \ \
| * | | 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
|/ / /
* | | Merge pull request #18498 from bashtage/Androp0v-vonmises-fixCharles Harris2021-02-267-8/+121
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #18456 from data-apis/nep-array-api-standardCharles Harris2021-02-264-0/+590
|\ \ \ | |/ / |/| |
| * | NEP: array API standard adoptionRalf Gommers2021-02-214-0/+590
* | | Merge pull request #18493 from larsoner/fallbackCharles Harris2021-02-251-1/+1
|\ \ \
| * | | 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 #7408cisaacstern2021-02-241-2/+2
|/ /
* | 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
|\ \ \