summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #22724 from seberg/valgrind-fixesMatti Picus2022-12-042-5/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | BUG: Fix some valgrind errors (and probably harmless warnings)
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files * STY: remove noop.txt (we have an environment.yaml) some other style fixups Co-authored-by: Sarah Kaiser <sckaiser@sckaiser.com>
* | | | | | | | | | Merge pull request #22713 from seberg/numba-systemerrorCharles Harris2022-12-021-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | TST: Skip when numba/numpy compat issues cause SystemError
| * | | | | | | | | | TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numba is a bit buggy when wrapping ufuncs, so what should be nothing is (on non dev versions) a SystemError and not even an ImportError. So simply catch those too, since it can be a confusing error during dev otherwise.
* | | | | | | | | | | Merge pull request #22705 from kremeyer/devMatti Picus2022-12-021-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | DOC: misleading text lead to false hope
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | BLD: fix cirrus wheel upload triggers
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: Fix <complex 0>^{non-zero}
| * | | | | | | | | | | | Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | | | | | | Update numpy/core/src/npymath/npy_math_complex.c.srcprithvitewatia2022-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | | | | | | Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | | | | | | Apply suggestions from code reviewprithvitewatia2022-06-173-28/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> Co-authored-by: Ivan Gonzalez <scratchmex@gmail.com>
| * | | | | | | | | | | | rephrase 0^b commentMatti Picus2022-06-171-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ivan Gonzalez <scratchmex@gmail.com>
| * | | | | | | | | | | | add 754 to IEEE 754Matti Picus2022-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ivan Gonzalez <scratchmex@gmail.com>
| * | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | DOC: Remove dangling deprecation warning
| * | | | | | | | | | | | Remove dangling deprecation warningSyam Gadde2022-12-011-4/+0
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | This deprecation is no longer mentioned elsewhere on the page.
* | | | | | | | | | | | Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-302-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: unify NPY_NO_SIGNAL macros [ci skip]
| * | | | | | | | | | | | MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-302-2/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #22644 from seberg/exceptionsMatti Picus2022-11-3017-190/+250
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add new `np.exceptions` namespace for errors and warnings
| * | | | | | | | | | | | Update numpy/exceptions.pySebastian Berg2022-11-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AxisError did exist, but e.g. ComplexWarning wasn't even properly included.
| * | | | | | | | | | | | TYP: Modify typing stubs for new `np.exceptions` moduleSebastian Berg2022-11-303-0/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | MAINT: Move ModuleDeprecationWarning and ModuleDeprecationWarningSebastian Berg2022-11-303-33/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both should now live in the "exceptions" module.
| * | | | | | | | | | | | API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-3010-150/+151
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means moving ComplexWarning, TooHardError, and AxisError.
* | | | | | | | | | | | Merge pull request #22687 from rgommers/fix-newer-setuptoolsMatti Picus2022-11-302-49/+66
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | BLD: revert adding PEP 621 metadata, it confuses setuptools
| * | | | | | | | | | | | 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
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See comments on gh-22663
* | | | | | | | | | | | 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 work
| * | | | | | | | | | | CI: Make benchmark asv run quick to only check that benchmarks workSebastian Berg2022-11-301-2/+2
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means that benchmark results are effectively useless but I do not think we use them anyway right now. IT could be useful to have an asv running as a chron job with an in depth test. (or maybe also on request for a given PR?)
* | | | | | | | | | | Merge pull request #22689 from seberg/meson-utilsSebastian Berg2022-11-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MAINT: Add `np._utils` to meson
| * | | | | | | | | | | MAINT: Add `np._utils` to mesonSebastian Berg2022-11-301-0/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Odd PR timing/based on an older branch or seems to have hid, this necessary addition when adding `_util`. (Or we just missed it next to a lint failure)
* | | | | | | | | | | Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-2928-61/+72
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MAINT: Move set_module from numpy.core to numpy._utils
| * | | | | | | | | | | STY: Fix indentation of _utilsSebastian Berg2022-11-251-12/+12
| | | | | | | | | | | |
| * | | | | | | | | | | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-259-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that unfortunately, compat does expose _inspect as well, so the import remains (just the definition place moves).