summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_scalarmath.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-1/+2
* TST: Explicitly ignore promotion issues for array**2 in hypothesis testSebastian Berg2023-01-241-1/+6
* TST: Expand scalar/umath comparison tests especially for dtypesSebastian Berg2023-01-241-12/+42
* BUG: Fix infinite recursion in longdouble/large integer scalar opsSebastian Berg2022-12-131-8/+10
* MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-1/+1
* BUG: `-unsigned_int(0)` no overflow warningSebastian Berg2022-10-271-0/+2
* Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-3/+4
|\
| * TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-3/+4
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
|/
* ENH,MAINT: Add overflow handling for negative integers scalar multiplication ...Meekail Zain2022-07-171-2/+1
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-0/+1
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: More promotion change adaptions and warning filteringSebastian Berg2022-06-151-0/+1
* | ENH: add overflow handling for scalar `negative` operation (#21790)Meekail Zain2022-06-181-3/+8
|/
* ENH: issue overflow warning when using `abs` on `np.int8(-128)` (#21648)Meekail Zain2022-06-131-4/+6
* BUG: Fix complex+longdouble and broken subclass handlingSebastian Berg2022-05-161-9/+43
* Merge pull request #21188 from seberg/scalar-math-rewriteMatti Picus2022-05-071-9/+170
|\
| * MAINT: Remove the attempt to defer to more precise (non direct) subclassesSebastian Berg2022-04-281-27/+4
| * TST: XFail richcompare subclass test on PyPySebastian Berg2022-04-281-0/+3
| * BUG: Move FPE clearing to work around issue on clangSebastian Berg2022-04-281-1/+1
| * Update numpy/core/tests/test_scalarmath.pySebastian Berg2022-04-241-1/+1
| * TST: Add subclass related testsSebastian Berg2022-04-241-0/+96
| * TST: Add hypothesis test to ensure ufuncs and scalars agreeSebastian Berg2022-04-241-10/+44
| * TST: Add test for integer scalar "FPEs" (overflow and div by zero)Sebastian Berg2022-04-241-1/+50
* | TST: Remove most prints from the test suit runSebastian Berg2022-05-051-3/+1
|/
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-5/+5
* STY: Wrap long lines.DWesl2021-12-091-2/+8
* BLD: Re-enable the function overrides on old Cygwin.DWesl2021-12-091-0/+15
* BLD: Use the new hypotl on Cygwin.DWesl2021-12-091-8/+0
* MAINT: remove unused importsAlessia Marcolini2021-10-081-2/+2
* MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-2/+2
* TST: Add cygwin build to CI (#18330)DWesl2021-07-201-0/+8
* ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536)Stephannie Jimenez Gacha2021-07-191-2/+4
* MAINT: Adjust NumPy float hashing to Python's slightly changed hashSebastian Berg2021-05-041-0/+34
* MAINT: Allow more recursion depth for scalar tests.Charles Harris2021-04-111-2/+2
* Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-3/+3
|\
| * Apply suggestions from code review Bas van Beek2021-01-161-1/+1
| * MAINT: Remove a redundant use of `sctypeDict`Bas van Beek2021-01-161-2/+2
| * MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-161-2/+2
* | BUG: fix segfault in object/longdouble operationsAnne Archibald2021-03-281-0/+81
|/
* TST: Change big parametrized loop to nested small parametrized loops.DWesl2021-01-031-14/+2
* TST: Turn some tests with loos into parametrized tests.DWesl2021-01-011-27/+39
* BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-051-0/+7
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-15/+15
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* API: Forbid Q<->m safe castingEric Wieser2019-10-161-1/+11
* MAINT: Respond to review comments on gh-7473Eric Wieser2019-09-131-25/+21
* Merge tag 'branch-points/1.17.x' into HEADEric Wieser2019-09-131-1/+1
|\
| * BUG: ppc is using IBM double doubleAndreas Schwab2019-03-051-1/+1