summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_scalar_methods.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-10/+0
* WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-1/+3
* TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-071-0/+10
* Remove workaround for gh-9968 from test_roundtrip.Gregory P. Smith [Google LLC]2022-08-081-3/+2
* ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+18
* ENH: Add special-casing for `complexfloating` so that it can take 2 parametersBas van Beek2021-09-181-2/+6
* TST: Expand the `__class_getitem__` test coverage for python 3.8Bas van Beek2021-09-161-0/+8
* MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-161-0/+12
* ENH: Add `number.__class_getitem__`Bas van Beek2021-09-151-0/+31
* ENH: Add `integer.is_integer`Bas van Beek2021-08-311-1/+5
* TST: Add tests for `np.floating.is_integer`Bas van Beek2021-08-311-0/+22
* API: Ensure that casting does not affect ufunc loopSebastian Berg2021-04-301-1/+2
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-6/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* TST: use smaller tests for PR 10741.Tyler Reddy2019-04-181-46/+76
* ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-101-0/+79