summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix doctest with true_divide errorPierre de Buyl2022-01-101-1/+1
* DOC: fix more doctestsPierre de Buyl2022-01-101-2/+4
* Merge pull request #20759 from charris/fix-20692Ralf Gommers2022-01-071-0/+4
|\
| * MAINT: Raise RuntimeError if setuptools version is too recent.Charles Harris2022-01-061-0/+4
* | Merge pull request #20750 from BvB93/datetimeCharles Harris2022-01-063-36/+49
|\ \
| * | TYP: Allow time manipulation functions to accept `data` and `timedelta` objectsBas van Beek2022-01-063-36/+49
* | | Merge pull request #20731 from mattip/doc-0.3.18Charles Harris2022-01-061-3/+3
|\ \ \
| * | | DOC: fix OpenBLAS version in release notemattip2022-01-051-3/+3
* | | | Merge pull request #20758 from madphysicist/patch-1Sebastian Berg2022-01-061-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Capitalization and missing word in docsJoseph Fox-Rabinovitz2022-01-061-3/+3
|/ / /
* | | Merge pull request #20754 from seberg/fixup-relax-dtype-identityCharles Harris2022-01-061-4/+12
|\ \ \
| * | | MAINT: Relax asserts to match relaxed reducelike resolution behaviourSebastian Berg2022-01-061-4/+12
* | | | BUG: Added check for NULL data in ufuncs (#20689)Joseph Fox-Rabinovitz2022-01-063-6/+10
|/ / /
* | | Merge pull request #20722 from madphysicist/dtype-checking-1Matti Picus2022-01-067-52/+167
|\ \ \
| * | | ENH: Support for changing dtype in non-C-contiguous viewsJoseph R. Fox-Rabinovitz2022-01-057-52/+167
| |/ /
* | | Merge pull request #20678 from corneliusroemer/fix/remove-trailing-pointMatti Picus2022-01-062-3/+11
|\ \ \
| * | | MAINT: Refactor test to shorten line lengthCornelius Roemer2021-12-291-2/+1
| * | | BUG: Add test for scalarprint bugfixCornelius Roemer2021-12-291-0/+2
| * | | BUG: Remove trailing dec point in dragon4positionalCornelius Roemer2021-12-291-3/+10
* | | | Merge pull request #20729 from seberg/relax-reduce-dtype-identity-checkMatti Picus2022-01-062-2/+17
|\ \ \ \
| * | | | BUG: Relax dtype identity check in reductionsSebastian Berg2022-01-052-2/+17
| | |/ / | |/| |
* | | | Merge pull request #20738 from q-posev/patch-1Matti Picus2022-01-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ENH: fix a typo in the example trigger for wheelsEvgeny Posenitskiy2022-01-051-1/+1
* | | | Merge pull request #20740 from jarrodmillman/new-galleryStefan van der Walt2022-01-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update teams URLJarrod Millman2022-01-051-1/+1
|/ / /
* | | Merge pull request #20695 from ahesford/x-the-avxMatti Picus2022-01-051-0/+7
|\ \ \
| * | | BLD: Add NPY_DISABLE_SVML env var to opt out of SVMLAndrew J. Hesford2022-01-051-0/+7
| |/ /
* | | DOC: Document that dtype, strides, shape attributes should not be set (#20730)Sebastian Berg2022-01-051-0/+19
* | | DOC: Updated pointer spacing for consistency. (#20683)Joseph Fox-Rabinovitz2022-01-051-129/+112
|/ /
* | Merge pull request #20727 from InessaPawson/readmeSebastian Berg2022-01-041-1/+2
|\ \
| * | Update README.mdInessa Pawson2022-01-041-1/+2
* | | Merge pull request #15006 from dcaliste/crackCharles Harris2022-01-044-4/+102
|\ \ \ | |/ / |/| |
| * | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-044-4/+102
* | | Merge pull request #20720 from rgommers/arrayapi-annotation-fixesMatti Picus2022-01-041-2/+3
|\ \ \
| * | | TYP: accept review comment on ignoring NotImplemented in type checkingRalf Gommers2022-01-041-4/+1
| * | | TYP: add a few type annotations to `numpy.array_api.Array`Ralf Gommers2022-01-031-1/+5
* | | | Merge pull request #20713 from InessaPawson/CoCMatti Picus2022-01-041-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove the word "very".Inessa Pawson2022-01-031-1/+1
| * | | Update README.md Inessa Pawson2022-01-031-1/+5
| * | | Merge branch 'numpy:main' into CoCInessa Pawson2022-01-021-0/+3
| |\ \ \ | | |/ /
| * | | Add Code of Conduct to README.mdInessa Pawson2022-01-021-1/+5
* | | | BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-042-4/+9
* | | | Merge pull request #20719 from rgommers/array-namespace-typehintBas van Beek2022-01-041-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | TYP: change type annotation for `__array_namespace__` to ModuleTypeRalf Gommers2022-01-031-1/+2
|/ / /
* | | Merge pull request #20712 from isuruf/popcntCharles Harris2022-01-021-0/+3
|\ \ \ | |/ / |/| |
| * | Restore vc141 supportIsuru Fernando2022-01-021-0/+3
|/ /
* | Merge pull request #20708 from ChunkyGrumbler/DocFixesCharles Harris2022-01-021-42/+42
|\ \
| * | DOC: fix broken documentation references in mtrand.pyxAndy Wharton2022-01-021-42/+42
* | | Merge pull request #20710 from BvB93/ndindexCharles Harris2022-01-023-0/+6
|\ \ \ | |/ / |/| |
| * | TYP,MAINT: Allow `ndindex` to accept integer tuplesBas van Beek2022-01-023-0/+6
|/ /