summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-261-42/+0
* DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-251-86/+0
* DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-201-0/+12
* DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-071-0/+9
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-2/+17
* DEP: deprecate `np.round_`Ralf Gommers2023-02-281-0/+6
* Merge pull request #23041 from charris/remove-nose-testingMatti Picus2023-01-201-212/+0
|\
| * MAINT: Remove all nose testing support.Charles Harris2023-01-191-212/+0
* | DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-191-0/+6
|/
* DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-111-6/+0
* MAINT: Add additional information to missing scalar AttributeErrorSebastian Berg2023-01-051-0/+15
* TST: Remove old deprecation test and convert/add new onesSebastian Berg2022-12-011-74/+0
* DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-221-6/+2
* 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-171-22/+25
* Merge pull request #22540 from seberg/finalize-dtype-deprCharles Harris2022-11-091-33/+0
|\
| * DEP: Expire deprecation of dtype/signature allowing instancesSebastian Berg2022-11-071-33/+0
* | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)Sebastian Berg2022-11-071-25/+0
|/
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-4/+4
* TST: Add deprecation tests for out-of-bound pyint conversion deprecationSebastian Berg2022-10-051-0/+34
* DEP: Finalize ragged array creation deprecationSebastian Berg2022-07-171-42/+0
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-1/+1
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+6
* DOC: Update the loadtxt int-via-float deprecation warning messageSebastian Berg2022-06-071-1/+1
* TST: Add deprecation testcase for int-via-float in loadtxtSebastian Berg2022-06-031-0/+19
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-3/+0
* DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)Saswat Das2022-05-191-0/+8
* API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-8/+0
* DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-141-16/+0
* DEP: Removed deprecated error clearingAndrew Murray2022-01-171-18/+0
* DEP: warn that __array_finalize__ = None is deprecatedMarten van Kerkwijk2022-01-091-0/+11
* ENH: Support for changing dtype in non-C-contiguous viewsJoseph R. Fox-Rabinovitz2022-01-051-14/+0
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-12/+0
* DEP: remove deprecated `np.alen` functionRalf Gommers2021-11-211-5/+0
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-1/+21
* DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
* TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20
* DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-0/+4
* DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-0/+3
* DEP: Deprecate `np.MachAr`Bas van Beek2021-10-261-0/+8
* BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000)Bas van Beek2021-10-021-0/+23
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* Merge pull request #19632 from seberg/signature-dtype-dep-fixupCharles Harris2021-08-121-0/+33
|\
| * BUG,DEP: Non-default UFunc signature/dtype usage should be deprecatedSebastian Berg2021-08-091-0/+33
* | DEP: Remove deprecated numeric style dtype strings (#19539)NectDz2021-08-101-15/+0
|/
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-35/+0
* DEP: Deprecate error clearing for special method in array-coercion (#19001)Sebastian Berg2021-05-191-0/+18
* DEP: Deprecate 4 `ndarray.ctypes` methods (#19031)Bas van Beek2021-05-181-1/+20
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-121-4/+1
* API,DEP: Move ufunc signature parsing to the startSebastian Berg2021-04-081-0/+34