| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #23505 from cbrt64/fix-2256 | Matti Picus | 2023-05-17 | 2 | -7/+14 |
| |\ | |||||
| | * | MAINT: Use fwrite chunking generally on Windows 64 and size_t as type | Sebastian Berg | 2023-05-16 | 1 | -6/+9 |
| | * | BUG: Use 2GiB chunking code for fwrite() on mingw32/64 | Edward E | 2023-03-31 | 2 | -4/+8 |
| * | | Merge pull request #23763 from seberg/nep50-fixes-part2 | Charles Harris | 2023-05-16 | 3 | -3/+86 |
| |\ \ | |||||
| | * | | MAINT: Fix typo in comment | Sebastian Berg | 2023-05-15 | 1 | -1/+1 |
| | * | | MAINT: Address Marten's review | Sebastian Berg | 2023-05-15 | 2 | -5/+17 |
| | * | | BUG: Fix weak scalar logic for large ints in ufuncs | Sebastian Berg | 2023-05-15 | 3 | -3/+74 |
| * | | | Merge pull request #23659 from seberg/issue-23029 | Charles Harris | 2023-05-16 | 2 | -2/+102 |
| |\ \ \ | |||||
| | * | | | MAINT: Seems it should be -1 direction for matching a prefix | Sebastian Berg | 2023-04-25 | 1 | -2/+2 |
| | * | | | BUG: Add missing decref's of replaced error. | Sebastian Berg | 2023-04-25 | 1 | -0/+3 |
| | * | | | TST: Skip test on older Python versions which use `__name__` | Sebastian Berg | 2023-04-25 | 1 | -0/+6 |
| | * | | | ENH: Restore TypeError cleanup in array function dispatching | Sebastian Berg | 2023-04-25 | 2 | -2/+93 |
| * | | | | MAINT: fix signed/unsigned int comparison warnings | Nathan Goldbaum | 2023-05-15 | 2 | -2/+2 |
| * | | | | Merge pull request #23665 from r-devulap/update-simd-sort | Charles Harris | 2023-05-15 | 1 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | ENH: Speed up 64-bit qsort by 1.6x | Raghuveer Devulapalli | 2023-05-14 | 1 | -0/+0 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #23750 from ngoldbaum/replace-copyswapn | Sebastian Berg | 2023-05-15 | 1 | -15/+91 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | MAINT: do not use copyswapn in array sorting internals | Nathan Goldbaum | 2023-05-12 | 1 | -15/+91 |
| * | | | | Merge branch 'main' into deprecate-find-common-type | Charles Harris | 2023-05-13 | 292 | -10086/+19755 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge pull request #23746 from mattip/scalar-str | Charles Harris | 2023-05-13 | 2 | -3/+40 |
| | |\ \ \ \ | |||||
| | | * | | | | BUG: typo, linting | mattip | 2023-05-11 | 2 | -2/+1 |
| | | * | | | | add fast path for str(scalar_int) | mattip | 2023-05-10 | 2 | -2/+40 |
| | * | | | | | DOC: Rm bool8 alias from _add_newdoc_for_scalar. | Ross Barnowski | 2023-05-12 | 1 | -1/+1 |
| | * | | | | | DOC:clarify differences between ravel and reshape(-1) | 渡邉 美希 | 2023-05-11 | 1 | -4/+6 |
| | | |/ / / | |/| | | | |||||
| | * | | | | Merge pull request #23620 from seberg/correct-zerofill-structured | Charles Harris | 2023-05-10 | 6 | -92/+202 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | MAINT: Rename `traverse_func_get` and type for clarity as per review | Sebastian Berg | 2023-05-10 | 1 | -6/+6 |
| | | * | | | MAINT: Add a proper implementation for structured zerofill | Sebastian Berg | 2023-04-20 | 6 | -92/+202 |
| | * | | | | TYP,BUG: Add annotations for missing `max`, `min` and `round` aliases | Bas van Beek | 2023-05-08 | 1 | -0/+4 |
| | * | | | | TYP: Let `np.einsum` accept `object` dtypes | Bas van Beek | 2023-05-08 | 1 | -5/+48 |
| | * | | | | Merge pull request #23713 from seberg/uint-int-comparisons | Charles Harris | 2023-05-06 | 5 | -23/+173 |
| | |\ \ \ \ | |||||
| | | * | | | | ENH: Make signed/unsigned integer comparisons exact | Sebastian Berg | 2023-05-04 | 5 | -23/+173 |
| | * | | | | | Bug: Fix compilation of halffloat with gcc 13.1 | Sayed Adel | 2023-05-04 | 2 | -1/+2 |
| | * | | | | | Merge pull request #23435 from r-devulap/spr-simd-sort | Matti Picus | 2023-05-04 | 2 | -4/+12 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | ENH: Use x86-simd-sort to disptch avx512_qsort<_Float16> | Raghuveer Devulapalli | 2023-04-05 | 1 | -4/+12 |
| | | * | | | | | MAINT: Update x86-simd-sort to latest commit | Raghuveer Devulapalli | 2023-04-05 | 1 | -0/+0 |
| | * | | | | | | Merge pull request #23699 from ngoldbaum/repeat-remove-array-incref | Sebastian Berg | 2023-05-03 | 2 | -14/+101 |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | | * | | | | | TST: test object dtype in test_repeat | Nathan Goldbaum | 2023-05-03 | 1 | -2/+3 |
| | | * | | | | | MAINT: apply specialization optimization | Nathan Goldbaum | 2023-05-02 | 1 | -23/+83 |
| | | * | | | | | MAINT: refactor to use chunked casts | Nathan Goldbaum | 2023-05-02 | 1 | -8/+9 |
| | | * | | | | | MAINT: refactor PyArray_Repeat to avoid PyArray_INCREF | Nathan Goldbaum | 2023-05-02 | 1 | -2/+27 |
| | * | | | | | | Merge pull request #22137 from Micky774/enable_simd | Matti Picus | 2023-05-03 | 3 | -53/+312 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled features | Meekail Zain | 2023-04-08 | 3 | -53/+312 |
| | * | | | | | | | Merge pull request #23700 from rossbar/doc/fix-23664 | Sebastian Berg | 2023-05-02 | 1 | -8/+7 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | DOC: add back reference. | Ross Barnowski | 2023-05-02 | 1 | -3/+3 |
| | | * | | | | | | | DOC: fix reference formatting. | Ross Barnowski | 2023-05-02 | 1 | -3/+3 |
| | | * | | | | | | | DOC: fix indexing inconsistency in outer docstring. | Ross Barnowski | 2023-05-02 | 1 | -6/+5 |
| | * | | | | | | | | xfail underflowing scalar sin | Chris Sidebottom | 2023-05-02 | 1 | -0/+4 |
| | * | | | | | | | | Add test case for underflow exception | Chris Sidebottom | 2023-05-02 | 1 | -0/+10 |
| | * | | | | | | | | BUG: Correct sin/cos float64 range check functions | Chris Sidebottom | 2023-05-02 | 1 | -2/+2 |
| | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #23528 from seberg/allow-backcomp-builds | Matti Picus | 2023-04-28 | 10 | -57/+155 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Apply suggestions from code review | Sebastian Berg | 2023-04-28 | 1 | -2/+2 |
