summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_numerictypes.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-131-4/+6
|\
| * MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-2/+3
| * DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-171-2/+3
* | DEP: Deprecate `np.find_common_type`Sebastian Berg2022-11-071-5/+10
|/
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-2/+4
* ENH: Add 'ulong' to sctypeDict (#21151)Geoffrey Gunter2022-03-141-0/+7
* DEP: Make issubdtype consistent for types and dtypes (#15773)Sebastian Berg2020-03-221-0/+29
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-1/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-13/+13
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge pull request #10151 from eric-wieser/integer-type-__name__Matti Picus2019-09-121-0/+29
|\
| * BUG: Ensure scalar types have unique `__name__`sEric Wieser2019-09-111-0/+29
* | TEST: update for PyPymattip2019-04-171-1/+2
* | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+2
|/
* TST: expand cases in test_issctype()Tyler Reddy2018-10-091-0/+3
* TST: add unit test for issctypeTyler Reddy2018-10-071-0/+12
* TST: Add tests for np.sctype2charEric Wieser2018-09-221-0/+30
* DOC: add docstrings for numeric types (#11858)Yannick Jadoul2018-09-181-0/+10
* Merge pull request #11921 from eric-wieser/fix-bitnameCharles Harris2018-09-111-0/+5
|\
| * MAINT: Don't use `__name__` to inspect type informationEric Wieser2018-09-101-0/+5
* | Merge pull request #11922 from eric-wieser/test-maximum_sctypeCharles Harris2018-09-101-0/+27
|\ \ | |/
| * TST: Add tests for maximum_sctypeEric Wieser2018-09-091-0/+27
* | TST: Fix 'def' of core/tests/test_numerictypes.py::TestSctypeDict test class ...Yannick Jadoul2018-09-101-1/+1
|/
* BUG: f8 randomly points to double or longdouble depending on non-deterministi...Eric Wieser2018-06-141-0/+6
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* BUG: dtypes are ignored and downcast in issubdtypeEric Wieser2017-08-051-0/+25
* BUG: abstract types did not compare correctly with issubdtypeEric Wieser2017-08-051-0/+7
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-52/+52
* MAINT: Remove asunicode where a u prefix would sufficeEric Wieser2017-03-251-3/+2
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-3/+3
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-2/+5
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-4/+9
* WIP,TST: Fix tests to match new behaviourSebastian Berg2014-02-061-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-22/+22
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* TST: replace TestCase.assert_ (deprecated in Python 3.2) with assertTrue.rgommers2011-03-021-32/+32
* WHT: Whitespace cleanup.Charles Harris2011-01-231-1/+1
* 3K: core: fix a few str vs bytes issues in testsPauli Virtanen2010-02-211-1/+4
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-1/+1
* 3K: core: adjust some tests vs. str/bytes and int inheritance issuesPauli Virtanen2010-02-201-2/+3
* BUG: fix comparison between tuple and int in test_numerictypes.pyPauli Virtanen2009-12-061-1/+1
* Fix #728 again. This time don't use max on a partially-ordered set.Travis Oliphant2009-07-161-2/+2
* Add multiple-field access by making a copy of the array and filling with the ...Travis Oliphant2009-02-121-0/+10
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-4/+4
* ran reindentJarrod Millman2008-08-081-2/+1