summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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 #18535 from prithvitewatia/Issue18378Matti Picus2022-12-022-20/+60
|\ \ \ \ | |_|/ / |/| | |
| * | | Update numpy/core/src/npymath/npy_math_complex.c.srcprithvitewatia2022-12-011-1/+1
| * | | Apply suggestions from code reviewprithvitewatia2022-06-172-26/+20
| * | | rephrase 0^b commentMatti Picus2022-06-171-5/+6
| * | | add 754 to IEEE 754Matti Picus2022-06-171-1/+1
| * | | 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 #22693 from mattip/backport-mesonRalf Gommers2022-11-302-2/+2
|\ \ \ \
| * | | | MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-302-2/+2
* | | | | 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: Document exceptions and warnings in the refguideSebastian Berg2022-11-301-2/+40
* | | | | 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
|/ / / /
* | | | MAINT: Add `np._utils` to mesonSebastian Berg2022-11-301-0/+1
* | | | Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-2927-58/+69
|\ \ \ \
| * | | | STY: Fix indentation of _utilsSebastian Berg2022-11-251-12/+12
| * | | | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-258-7/+8
| * | | | MAINT: make `_utils` a full moduleSebastian Berg2022-11-253-24/+28
| * | | | MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-2420-52/+58
* | | | | Merge pull request #22533 from ngoldbaum/ufunc-and-function-listingSebastian Berg2022-11-293-0/+87
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-163-0/+87
* | | | | Merge pull request #22637 from seberg/cython_long_tRalf Gommers2022-11-282-4/+0
|\ \ \ \ \
| * | | | | API: (cython) remove `long_t` and `ulong_t`Sebastian Berg2022-11-212-4/+0
* | | | | | ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-282-17/+37
* | | | | | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-288-195/+10
* | | | | | Merge pull request #22670 from MatteoRaso/masterMatti Picus2022-11-272-1/+12
|\ \ \ \ \ \
| * | | | | | Added pickle test for polynomialsMatteo Raso2022-11-261-0/+6
| * | | | | | BUG: Polynomials now copy properly (#22669)Matteo Raso2022-11-252-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #22676 from seberg/issue-22672Matti Picus2022-11-272-1/+11
|\ \ \ \ \ \
| * | | | | | Update numpy/core/tests/test_dtype.pySebastian Berg2022-11-271-1/+1
| * | | | | | BUG: Ensure string aliases `"int0"`, etc. remain valid for nowSebastian Berg2022-11-252-1/+11
* | | | | | | Merge pull request #22679 from mattip/issue22673Ralf Gommers2022-11-273-4/+38
|\ \ \ \ \ \ \
| * | | | | | | BUILD: revert function() -> #define for 3 npymath functionsmattip2022-11-273-4/+38
| |/ / / / / /
* | | | | | | Merge pull request #22678 from eltociear/patch-5Matti Picus2022-11-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | MAINT: fix typo in loops_unary_fp.dispatch.c.srcIkko Ashimine2022-11-271-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #22677 from rgommers/cleanups-gitignore-inlineMatti Picus2022-11-272-35/+35
|\ \ \ \ \ \ \
| * | | | | | | MAINT: remove remaining `NPY_INLINE` usagesRalf Gommers2022-11-272-35/+35
| |/ / / / / /
* | | | | | | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-2731-18/+2106
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BLD: enable building NumPy with MesonRalf Gommers2022-11-2525-12/+2089
| * | | | | | MAINT: avoid gcc warning that signed and unsigned types are being comparedStefan van der Walt2022-11-251-1/+1