summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23763 from seberg/nep50-fixes-part2Charles Harris2023-05-161-0/+44
|\
| * MAINT: Address Marten's reviewSebastian Berg2023-05-151-1/+13
| * BUG: Fix weak scalar logic for large ints in ufuncsSebastian Berg2023-05-151-0/+32
* | Merge pull request #23659 from seberg/issue-23029Charles Harris2023-05-161-1/+18
|\ \ | |/ |/|
| * TST: Skip test on older Python versions which use `__name__`Sebastian Berg2023-04-251-0/+6
| * ENH: Restore TypeError cleanup in array function dispatchingSebastian Berg2023-04-251-1/+12
* | Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-1347-1095/+2944
|\ \
| * | BUG: typo, lintingmattip2023-05-111-1/+0
| * | add fast path for str(scalar_int)mattip2023-05-101-1/+3
| * | Merge pull request #23713 from seberg/uint-int-comparisonsCharles Harris2023-05-061-0/+58
| |\ \
| | * | ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-041-0/+58
| * | | Merge pull request #23699 from ngoldbaum/repeat-remove-array-increfSebastian Berg2023-05-031-2/+3
| |\ \ \ | | |/ / | |/| |
| | * | TST: test object dtype in test_repeatNathan Goldbaum2023-05-031-2/+3
| * | | Merge pull request #22137 from Micky774/enable_simdMatti Picus2023-05-031-2/+216
| |\ \ \
| | * | | ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled featuresMeekail Zain2023-04-081-2/+216
| * | | | xfail underflowing scalar sinChris Sidebottom2023-05-021-0/+4
| * | | | Add test case for underflow exceptionChris Sidebottom2023-05-021-0/+10
| | |/ / | |/| |
| * | | Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-281-0/+1
| |\ \ \
| | * | | TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-041-0/+1
| * | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-282-27/+119
| |\ \ \ \
| | * | | | fixes from reviewmattip2023-04-271-0/+15
| | * | | | TST: add test for 5e6e5863 (issue gh-23492)mattip2023-03-301-1/+4
| | * | | | TST: fix tests for einsum returning a python objectmattip2023-03-301-2/+6
| | * | | | PR_fixes_1iamsoto2023-03-292-333/+94
| | * | | | WIP: Adding Object dtype to einsumiamsoto2023-03-291-0/+309
| | |/ / /
| * | | | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-282-14/+14
| |\ \ \ \
| | * | | | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-292-14/+14
| * | | | | Merge pull request #23666 from seberg/subarray-cleanupMatti Picus2023-04-273-45/+28
| |\ \ \ \ \
| | * | | | | DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-262-42/+25
| | * | | | | MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypesSebastian Berg2023-04-261-3/+3
| * | | | | | Merge pull request #23358 from seberg/dtype-class-in-typesMatti Picus2023-04-271-2/+30
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-121-5/+5
| | * | | | | TST: Update test due to windows Int vs intc name differenceSebastian Berg2023-04-121-2/+6
| | * | | | | API: Add `numpy.types` module and fill it with DType classesSebastian Berg2023-04-121-2/+26
| * | | | | | Merge pull request #23660 from seberg/finalize-sequence-array-likeCharles Harris2023-04-252-91/+13
| |\ \ \ \ \ \
| | * | | | | | DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-252-91/+13
| | | |_|_|_|/ | | |/| | | |
| * | | | | | ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-251-12/+25
| |/ / / / /
| * | | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-202-8/+29
| * | | | | Merge pull request #23557 from mhvk/arrayprint-subformat-use-thresholdMarten van Kerkwijk2023-04-191-1/+38
| |\ \ \ \ \
| | * | | | | ENH: Use threshold also inside SubArrayFormat.Marten van Kerkwijk2023-04-071-1/+38
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcastSebastian Berg2023-04-121-0/+28
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-061-0/+28
| * | | | | TST: try readding test_new_policy on muslAndrew Nelson2023-04-111-2/+1
| * | | | | Merge pull request #23555 from ngoldbaum/deprecate-np-mathRalf Gommers2023-04-081-0/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-071-0/+9
| | | |_|/ | | |/| |
| * | | | BUG: fix loading and storing big arrays on s390xAleksei Nikiforov2023-03-301-0/+7
| |/ / /
| * | | BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-281-0/+16
| * | | BUG: in the fastest path form ufunc.at, properly increment args[2]mattip2023-03-271-0/+11
| * | | TST: Fix failing test (introduced deprecation after written)Sebastian Berg2023-03-261-2/+2
| * | | Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-11/+66
| |\ \ \