summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-2/+2
* Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-292-2/+2
|\
| * MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-252-2/+2
* | ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-281-6/+8
* | Update numpy/core/tests/test_dtype.pySebastian Berg2022-11-271-1/+1
* | BUG: Ensure string aliases `"int0"`, etc. remain valid for nowSebastian Berg2022-11-251-0/+9
* | Merge pull request #22638 from seberg/machar-deprCharles Harris2022-11-221-6/+2
|\ \
| * | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-221-6/+2
* | | ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-211-0/+56
* | | Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-0/+70
|\ \ \ | |/ / |/| |
| * | ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-0/+70
* | | Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-212-24/+29
|\ \ \ | |_|/ |/| |
| * | BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-171-1/+2
| * | DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-172-24/+28
* | | TST: Rename setup to setup_method in _locales (#22616)Stefan van der Walt2022-11-171-2/+2
|/ /
* | Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-161-0/+133
|\ \
| * | MAINT: Adopt changes from Stuart's reviewSebastian Berg2022-10-271-5/+1
| * | BUG: Fix error checking of _get_strided_Loop fixed_stridesSebastian Berg2022-10-271-0/+23
| * | TST: Skip ufunc loop access if `ctypes.pythonapi` is unavailableSebastian Berg2022-10-121-2/+3
| * | ENH: Allow reductions in `np.add.resolve_dtypes`Sebastian Berg2022-10-121-0/+16
| * | TST: Add basic tests for lowlevel access (including direct loop call)Sebastian Berg2022-10-121-0/+97
* | | Merge pull request #21895 from hoodmane/emscripten-ciRalf Gommers2022-11-1514-10/+67
|\ \ \
| * | | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-1114-10/+67
* | | | Merge pull request #22566 from seberg/ObjectType-fixupCharles Harris2022-11-101-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix use and errorchecking of ObjectType useSebastian Berg2022-11-091-6/+18
* | | | Merge pull request #22540 from seberg/finalize-dtype-deprCharles Harris2022-11-092-33/+29
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Expire deprecation of dtype/signature allowing instancesSebastian Berg2022-11-072-33/+29
* | | | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)Sebastian Berg2022-11-072-27/+17
* | | | API: Always use BufferError when dlpack export failsSebastian Berg2022-11-071-5/+5
|/ / /
* | | Merge pull request #22478 from seberg/integer-scalar-warningsMatti Picus2022-10-311-0/+2
|\ \ \
| * | | BUG: `-unsigned_int(0)` no overflow warningSebastian Berg2022-10-271-0/+2
* | | | Merge pull request #22485 from seberg/issue-21169Charles Harris2022-10-281-13/+9
|\ \ \ \
| * | | | TST: Make test_partial_iteration_cleanup robust but require leak checkerSebastian Berg2022-10-271-13/+9
* | | | | TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-2713-51/+51
|/ / / /
* | | | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-2613-79/+81
|/ / /
* | | Merge pull request #22458 from seberg/nditer-allow-all-allocatedCharles Harris2022-10-231-3/+13
|\ \ \
| * | | ENH: Allow all allocated operands in nditer/NpyIterSebastian Berg2022-10-201-3/+13
* | | | Merge pull request #16507 from seberg/nditer-writemask-reduce-maintMatti Picus2022-10-201-0/+29
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Do not allow nditer to reduce the maskSebastian Berg2022-06-091-0/+29
* | | | MAINT: Minor include fixup in scalarmath after rebase and comment fixupSebastian Berg2022-10-121-1/+2
* | | | DOC,TST: Improve overflow error message and adjust testSebastian Berg2022-10-121-1/+2
* | | | TST: Cover additional NEP 50 scalar pathsSebastian Berg2022-10-121-0/+22
* | | | TST: Add test to cover complex to complex64 downcast in weak promotionSebastian Berg2022-10-121-0/+9
* | | | TST: Rebustify NEP 50 integer tests for windows and 32bit linuxSebastian Berg2022-10-121-1/+14
* | | | TST: Improve tests for python integer special casesSebastian Berg2022-10-121-9/+43
* | | | BUG: Ensure new-style promotion is not accidentally used for some intsSebastian Berg2022-10-121-0/+9
* | | | MAINT: Make mem-overlap tests weak scalar promotion readySebastian Berg2022-10-121-1/+1
* | | | TST: Fix int overflow test for windows platforms where message differsSebastian Berg2022-10-121-1/+2
* | | | ENH: Get correct integer conversion into ufuncsSebastian Berg2022-10-121-3/+6
* | | | ENH: Implement safe integers and weak python scalars for scalarsSebastian Berg2022-10-121-1/+16
| |/ / |/| |