summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "MAINT: `f2py` cleanup (#22885)"revert-22885-cleanCrackfortranRalf Gommers2023-01-223-19/+21
* DOC: fail the CI build and do not deploy if docs are not created (#23065)Matti Picus2023-01-222-4/+17
* Merge pull request #23064 from seberg/nose-removal-doc-fixupMatti Picus2023-01-222-8/+0
|\
| * DOC: Fixup docs after the code removalSebastian Berg2023-01-222-8/+0
|/
* Merge pull request #23060 from charris/remove-testing-utils-shimSebastian Berg2023-01-223-30/+5
|\
| * DEP: Remove the deprecated utils.py shim.Charles Harris2023-01-213-30/+5
|/
* Merge pull request #20970 from seberg/reduce-identity-array-methMatti Picus2023-01-2113-129/+508
|\
| * MAINT: Rename `initial` to `legacy_initial` in ArrayMethodSebastian Berg2023-01-202-3/+5
| * DOC: Adept code comments for clarity based on code reviewSebastian Berg2023-01-204-13/+20
| * MAINT: Prepend scaled float test statics with `sfloat_`Sebastian Berg2023-01-201-14/+14
| * MAINT: Address review comments by NathanSebastian Berg2023-01-203-23/+24
| * MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentitySebastian Berg2023-01-203-5/+6
| * TST: Add test for wrapped ufuncs and reductions via ScaledFloatSebastian Berg2023-01-202-3/+104
| * MAINT: Address many of Marten's commentsSebastian Berg2023-01-206-20/+39
| * MAINT: Remove unneeded labelSebastian Berg2023-01-201-1/+0
| * TST: Fix lint and ensure we have tests for empty arrays and reduceSebastian Berg2023-01-201-1/+14
| * API: Bumpy experimental dtype api versionSebastian Berg2023-01-203-3/+3
| * BUG: Fixup copying the wrong size in the cached path mostlySebastian Berg2023-01-202-8/+8
| * MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-207-185/+218
| * MAINT: Fixup names, and add workaround lost in rebaseSebastian Berg2023-01-201-6/+21
| * MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-205-57/+69
| * DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-204-27/+32
| * BUG: Fixup the default array-method, got the refcounting wrong...Sebastian Berg2023-01-201-5/+7
| * ENH: Support identity-function in experimental DType APISebastian Berg2023-01-203-0/+66
| * ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-206-92/+195
* | CI: musllinux_x86_64 (#22864)Andrew Nelson2023-01-205-8/+126
|/
* Merge pull request #23034 from seberg/wrap-trapzRalf Gommers2023-01-202-0/+40
|\
| * API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-202-0/+40
* | Merge pull request #23054 from seberg/pyinstaller-import-fixupCharles Harris2023-01-202-4/+4
|\ \ | |/ |/|
| * MAINT: Move unused import into hook for pyinstallerSebastian Berg2023-01-202-4/+4
|/
* Merge pull request #23041 from charris/remove-nose-testingMatti Picus2023-01-2016-2062/+36
|\
| * MAINT: Remove all nose testing support.Charles Harris2023-01-1916-2062/+36
* | Merge pull request #23047 from ngoldbaum/custom-dtype-nameSebastian Berg2023-01-202-1/+8
|\ \
| * | MAINT: dtype.name works for NEP 42 dtypesNathan Goldbaum2023-01-192-1/+8
|/ /
* | DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-193-0/+16
* | Merge pull request #23039 from seberg/fixup-array-func-CMatti Picus2023-01-192-1/+49
|\ \
| * | BUG: Impelement `ArrayFunctionDispatcher.__get__`Sebastian Berg2023-01-182-1/+49
| |/
* | Merge pull request #23038 from seberg/fixup-doc-genMatti Picus2023-01-191-0/+7
|\ \
| * | DOC: Ignore attribute FutureWarning in doc buildSebastian Berg2023-01-181-0/+7
* | | BUG: fix ma.diff not preserving mask when using append/prepend (#22776)Marko Pacak2023-01-194-7/+182
| |/ |/|
* | BLD: Build PyPy 3.9 wheels. (#23023)Charles Harris2023-01-181-4/+1
|/
* Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-175-31/+30
|\
| * DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-175-31/+30
* | Merge pull request #22997 from seberg/issue-19291Charles Harris2023-01-173-97/+102
|\ \
| * | DOC: Add release note for cython exception fixesSebastian Berg2023-01-121-0/+5
| * | API: Add "except *" in cython `.pyd` where necessary based on reviewSebastian Berg2023-01-112-10/+10
| * | API: Fix cython exception handling for exported extern C functionsSebastian Berg2023-01-112-87/+87
* | | Merge pull request #23020 from seberg/faster-array-functionCharles Harris2023-01-1718-391/+554
|\ \ \
| * | | DOC: Adept internal docs a bit based on reviewSebastian Berg2023-01-171-2/+4
| * | | TST: Cover some more internal array-function code pathsSebastian Berg2023-01-171-0/+50