summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump github/codeql-action from 2.2.9 to 2.2.10dependabot[bot]2023-04-052-4/+4
* Merge pull request #23502 from r-devulap/ci-sprMatti Picus2023-04-051-0/+31
|\
| * Use SDE 9.14 versionRaghuveer Devulapalli2023-04-041-2/+2
| * CI: Use pytest directly to run subset of testsRaghuveer Devulapalli2023-04-031-2/+3
| * CI: Fix typoRaghuveer Devulapalli2023-03-311-1/+2
| * CI: Split install step and run only a few tests in SDERaghuveer Devulapalli2023-03-311-2/+4
| * CI: Build numpy outside the SDERaghuveer Devulapalli2023-03-301-1/+2
| * CI: Add CI to test using gcc-12 on Intel Sapphire RapidsRaghuveer Devulapalli2023-03-301-0/+26
* | Merge pull request #23521 from seiko2plus/cpp_2017Charles Harris2023-04-048-78/+123
|\ \
| * | ENH: Raise C++ standard to C++17Sayed Adel2023-04-048-78/+123
* | | DOC: Add example for np.ma.compressed. (#23426)Stefanie Molin2023-04-041-0/+23
* | | DOC: docs added to routines.ma.rst from issue #23352 (#23368)Muhammad Ishaque Nizamani2023-04-041-0/+15
* | | Merge pull request #23514 from MatteoRaso/vectorizeCharles Harris2023-04-022-13/+120
|\ \ \
| * | | Fixed failing testsMatteo Raso2023-04-012-16/+39
| * | | Fixed docstring testMatteo Raso2023-04-011-1/+2
| * | | Fixed edge case where pyfunc has no attribute `__doc__`Matteo Raso2023-04-011-1/+1
| * | | Fixed edge case where pyfunc has no attribute `__name__`Matteo Raso2023-04-012-51/+134
* | | | DOC: add missing punctuation in a C API .rst file (#23516)yuki2023-04-021-1/+1
|/ / /
* | | Merge pull request #23509 from F3eQnxN3RriK/doc-npy-typesCharles Harris2023-03-311-97/+97
|\ \ \
| * | | DOC: Fix a structure in `NPY_TYPES`yuki2023-03-311-97/+97
* | | | Merge pull request #23498 from ngoldbaum/buffer-error-fixCharles Harris2023-03-311-3/+11
|\ \ \ \
| * | | | MAINT: revert change to legacy pathNathan Goldbaum2023-03-301-1/+1
| * | | | MAINT: fix compiling on MUSLNathan Goldbaum2023-03-301-3/+2
| * | | | MAINT: improve error when a dtype doesn't support the buffer interfaceNathan Goldbaum2023-03-301-3/+12
* | | | | Merge pull request #23504 from seberg/decref-delCharles Harris2023-03-314-42/+0
|\ \ \ \ \
| * | | | | MAINT: Remove reference to PyArray_GetArrayParamsFromObjectCharles Harris2023-03-311-1/+0
| * | | | | MAINT: Also remove XDECREF_ERR from cython `.pyd`Sebastian Berg2023-03-312-2/+0
| * | | | | DOC: PyArray_ArrayType doesn't existSebastian Berg2023-03-311-11/+0
| * | | | | DOC: Also delete PyArray_GetArrayParamsFromObjectSebastian Berg2023-03-311-16/+0
| * | | | | DOC: Remove doc for non-existing `PyArray_XDECREF_ERR`Sebastian Berg2023-03-311-12/+0
* | | | | | DOC: default integer dtype reflect C long size (#23507)Matti Picus2023-03-311-2/+2
* | | | | | DOC: Removed `.shape` setting note from reshape (#23491)JoryKlaverstijn2023-03-311-18/+3
| |_|/ / / |/| | | |
* | | | | DOC: Fix typos & grammer in docstrings and comments (#23503)Pratyay Banerjee2023-03-306-6/+6
* | | | | Merge pull request #23501 from numpy/dependabot/github_actions/ossf/scorecard...Charles Harris2023-03-301-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | MAINT: Bump ossf/scorecard-action from 2.1.2 to 2.1.3dependabot[bot]2023-03-301-1/+1
|/ / / /
* | | | Merge pull request #23484 from ngoldbaum/fill-clearSebastian Berg2023-03-291-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalarNathan Goldbaum2023-03-291-1/+2
|/ / /
* | | Merge pull request #23480 from rgommers/remove-dualCharles Harris2023-03-287-137/+1
|\ \ \
| * | | MAIN: Remove dual.py from meson.buildCharles Harris2023-03-281-1/+0
| * | | MAINT: Remove numpy.dual from API checkCharles Harris2023-03-281-1/+0
| * | | DEP: remove deprecated `numpy.dual` moduleRalf Gommers2023-03-285-135/+1
|/ / /
* | | BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-283-5/+20
|/ /
* | Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopyMatti Picus2023-03-281-1/+1
|\ \
| * | MAINT: Fix a wrong format of referenceyuki2023-03-271-1/+1
* | | Merge pull request #23474 from F3eQnxN3RriK/maint-missing-asteriskMatti Picus2023-03-281-1/+1
|\ \ \
| * | | MAINT: Fix missing asteriskyuki2023-03-271-1/+1
| |/ /
* | | Merge pull request #23472 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-03-272-4/+4
|\ \ \
| * | | MAINT: Bump github/codeql-action from 2.2.8 to 2.2.9dependabot[bot]2023-03-272-4/+4
* | | | Docs typo fix (#23471)Johana De La Rosa2023-03-271-1/+1
* | | | Merge pull request #23460 from molsonkiko/crackfortran_backtrackingCharles Harris2023-03-272-2/+49
|\ \ \ \ | |/ / / |/| | |