summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | DOC:clarify differences between ravel and reshape(-1)渡邉 美希2023-05-111-4/+6
|/ / / / / / /
* | | | | | | Merge pull request #23743 from paulromano/poly-docstrings-symbolCharles Harris2023-05-106-0/+36
|\ \ \ \ \ \ \
| * | | | | | | DOC: Add symbol in docstring for classes derived from ABCPolyBasePaul Romano2023-05-106-0/+36
| |/ / / / / /
* | | | | | | Merge pull request #23620 from seberg/correct-zerofill-structuredCharles Harris2023-05-106-92/+202
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Rename `traverse_func_get` and type for clarity as per reviewSebastian Berg2023-05-101-6/+6
| * | | | | | MAINT: Add a proper implementation for structured zerofillSebastian Berg2023-04-206-92/+202
* | | | | | | BUG: fix the method for checking local files (#23728)Hongyang Peng2023-05-092-1/+12
* | | | | | | Merge pull request #23705 from seberg/windowing-annoyanceCharles Harris2023-05-081-10/+38
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Reorganize the way windowing functions ensure float64 resultSebastian Berg2023-05-031-10/+38
* | | | | | | | Merge pull request #23736 from charris/fix-rtools-againCharles Harris2023-05-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Copy rtools installation from install-rtools.Charles Harris2023-05-081-1/+1
* | | | | | | | | Merge pull request #23734 from DhavalParmar61/dp_devMatti Picus2023-05-081-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update index.rstDhavalParmar612023-05-081-1/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #23735 from BvB93/typing_1_25Sebastian Berg2023-05-0810-40/+88
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | TYP,BUG: Add annotations for missing `max`, `min` and `round` aliasesBas van Beek2023-05-081-0/+4
| * | | | | | | | TYP: Re-export the `np.dtypes` namespaceBas van Beek2023-05-082-0/+2
| * | | | | | | | TYP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Bas van Beek2023-05-081-6/+0
| * | | | | | | | TYP: Deprecate `np.round_`Bas van Beek2023-05-083-4/+1
| * | | | | | | | TYP: Add the `np.exceptions` namespace and add `DTypePromotionError`Bas van Beek2023-05-083-21/+28
| * | | | | | | | TYP: Let `np.einsum` accept `object` dtypesBas van Beek2023-05-083-9/+52
| * | | | | | | | MAINT: Ignore test.obj filesBas van Beek2023-05-081-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #23709 from scoder/cython3_noexceptMatti Picus2023-05-0710-38/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x).Stefan Behnel2023-05-054-4/+4
| * | | | | | | | Also annotate the implementation of the kahan_sum() function, not just the de...Stefan Behnel2023-05-041-1/+1
| * | | | | | | | Revert useless changes.Stefan Behnel2023-05-042-15/+15
| * | | | | | | | Merge branch 'main' into cython3_noexceptscoder2023-05-041857-79268/+254373
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add "noexcept" markers to functions that do not raise exceptions.Stefan Behnel2023-05-045-45/+45
* | | | | | | | | | Merge pull request #23726 from neutrinoceros/fix_numpy_testing_assert_array_l...Matti Picus2023-05-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: fix incorrect description of raise condition in numpy.testing.assert_arr...Clément Robert2023-05-051-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #23713 from seberg/uint-int-comparisonsCharles Harris2023-05-066-23/+182
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: Add release note for uint64/int64 comparison changeSebastian Berg2023-05-041-0/+9
| * | | | | | | | | ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-045-23/+173
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #23725 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-05-052-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Bump github/codeql-action from 2.3.2 to 2.3.3dependabot[bot]2023-05-052-4/+4
* | | | | | | | | | Merge pull request #23724 from numpy/dependabot/github_actions/actions/upload...Charles Harris2023-05-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT: Bump actions/upload-artifact from 3.1.0 to 3.1.2dependabot[bot]2023-05-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #23721 from mattip/openblas-0.3.23Sebastian Berg2023-05-051-10/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BLD: update to OpenBLAS 0.3.23, fixmattip2023-05-051-10/+9
* | | | | | | | | | Merge pull request #23714 from r-devulap/enable-ciCharles Harris2023-05-041-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CI: Enable CI to build with gcc-12Raghuveer Devulapalli2023-05-041-2/+3
* | | | | | | | | | | Merge pull request #23716 from charris/fix-windows-wheel-buildCharles Harris2023-05-041-2/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | BUG: Cannot mix ``uses`` and ``run`` in workflow scriptCharles Harris2023-05-041-2/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #23715 from charris/fix-32bit-windows-wheelsCharles Harris2023-05-041-1/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT, BLD: Install rtools 4.0 for Windows wheels.Charles Harris2023-05-041-1/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #23711 from seiko2plus/issue_23689Sebastian Berg2023-05-042-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Bug: Fix compilation of halffloat with gcc 13.1Sayed Adel2023-05-042-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #23435 from r-devulap/spr-simd-sortMatti Picus2023-05-042-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | ENH: Use x86-simd-sort to disptch avx512_qsort<_Float16>Raghuveer Devulapalli2023-04-051-4/+12
| * | | | | | | | MAINT: Update x86-simd-sort to latest commitRaghuveer Devulapalli2023-04-051-0/+0
* | | | | | | | | Merge pull request #23678 from charris/fix-windows-32-bit-ciCharles Harris2023-05-031-2/+3
|\ \ \ \ \ \ \ \ \