summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into mesonmattip2022-12-0133-434/+175
|\
| * Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-302-2/+2
| |\
| | * MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-302-2/+2
| * | MAINT: Fixup new ufunc AxisError use to use `numpy.exceptions`Sebastian Berg2022-11-301-3/+2
| * | API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-307-148/+23
| |/
| * Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-2911-32/+16
| |\
| | * MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-253-3/+3
| | * MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-249-29/+13
| * | Merge pull request #22533 from ngoldbaum/ufunc-and-function-listingSebastian Berg2022-11-291-0/+4
| |\ \
| | * | API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-161-0/+4
| * | | 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 #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 pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-2717-16/+1363
|\ \ \ \ | |/ / / |/| | |
| * | | BLD: enable building NumPy with MesonRalf Gommers2022-11-2513-10/+1353
| * | | 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-253-5/+9
* | | | Merge pull request #22674 from rgommers/npy-inline-cleanupRalf Gommers2022-11-2562-319/+294
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2562-319/+294
* | | | DOC: Update mode parameter description to account for shape #22643 (#22655)mkiffer2022-11-231-1/+2
|/ / /
* | | Merge pull request #22653 from ngoldbaum/ensure-canonical-checkSebastian Berg2022-11-231-0/+6
|\ \ \
| * | | [MAINT] check user-defined dtype has an ensure_canonical implementationNathan Goldbaum2022-11-221-0/+6
* | | | Merge pull request #22646 from hawkinsp/odrSebastian Berg2022-11-228-52/+52
|\ \ \ \ | |/ / / |/| | |
| * | | Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-228-52/+52
* | | | Merge pull request #22638 from seberg/machar-deprCharles Harris2022-11-224-32/+9
|\ \ \ \
| * | | | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-224-32/+9
* | | | | REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-222-0/+2
| |/ / / |/| | |
* | | | ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-213-61/+140
* | | | Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-213-17/+144
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Update np.void docs based on Matti's commentsSebastian Berg2022-11-211-6/+6
| * | | ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-213-17/+144
* | | | Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-214-32/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-171-1/+2
| * | | DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-174-32/+36
* | | | TST: Rename setup to setup_method in _locales (#22616)Stefan van der Walt2022-11-171-2/+2
* | | | MAINT: remove macOS specific long double handling in numpyconfig.hRalf Gommers2022-11-171-45/+0
* | | | Merge pull request #22605 from seberg/silence-update-shape-warningCharles Harris2022-11-171-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: (array-coercion) Silence invalid read warning in some gcc versionsSebastian Berg2022-11-171-2/+2
* | | | Merge pull request #22601 from seberg/issue-22599Charles Harris2022-11-161-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`Sebastian Berg2022-11-161-9/+9
* | | | Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-163-40/+750
|\ \ \ \