summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move export for scipy arm64 helper into main moduleSebastian Berg2023-01-054-19/+18
* ENH: Create string dtype instances from the abstract dtype (#22923)Nathan Goldbaum2023-01-052-1/+76
* TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-041-0/+4
* TST: split long ufunc.at test (#22918)Matti Picus2023-01-031-13/+12
* Merge pull request #22889 from mattip/speedup-ufunc.at-mainSebastian Berg2023-01-034-220/+392
|\
| * MAINT: test broadcasting; test, fix output casting (from review)mattip2023-01-032-4/+18
| * MAINT: remove overly-cautious check (from review)mattip2023-01-031-16/+10
| * TST: use clean copiesmattip2023-01-031-5/+8
| * MAINT: add missing test cases (from review)mattip2023-01-032-6/+33
| * MAINT: improve coverage of slow path by using a user-defined dtypemattip2023-01-031-2/+9
| * MAINT: remove dead code path (from review)mattip2023-01-031-6/+0
| * MAINT: enable fast_path in more cases (from review)mattip2023-01-032-18/+8
| * Revert "MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot l...mattip2023-01-022-24/+8
| * use 4 for float, 2 for double in fast-path countmattip2022-12-291-1/+2
| * use better semantics for calling PyArray_DiscardWritebackIfCopymattip2022-12-291-1/+1
| * lower limit to 2, improves benchmarksmattip2022-12-281-1/+1
| * fix for non-generic_legacy loppsmattip2022-12-281-0/+4
| * MAINT: do not try SIMD arithmetic loops if count < 4mattip2022-12-281-1/+1
| * MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot loopmattip2022-12-282-8/+24
| * add fast iter loop and benchmarkmattip2022-12-261-10/+85
| * refactor part that does the iteration into functionmattip2022-12-261-177/+188
| * refactor ufunc_at in preparation for breaking it into sub-functionsMatti Picus2022-12-261-194/+225
| * ENH: find the place to add a fast path for ufunc_atMatti Picus2022-12-262-1/+22
* | BUG: Fixes for numpy.testing.overrides (#22879)Nathan Goldbaum2023-01-022-1/+5
* | Merge pull request #22905 from l-johnston/add_linspace_testMatti Picus2023-01-021-0/+9
|\ \
| * | TST: Add linspace test case for any_step_zero and not _mult_inplaceLee Johnston2022-12-301-0/+9
* | | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-013-1/+24
* | | Merge pull request #22777 from pkubaj/patch-1Sayed Adel2022-12-312-4/+20
|\ \ \ | |/ / |/| |
| * | ENH: Detect CPU features on FreeBSD/powerpc64*pkubaj2022-12-302-4/+20
* | | DOC: Add blurb about rotation direction to rot90 docstring (#22880)Matthew Muresan2022-12-291-0/+2
* | | Merge pull request #22891 from ev-br/argmin_tests_repeatSebastian Berg2022-12-271-16/+16
|\ \ \ | |_|/ |/| |
| * | TST: tests/core/test_multiarray:TestArg{Min,Max}Evgeni Burovski2022-12-261-16/+16
* | | BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-253-25/+43
* | | BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-252-4/+55
* | | revert detection for meson.buildmattip2022-12-252-1/+24
* | | MAINT: restore npymath implementations needed for freebsdmattip2022-12-253-18/+446
* | | Merge pull request #22861 from Developer-Ecosystem-Engineering/convert_non_bo...Matti Picus2022-12-232-4/+39
|\ \ \
| * | | Update logical_and to avoid extra mask ops in AVX512Developer-Ecosystem-Engineering2022-12-211-16/+28
| * | | Add regression test for gh-22845Developer-Ecosystem-Engineering2022-12-211-0/+11
| * | | BUG, SIMD: Restore behavior converting non bool input to 0x00/0xffDeveloper-Ecosystem-Engineering2022-12-211-0/+12
* | | | Merge pull request #22869 from seberg/issue-22835Charles Harris2022-12-221-0/+2
|\ \ \ \
| * | | | TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
* | | | | TST: Fixup string cast test to not use `tiny`Sebastian Berg2022-12-221-2/+2
* | | | | Merge pull request #22851 from seiko2plus/issue_22841Sebastian Berg2022-12-223-26/+57
|\ \ \ \ \
| * | | | | MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL*Sayed Adel2022-12-221-13/+0
| * | | | | BUG, SIMD: Fix memory overlap on comparison accumulateSayed Adel2022-12-212-13/+57
| |/ / / /
* | | | | Merge pull request #22853 from mattip/issuesCharles Harris2022-12-211-31/+9
|\ \ \ \ \
| * | | | | MAINT: expand show_rutime, add it to issue template [skip ci]mattip2022-12-211-31/+9
| |/ / / /
* | | | | Merge pull request #22855 from seberg/issue-22843Charles Harris2022-12-213-4/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Fortify string casts against floating point warningsSebastian Berg2022-12-213-4/+24
| |/ / /