summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | BUG: Fix deepcopy cleanup on errorSebastian Berg2022-12-071-53/+62
|/ / /
* | | Merge pull request #22751 from seiko2plus/ci_baseline_buildSebastian Berg2022-12-071-0/+15
|\ \ \
| * | | CI, SIMD: Add workflow to test default baseline features onlySayed Adel2022-12-071-0/+15
* | | | Merge pull request #22750 from seiko2plus/issue_22170Sebastian Berg2022-12-072-10/+21
|\ \ \ \
| * | | | BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2Sayed Adel2022-12-072-10/+21
| |/ / /
* | | | DOC: Some updates to the array_api compat document (#22747)Aaron Meurer2022-12-062-3/+15
* | | | Merge pull request #22735 from seberg/hide-exceptionsMatti Picus2022-12-065-14/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>`Sebastian Berg2022-12-063-6/+6
| * | | API: Hide exceptions from the main namespaceSebastian Berg2022-12-063-8/+21
* | | | Merge pull request #22736 from melissawm/array-docstring-dtypeSebastian Berg2022-12-061-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Improve description of the dtype parameter in np.array docstringmelissawm2022-12-051-8/+8
| |/ /
* | | Merge pull request #22721 from byrdie/bugfix/median-keepdims-outSebastian Berg2022-12-066-33/+175
|\ \ \
| * | | BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-056-33/+175
* | | | Merge pull request #22731 from HaoZeke/maBenchCleanupMatti Picus2022-12-053-131/+146
|\ \ \ \
| * | | | MAINT: Kill old hand-written benchmarksRohit Goswami2022-12-052-131/+0
| * | | | BENCH: Port ma/bench.py to asvRohit Goswami2022-12-051-0/+146
* | | | | Merge pull request #22166 from Developer-Ecosystem-Engineering/add_simd_negativeMatti Picus2022-12-059-90/+431
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add loops_unary.dispatch.c.src to meson.buildDeveloper-Ecosystem-Engineering2022-11-291-0/+1
| * | | | Remove duplicated contiguous case for 'negative'Developer-Ecosystem-Engineering2022-11-281-9/+1
| * | | | test big arrays tooDeveloper-Ecosystem-Engineering2022-11-281-1/+5
| * | | | fix long linesDeveloper-Ecosystem-Engineering2022-11-281-6/+8
| * | | | add testsDeveloper-Ecosystem-Engineering2022-11-281-0/+23
| * | | | vnegq_s64 is only on aarch64Developer-Ecosystem-Engineering2022-11-281-1/+1
| * | | | Add required defines and casts for gcc buildsDeveloper-Ecosystem-Engineering2022-11-281-1/+6
| * | | | Remove original fileDeveloper-Ecosystem-Engineering2022-11-281-1173/+0
| * | | | ENH: Add SIMD versions of negativeDeveloper-Ecosystem-Engineering2022-11-288-90/+1577
* | | | | Merge pull request #22738 from ngoldbaum/dtype-casts-errorSebastian Berg2022-12-051-0/+8
|\ \ \ \ \
| * | | | | MAINT: check if PyArrayDTypeMeta_Spec->casts is setNathan Goldbaum2022-12-051-0/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #22707 from seberg/invalid-promotion-excSebastian Berg2022-12-0522-258/+407
|\ \ \ \ \
| * | | | | DOC: typoMatti Picus2022-12-051-1/+1
| * | | | | DOC: Tweak comparison code comment to be a bit more clearSebastian Berg2022-12-051-2/+2
| * | | | | DOC: Remove last note from release note as per suggestionSebastian Berg2022-12-051-3/+2
| * | | | | Apply suggestions from code reviewSebastian Berg2022-12-052-4/+4
| * | | | | DOC: try to clarify datetime not using DTypePromotionError commentSebastian Berg2022-12-031-7/+4
| * | | | | DOC: Slightly expand ==/!= release note with examplesSebastian Berg2022-12-031-2/+4
| * | | | | DOC: Tweak subclass in richcompare comments based on reviewSebastian Berg2022-12-031-6/+5
| * | | | | BUG: Add missing error checkSebastian Berg2022-12-021-0/+3
| * | | | | DOC: No need to repeat "error" after DTypePromotionError and line breaksSebastian Berg2022-12-021-7/+7
| * | | | | DOC: Add release note for promotion/ and ==/!= expired deprecationSebastian Berg2022-12-023-0/+24
| * | | | | MAINT: Rename to DTypePromotionErrorSebastian Berg2022-12-029-24/+25
| * | | | | DOC,TST: address review comments and improve test coverageSebastian Berg2022-12-024-21/+26
| * | | | | MAINT: Remove pedantic check that exception is an exceptionSebastian Berg2022-12-021-19/+0
| * | | | | MAINT: Fix pointer cast subclass check and for exceptionsSebastian Berg2022-12-011-2/+6
| * | | | | TST: Remove old deprecation test and convert/add new onesSebastian Berg2022-12-012-74/+52
| * | | | | API: Always reject equal/not_equal for datetime/timedelta mixSebastian Berg2022-12-014-18/+62
| * | | | | TST: Add test to cover basic subclass support of new code pathsSebastian Berg2022-12-011-7/+19
| * | | | | MAINT: (equality) fixup subclass handling for new array-return pathSebastian Berg2022-12-012-5/+37
| * | | | | TST: Adapt test for modification to == and != deprecation/futurewarningSebastian Berg2022-12-013-12/+6
| * | | | | DEP: Finalize the comparison FutureWarning/DeprecationWarningSebastian Berg2022-12-014-127/+89
| * | | | | ENH: Ensure UFuncTypeError is raised when promotion failsSebastian Berg2022-12-011-8/+23