summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-131-28/+33
|\
| * TST: add test for 5e6e5863 (issue gh-23492)mattip2023-03-301-1/+4
| * DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-15/+8
| * MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-7/+7
| * Add regression test for gh-22845Developer-Ecosystem-Engineering2022-12-211-0/+11
| * TST: Adapt test for modification to == and != deprecation/futurewarningSebastian Berg2022-12-011-4/+1
| * TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* | DEP: Deprecate `np.find_common_type`Sebastian Berg2022-11-071-1/+3
|/
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-13/+13
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-3/+3
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-9/+9
* TST: Modified tests to reflect new overflowganesh-k132022-06-111-1/+1
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-6/+0
* MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477)Matti Picus2022-05-171-1/+0
* ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-0/+2
* MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-6/+6
* TST: Pyston has no recursion limit and the refcount of "immortal" objects is ...slepton2021-07-071-2/+2
* For Pyston the refcount of "immortal" objects is set to ~infinityslepton2021-07-071-2/+4
* Skip test for RecursionError on Pyston, since it disables recursion checkingslepton2021-07-041-0/+2
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-3/+1
* MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-191-1/+1
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-121-8/+8
* TST: Test for ufunc orders. Reg (#18075)Ganesh Kathiresan2021-04-121-0/+33
* Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-2/+2
|\
| * MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-161-2/+2
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* | TST: Fix some uninitialized memory in the testsSebastian Berg2021-03-111-1/+2
* | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-1/+3
|/
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+2
* MAINT: Replace uses of PyString_AsString.Charles Harris2020-09-031-0/+10
* BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 maxPauli Virtanen2020-08-211-1/+14
* TST: Add tests for bugs fixed in gh-17068.Charles Harris2020-08-191-0/+13
* BUG: Fix string/bytes to complex assignmentSebastian Berg2020-07-201-2/+3
* BUG: Do not inherit flags from the structured part of a union dtypeSebastian Berg2020-07-121-0/+4
* TST: Small test adjustmentsSebastian Berg2020-07-081-1/+2
* DEP: Remove deprecated numeric types and deprecate remaining (#16554)Sebastian Berg2020-06-101-7/+0
* BUG: Fix lexsort axis checkvrakesh2020-04-211-0/+5
* TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-0/+1
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-4/+2
* BUG: Break on all errors when performing strided casts. (gh-15827)Brandt Bucher2020-03-241-0/+2
* md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
* TST: Add failing regression test for unsafe casts.Brandt Bucher2020-03-231-1/+5
* BUG: Use ``__array__`` during dimension discoverySebastian Berg2020-02-051-0/+21
* STY: use `with open` when possibleSeth Troisi2020-01-211-15/+12
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-5/+6
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-71/+39
* TST: move _no_tracing to testing._privatemattip2020-01-151-2/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-6/+6
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0