summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* add -DNDEBUG for MSVCmesonMatti Picus2023-01-161-0/+4
* Merge branch 'main' into mesonmattip2022-12-0160-495/+538
|\
| * 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
| | |/ / / /
* | | | | | BUILD: fixes for MSVCMatti Picus2022-11-302-8/+18
* | | | | | Merge branch 'main' into mesonRalf Gommers2022-11-2785-426/+464
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | * | | | BLD: fix missing `Python.h` includesRalf Gommers2022-11-255-5/+16
| * | | | | Merge pull request #22674 from rgommers/npy-inline-cleanupRalf Gommers2022-11-2570-378/+353
| |\ \ \ \ \
| | * | | | | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2570-378/+353
| * | | | | | Merge pull request #22666 from mattip/drop-sixSebastian Berg2022-11-251-2/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | remove 'six' dependency from pyinstallermattip2022-11-241-2/+0
| * | | | | | MAINT: lib: A bit of flake8-driven clean up in shape_base.pywarren2022-11-241-4/+4
| * | | | | | DOC: lib: Use keepdims in a couple docstrings.warren2022-11-241-7/+9
| |/ / / / /
| * | | | | DOC: Update mode parameter description to account for shape #22643 (#22655)mkiffer2022-11-231-1/+2
| |/ / / /
* | | | | BLD: fix missing `Python.h` includesRalf Gommers2022-11-255-5/+16