summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | Merge pull request #22737 from mattip/issue22712Sebastian Berg2022-12-051-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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 #22726 from HaoZeke/benchMAMatti Picus2022-12-041-0/+8
|\ \ \ \
| * | | | BENCH: Add a test for masked array creationsRohit Goswami2022-12-031-0/+8
| | |_|/ | |/| |
* | | | 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
| |/ /
* | | DEV: Add initial devcontainer config for codepaces (#22722)Inessa Pawson2022-12-033-0/+91
* | | Merge pull request #22713 from seberg/numba-systemerrorCharles Harris2022-12-021-1/+2
|\ \ \
| * | | TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
* | | | Merge pull request #22705 from kremeyer/devMatti Picus2022-12-021-3/+3
|\ \ \ \
| * | | | DOC: misleading text lead to false hopeLaurenz Kremeyer2022-12-011-3/+3
| | |/ / | |/| |
* | | | Merge pull request #22690 from mattip/cirrus-uploadMatti Picus2022-12-022-13/+7
|\ \ \ \
| * | | | BUILD: more bash script cleanupsmattip2022-11-301-2/+2
| * | | | BUILD: fix cirrus wheel upload triggersmattip2022-11-302-11/+5
* | | | | Merge pull request #18535 from prithvitewatia/Issue18378Matti Picus2022-12-023-20/+67
|\ \ \ \ \
| * | | | | Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-2/+1
| * | | | | Update numpy/core/src/npymath/npy_math_complex.c.srcprithvitewatia2022-12-011-1/+1
| * | | | | Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-1/+1
| * | | | | Apply suggestions from code reviewprithvitewatia2022-06-173-28/+22
| * | | | | rephrase 0^b commentMatti Picus2022-06-171-5/+6
| * | | | | add 754 to IEEE 754Matti Picus2022-06-171-1/+1
| * | | | | Fixup release notes a bitSebastian Berg2022-06-171-3/+8
| * | | | | Added improvement release notePrithvi2022-06-171-0/+3
| * | | | | Fixed spacing and check num of warnings in testsPrithvi2022-06-172-4/+7
| * | | | | Fixed 0 sign and added new testsPrithvi2022-06-172-24/+50
| * | | | | Fixed whitespace after comma in test_umath.pyPrithvi2022-06-171-5/+5
| * | | | | Fixed style and warning capturePrithvi2022-06-172-27/+13
| * | | | | Fixed Tests with pytest.warnsPrithvi2022-06-172-2/+19
| * | | | | Fixed 0^non-zero as discussed in issue 18378Prithvi2022-06-172-21/+34
* | | | | | Merge pull request #22708 from SyamGadde/SyamGadde-patch-1Sebastian Berg2022-12-011-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove dangling deprecation warningSyam Gadde2022-12-011-4/+0
|/ / / / /
* | | | | Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-302-2/+2
|\ \ \ \ \
| * | | | | MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-302-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #22644 from seberg/exceptionsMatti Picus2022-11-3017-190/+250
|\ \ \ \ \
| * | | | | Update numpy/exceptions.pySebastian Berg2022-11-301-2/+0
| * | | | | MAINT: (meson) Add exceptions and expctions.pyi to pure python sourcesSebastian Berg2022-11-301-0/+2
| * | | | | MAINT: Fixup new ufunc AxisError use to use `numpy.exceptions`Sebastian Berg2022-11-301-3/+2
| * | | | | DOC: Update messages to NumPy 1.25 although I hope its 2.0 :)Sebastian Berg2022-11-301-3/+3
| * | | | | DOC: Add release notes for `np.exceptions` namespaceSebastian Berg2022-11-301-0/+7
| * | | | | DOC: Document exceptions and warnings in the refguideSebastian Berg2022-11-302-8/+41
| * | | | | TYP: Modify typing stubs for new `np.exceptions` moduleSebastian Berg2022-11-303-0/+10
| * | | | | MAINT: Move ModuleDeprecationWarning and ModuleDeprecationWarningSebastian Berg2022-11-303-33/+43
| * | | | | API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-3010-150/+151
| |/ / / /