summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | MAINT: Remove all nose testing support.Charles Harris2023-01-192-212/+1
| * | | | | | MAINT: dtype.name works for NEP 42 dtypesNathan Goldbaum2023-01-192-1/+8
| * | | | | | DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-192-0/+15
| | |/ / / / | |/| | | |
| * | | | | BUG: Impelement `ArrayFunctionDispatcher.__get__`Sebastian Berg2023-01-182-1/+49
| |/ / / /
| * | | | Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-172-25/+22
| |\ \ \ \
| | * | | | DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-172-25/+22
| * | | | | Merge pull request #23020 from seberg/faster-array-functionCharles Harris2023-01-179-331/+506
| |\ \ \ \ \
| | * | | | | DOC: Adept internal docs a bit based on reviewSebastian Berg2023-01-171-2/+4
| | * | | | | TST: Cover some more internal array-function code pathsSebastian Berg2023-01-171-0/+50
| | * | | | | STY: Make linter happy in numeric.py changesSebastian Berg2023-01-171-2/+5
| | * | | | | BUG: Fix refcounting issues in C-side `like=` implementationSebastian Berg2023-01-171-10/+15
| | * | | | | MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-172-2/+2
| | * | | | | MAINT: Move some others functions to use fastcallSebastian Berg2023-01-171-23/+30
| | * | | | | MAINT: Move concatenate to fastcall protocolSebastian Berg2023-01-171-6/+12
| | * | | | | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-176-302/+404
| * | | | | | BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)Khem Raj2023-01-172-3/+13
| |/ / / / /
| * | | | | BLD, SIMD: Pad asm to avoid C99 complains on CLANGSayed Adel2023-01-161-3/+3
| |/ / / /
| * | | | Merge pull request #22998 from seberg/dep-positive-finalizeCharles Harris2023-01-112-45/+2
| |\ \ \ \
| | * | | | DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-112-45/+2
| * | | | | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
| |/ / / /
| * | | | DOC: Fix gh-22990 by correcting docstring of result_typeOleksandr Pavlyk2023-01-101-1/+1
| * | | | Merge pull request #22986 from seberg/issue-22984Charles Harris2023-01-102-5/+54
| |\ \ \ \
| | * | | | BUG: Ensure correct loop order in sin, cos, and arctan2Sebastian Berg2023-01-102-5/+54
| * | | | | ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-104-36/+100
| |/ / / /
| * | | | Merge pull request #22980 from charris/fix-clang-suggestionsRalf Gommers2023-01-101-2/+2
| |\ \ \ \
| | * | | | MAINT: Fix some noisy clang suggestions.Charles Harris2023-01-091-2/+2
| * | | | | DOC: remove extraneous backtick from warning (#22981)Eddie Darling2023-01-091-1/+1
| |/ / / /
| * | | | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-082-0/+12
| * | | | Merge pull request #22939 from seberg/arm64-symbol-export-helpMatti Picus2023-01-074-19/+18
| |\ \ \ \
| | * | | | MAINT: Move export for scipy arm64 helper into main moduleSebastian Berg2023-01-054-19/+18
| * | | | | Merge pull request #22947 from seberg/attribute-error-helpMatti Picus2023-01-071-0/+15
| |\ \ \ \ \
| | * | | | | MAINT: Add additional information to missing scalar AttributeErrorSebastian Berg2023-01-051-0/+15
| * | | | | | BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clangSayed Adel2023-01-061-2/+27
| | |/ / / / | |/| | | |
| * | | | | ENH: Create string dtype instances from the abstract dtype (#22923)Nathan Goldbaum2023-01-052-1/+76
| | |/ / / | |/| | |
| * | | | 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