summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge pull request #23559 from andyfaff/gh23538Charles Harris2023-04-1010-16/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | MAINT: Fix wrong date in comment.Charles Harris2023-04-101-1/+1
| * | | | | | | | | | | | | | | | MAINT: add arm64 to f2py's selected_real_kindAndrew Nelson2023-04-091-1/+1
| * | | | | | | | | | | | | | | | MAINT: remove sudoAndrew Nelson2023-04-081-4/+5
| * | | | | | | | | | | | | | | | Merge pull request #8 from andyfaff/macwheelAndrew Nelson2023-04-087-13/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | CI: macosx_arm64 natively on cirrusAndrew Nelson2023-04-087-13/+118
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | BLD: remove -ftrapping-math on macosx_arm64Andrew Nelson2023-04-081-1/+8
| * | | | | | | | | | | | | | | | BLD: add static to std_c_flags test program (see gh23538)Andrew Nelson2023-04-081-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #23565 from F3eQnxN3RriK/doc-patch-1Charles Harris2023-04-101-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | DOC: Add directive for C-type `PyArrayMapIterObject`yuki2023-04-101-2/+6
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #23562 from F3eQnxN3RriK/doc-fix-pyufuncobjectCharles Harris2023-04-091-8/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | DOC: Fix document structure of `PyUfuncObject`yuki2023-04-081-8/+7
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #23560 from F3eQnxN3RriK/doc-fix-parameter-typeMatti Picus2023-04-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | DOC: Fix parameter type of `PyArray_DiscardWritebackIfCopy`yuki2023-04-081-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #23555 from ngoldbaum/deprecate-np-mathRalf Gommers2023-04-083-3/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-073-3/+35
* | | | | | | | | | | | | | | | | | Merge pull request #23558 from F3eQnxN3RriK/doc-fix-punct-arrayMatti Picus2023-04-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | DOC: Fix missing punctuation in `array.rst`yuki2023-04-071-1/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #23551 from rgommers/msvc-argsyntaxMatti Picus2023-04-082-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BLD: fix instances of MSVC detection in `meson.build`Ralf Gommers2023-04-072-4/+3
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #23554 from numpy/dependabot/github_actions/cygwin/cygwin-...Charles Harris2023-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | MAINT: Bump cygwin/cygwin-install-action from 3 to 4dependabot[bot]2023-04-071-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #23553 from F3eQnxN3RriK/doc-fix-discardwritebackifcopyMatti Picus2023-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | DOC: Fix description of `PyArray_DiscardWritebackIfCopy`yuki2023-04-071-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #23549 from F3eQnxN3RriK/doc-fix-accessorMatti Picus2023-04-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | DOC: Fix incorrect operators for member access in `array.rst`yuki2023-04-071-2/+2
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #23519 from F3eQnxN3RriK/fix-builtin-lenTyler Reddy2023-04-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | DOC: Fix a reference to built-in `len` in `char.str_len` docstringyuki2023-04-031-1/+1
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #23542 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-062-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | MAINT: Bump github/codeql-action from 2.2.10 to 2.2.11dependabot[bot]2023-04-062-4/+4
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-064-2/+44
* | | | | | | | | | | | | | | Merge pull request #23535 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-052-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | MAINT: Bump github/codeql-action from 2.2.9 to 2.2.10dependabot[bot]2023-04-052-4/+4
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #23495 from AlekseiNikiforovIBM/pytorch_fixesCharles Harris2023-04-052-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | BUG: fix loading and storing big arrays on s390xAleksei Nikiforov2023-03-302-7/+14
* | | | | | | | | | | | | | | 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