summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add -DNDEBUG for MSVCmesonMatti Picus2023-01-161-0/+4
* Merge branch 'main' into mesonmattip2022-12-0175-520/+768
|\
| * 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
| | |/
| * | Merge pull request #22687 from rgommers/fix-newer-setuptoolsMatti Picus2022-11-302-49/+66
| |\ \
| | * | STY: satisfy linterStefan van der Walt2022-11-291-1/+2
| | * | BLD: add workaround in setup.py for newer setuptoolsRalf Gommers2022-11-291-0/+2
| | * | BLD: revert adding PEP 621 metadata, it confuses setuptoolsRalf Gommers2022-11-291-49/+63
| * | | Merge pull request #22694 from seberg/asv-quick-testCharles Harris2022-11-301-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | CI: Make benchmark asv run quick to only check that benchmarks workSebastian Berg2022-11-301-2/+2
| |/ /
| * | Merge pull request #22689 from seberg/meson-utilsSebastian Berg2022-11-301-0/+1
| |\ \
| | * | MAINT: Add `np._utils` to mesonSebastian Berg2022-11-301-0/+1
| |/ /
| * | Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-2928-61/+72
| |\ \
| | * | STY: Fix indentation of _utilsSebastian Berg2022-11-251-12/+12
| | * | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-259-10/+11
| | * | 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-296-0/+136
| |\ \ \ | | |_|/ | |/| |
| | * | API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-166-0/+136
| * | | Merge pull request #22637 from seberg/cython_long_tRalf Gommers2022-11-283-4/+15
| |\ \ \
| | * | | API: (cython) remove `long_t` and `ulong_t`Sebastian Berg2022-11-213-4/+15
| * | | | Merge pull request #22685 from mattip/force-cirrusMatti Picus2022-11-283-48/+14
| |\ \ \ \
| | * | | | BUILD: more cirrus CI env tweaksmattip2022-11-281-1/+3
| | * | | | BUILD: tweak configuration, run set_travis_varsmattip2022-11-281-4/+6
| | * | | | BUILD: disable aarch64 on travis, parse CIRRUS env variables for wheel uploadmattip2022-11-282-44/+6
| * | | | | ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-283-17/+43
| * | | | | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-289-201/+16
| |/ / / /
| * | | | Merge pull request #22650 from andyfaff/cirrusMatti Picus2022-11-282-0/+126
| |\ \ \ \
| | * | | | remove TODOMatti Picus2022-11-271-1/+0
| | * | | | Add encrypted tokensMatti Picus2022-11-271-3/+3
| | * | | | CI: split into separate runsAndrew Nelson2022-11-261-1/+3
| | * | | | CI: change to numpy/numpyAndrew Nelson2022-11-231-1/+1
| | * | | | CI: enable uploadAndrew Nelson2022-11-221-9/+8
| | * | | | CI: initial cirrus configAndrew Nelson2022-11-222-0/+126
| * | | | | 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