summaryrefslogtreecommitdiff
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-053-1/+83
* Merge pull request #22931 from rossbar/fix-gh-22825Sebastian Berg2023-01-051-0/+4
|\
| * TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-041-0/+4
* | Merge pull request #22927 from felixxm/travisRalf Gommers2023-01-041-1/+1
|\ \ | |/ |/|
| * MAINT: Remove distutils usage in travis-test.sh.Mariusz Felisiak2023-01-041-1/+1
|/
* TST: split long ufunc.at test (#22918)Matti Picus2023-01-031-13/+12
* Merge pull request #22917 from mattip/NPY_DISABLE_CPU_FEATURESSayed Adel2023-01-033-6/+22
|\
| * DOC: move section (from review) [skip ci]mattip2023-01-033-26/+19
| * DOC: document NPY_DISABLE_CPU_FEATURESmattip2023-01-032-3/+26
* | Merge pull request #22889 from mattip/speedup-ufunc.at-mainSebastian Berg2023-01-035-220/+402
|\ \
| * | MAINT: test broadcasting; test, fix output casting (from review)mattip2023-01-032-4/+18
| * | BENCH: use intp dtype when indexingMatti Picus2023-01-031-1/+1
| * | 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-262-10/+95
| * | 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
* | | Merge pull request #22902 from charris/remove-python-3.8Sebastian Berg2023-01-037-51/+66
|\ \ \ | |_|/ |/| |
| * | MAINT: Replace Python3.8 by Python3.9.Charles Harris2022-12-297-51/+66
* | | Merge pull request #22886 from HaoZeke/docBenchVersionsMatti Picus2023-01-021-2/+33
|\ \ \
| * | | DOC: linting, spellingMatti Picus2023-01-021-1/+2
| * | | DOC: describe the quick commandMatti Picus2023-01-021-2/+3
| * | | DOC: Update to clarify local benchmark testingRohit Goswami2023-01-011-0/+11
| * | | DOC: Update to remove benchmark contributionsRohit Goswami2022-12-311-4/+3
| * | | DOC: Cleanup and simplify with ASVRohit Goswami2022-12-261-5/+4
| * | | DOC: Add details on benchmarking versionsRohit Goswami2022-12-261-0/+20
* | | | 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
|\ \ \ \
| * | | | Rekick againLee Johnston2022-12-310-0/+0
| * | | | Rekick CI after authorizing circleci appLee Johnston2022-12-310-0/+0
| * | | | Rekick CI buildLee Johnston2022-12-310-0/+0
| * | | | 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 #22901 from j3soon/hotfix/issue-templateMatti Picus2022-12-291-1/+1
|\ \ \ \