summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Further small return value validation fixesSebastian Berg2022-02-035-6/+14
* Merge pull request #20904 from seberg/unit-dtype-extensionsMatti Picus2022-02-0311-39/+594
|\
| * MAINT: Mark strides as `const` for the `get_loop` functionSebastian Berg2022-01-297-15/+15
| * MAINT: Dereference DTypes (just more typical for "types")Sebastian Berg2022-01-292-35/+32
| * ENH: Add Wrapping array-method to wrap existing ufunc loopSebastian Berg2022-01-296-12/+412
| * MAINT: Fix `dtypes` to be PyArray_DTypeMeta and not objectSebastian Berg2022-01-291-1/+1
| * API: Export public symbols for all NumPy builtin DTypesSebastian Berg2022-01-292-1/+99
| * API: Expose a way to fetch the default descriptorSebastian Berg2022-01-292-3/+33
| * API: Allow setting `_get_loop` from experimental APISebastian Berg2022-01-291-6/+11
| * BUG: Fix misplaced returnSebastian Berg2022-01-291-2/+2
| * ENH: Make experimental-dtype-api compatible with multi-file projectsSebastian Berg2022-01-291-12/+37
* | Merge pull request #20975 from mattip/nonullCharles Harris2022-02-027-21/+75
|\ \
| * | BUG: fix over-enthusiastic copy-paste mistakesmattip2022-02-022-4/+4
| * | MAINT: refactor NotNull in API functionsmattip2022-02-027-20/+74
* | | ENH: review return values for PyArray_DescrNew (#20960)Matti Picus2022-02-0211-25/+104
* | | Merge pull request #20967 from rossbar/maint/update-numpydocCharles Harris2022-02-022-2/+2
|\ \ \
| * | | Bump numpydoc version.Ross Barnowski2022-02-012-2/+2
| |/ /
* | | Merge pull request #20185 from melissawm/add-interop-docMatti Picus2022-02-026-13/+445
|\ \ \
| * | | Remove extra pytorch examplemelissawm2022-01-051-5/+0
| * | | Improved array_wrap description and added PyTorch examplemelissawm2021-11-241-9/+27
| * | | Adding description of __array_finalize__ and __array_wrap__melissawm2021-11-232-28/+78
| * | | Addressing review commentsmelissawm2021-11-223-70/+85
| * | | DOC: Added explanation document on interoperabilitymelissawm2021-11-223-0/+354
* | | | DOC: Add warning about differences between range and arange (#20972)Melissa Weber Mendonça2022-02-021-3/+20
* | | | DOC: Improve NEP page layout with nested toctrees (#20956)Ross Barnowski2022-02-0211-111/+117
* | | | Merge pull request #20973 from rossbar/doc/python-stable-intersphinxCharles Harris2022-02-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: switch Python intersphinx link from dev to stable.Ross Barnowski2022-02-011-1/+1
|/ / /
* | | Merge pull request #20966 from m10an/building-doc-version-fixMelissa Weber Mendonça2022-02-011-1/+1
|\ \ \
| * | | DOC: update python minimal version to build from sourcem10an2022-02-011-1/+1
* | | | BUG: Loss of precision in longdouble min (#20872)Developer-Ecosystem-Engineering2022-02-012-6/+93
* | | | Merge pull request #20963 from ahesford/its-a-setupCharles Harris2022-02-011-3/+10
|\ \ \ \
| * | | | MAINT: be more tolerant of setuptools>=60Andrew J. Hesford2022-02-011-3/+10
| |/ / /
* | | | Merge pull request #20890 from mattip/upload-anacondaCharles Harris2022-02-014-14/+70
|\ \ \ \
| * | | | BUILD: schedule weekly builds for Wedmattip2022-01-301-2/+7
| * | | | BUILD: use --skip instead of --force when uploading, like numpy-wheelsmattip2022-01-271-1/+1
| * | | | exclude the *dev0 dummy tagmattip2022-01-271-1/+1
| * | | | BUILD: [wheel build] increase verbosity when testingmattip2022-01-261-1/+1
| * | | | BUILD: tweak conditions for steps [wheel build]mattip2022-01-261-2/+2
| * | | | BUILD: use secretsmattip2022-01-251-14/+8
| * | | | do not run on forksmattip2022-01-251-1/+1
| * | | | BUILD: echo github.refmattip2022-01-251-0/+1
| * | | | BUILD: do not run workflows on forksmattip2022-01-252-10/+18
| * | | | run step on tag mergemattip2022-01-251-1/+2
| * | | | allow action to runmattip2022-01-241-9/+9
| * | | | BUILD: upload wheels to anacondamattip2022-01-241-0/+47
* | | | | MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (...Ralf Gommers2022-02-011-22/+45
| |/ / / |/| | |
* | | | Merge pull request #20955 from seberg/issue-20921Matti Picus2022-01-312-1/+13
|\ \ \ \
| * | | | BUG: Fix incorrect return type in reduce without initial valueSebastian Berg2022-01-312-1/+13
* | | | | Merge pull request #20835 from radarhere/finish_deprecationSebastian Berg2022-01-314-68/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEP: Removed deprecated error clearingAndrew Murray2022-01-174-68/+28