summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: add numerical integration of x^2 to trapz (#22681)Manuchehr Aminian2022-12-081-7/+23
* BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-084-15/+67
* BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-072-13/+35
* BUG: Fix deepcopy cleanup on errorSebastian Berg2022-12-071-53/+62
* 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-061-0/+1
* | 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-052-131/+0
|\ \ \
| * | | MAINT: Kill old hand-written benchmarksRohit Goswami2022-12-052-131/+0
* | | | Merge pull request #22166 from Developer-Ecosystem-Engineering/add_simd_negativeMatti Picus2022-12-058-90/+430
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-287-90/+1576
* | | | 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-0519-258/+382
|\ \ \ \
| * | | | DOC: Tweak comparison code comment to be a bit more clearSebastian Berg2022-12-051-2/+2
| * | | | DOC: try to clarify datetime not using DTypePromotionError commentSebastian Berg2022-12-031-7/+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
| * | | | 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
| * | | | ENH: Add an InvalidPromotion exceptionSebastian Berg2022-12-0110-15/+112
* | | | | TST: skip floating-point error test on wasmMatti Picus2022-12-051-1/+2
| |/ / / |/| | |
* | | | ENH: Speedup masked array creation when mask=None (#22725)Lefteris Loukas2022-12-052-1/+9
* | | | Merge pull request #22724 from seberg/valgrind-fixesMatti Picus2022-12-042-5/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Fix some valgrind errors (and probably harmless warnings)Sebastian Berg2022-12-032-5/+8
| |/ /