| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP: Finalize subarray from non-subarray creation futurewarning | Sebastian Berg | 2023-04-26 | 1 | -42/+0 |
* | DEP: Finalize checking for sequence-like if something is array-like | Sebastian Berg | 2023-04-25 | 1 | -86/+0 |
* | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615) | Nico Schlömer | 2023-04-20 | 1 | -0/+12 |
* | DEP: deprecate np.math and np.lib.math | Nathan Goldbaum | 2023-04-07 | 1 | -0/+9 |
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -2/+17 |
* | DEP: deprecate `np.round_` | Ralf Gommers | 2023-02-28 | 1 | -0/+6 |
* | Merge pull request #23041 from charris/remove-nose-testing | Matti Picus | 2023-01-20 | 1 | -212/+0 |
|\ |
|
| * | MAINT: Remove all nose testing support. | Charles Harris | 2023-01-19 | 1 | -212/+0 |
* | | DEP: deprecate np.finfo(None) (#23011) | Daiki Shintani | 2023-01-19 | 1 | -0/+6 |
|/ |
|
* | DEP: Finalize `+arr` returning a copy e.g. for string arrays | Sebastian Berg | 2023-01-11 | 1 | -6/+0 |
* | MAINT: Add additional information to missing scalar AttributeError | Sebastian Berg | 2023-01-05 | 1 | -0/+15 |
* | TST: Remove old deprecation test and convert/add new ones | Sebastian Berg | 2022-12-01 | 1 | -74/+0 |
* | DEP: Finalize MachAr and machar deprecations | Sebastian Berg | 2022-11-22 | 1 | -6/+2 |
* | BUG: Fixup warning giving and remove MachAr from docs | Sebastian Berg | 2022-11-17 | 1 | -1/+2 |
* | DEP: Next step in scalar type alias deprecations/futurewarnings | Sebastian Berg | 2022-11-17 | 1 | -22/+25 |
* | Merge pull request #22540 from seberg/finalize-dtype-depr | Charles Harris | 2022-11-09 | 1 | -33/+0 |
|\ |
|
| * | DEP: Expire deprecation of dtype/signature allowing instances | Sebastian Berg | 2022-11-07 | 1 | -33/+0 |
* | | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541) | Sebastian Berg | 2022-11-07 | 1 | -25/+0 |
|/ |
|
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 1 | -4/+4 |
* | TST: Add deprecation tests for out-of-bound pyint conversion deprecation | Sebastian Berg | 2022-10-05 | 1 | -0/+34 |
* | DEP: Finalize ragged array creation deprecation | Sebastian Berg | 2022-07-17 | 1 | -42/+0 |
* | ENH: Implement string comparison ufuncs (or almost) (#21041) | Sebastian Berg | 2022-06-10 | 1 | -1/+1 |
* | TST: Fixup loadtxt int-via-float tests when in release mode | Sebastian Berg | 2022-06-09 | 1 | -0/+6 |
* | DOC: Update the loadtxt int-via-float deprecation warning message | Sebastian Berg | 2022-06-07 | 1 | -1/+1 |
* | TST: Add deprecation testcase for int-via-float in loadtxt | Sebastian Berg | 2022-06-03 | 1 | -0/+19 |
* | MAINT: Python <3.7 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -3/+0 |
* | DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920) | Saswat Das | 2022-05-19 | 1 | -0/+8 |
* | API: Fix structured dtype cast-safety, promotion, and comparison | Sebastian Berg | 2022-05-09 | 1 | -8/+0 |
* | DEP: Remove support for non-tuple nd-indices. | Peter Hawkins | 2022-02-14 | 1 | -16/+0 |
* | DEP: Removed deprecated error clearing | Andrew Murray | 2022-01-17 | 1 | -18/+0 |
* | DEP: warn that __array_finalize__ = None is deprecated | Marten van Kerkwijk | 2022-01-09 | 1 | -0/+11 |
* | ENH: Support for changing dtype in non-C-contiguous views | Joseph R. Fox-Rabinovitz | 2022-01-05 | 1 | -14/+0 |
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 1 | -12/+0 |
* | DEP: remove deprecated `np.alen` function | Ralf Gommers | 2021-11-21 | 1 | -5/+0 |
* | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394) | Matti Picus | 2021-11-18 | 1 | -1/+21 |
* | DOC: Fixups for interpolation rename comments from review | Sebastian Berg | 2021-11-15 | 1 | -1/+1 |
* | TST: Add deprecation testcase for quantile interpolation rename | Sebastian Berg | 2021-11-12 | 1 | -0/+20 |
* | DEP: Deprecate `finfo.machar` | Bas van Beek | 2021-10-27 | 1 | -0/+4 |
* | DEP: Deprecate the `np.core.machar` module | Bas van Beek | 2021-10-26 | 1 | -0/+3 |
* | DEP: Deprecate `np.MachAr` | Bas van Beek | 2021-10-26 | 1 | -0/+8 |
* | BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000) | Bas van Beek | 2021-10-02 | 1 | -0/+23 |
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
* | Merge pull request #19632 from seberg/signature-dtype-dep-fixup | Charles Harris | 2021-08-12 | 1 | -0/+33 |
|\ |
|
| * | BUG,DEP: Non-default UFunc signature/dtype usage should be deprecated | Sebastian Berg | 2021-08-09 | 1 | -0/+33 |
* | | DEP: Remove deprecated numeric style dtype strings (#19539) | NectDz | 2021-08-10 | 1 | -15/+0 |
|/ |
|
* | API: Delay string and number promotion deprecation/future warning | Sebastian Berg | 2021-06-04 | 1 | -35/+0 |
* | DEP: Deprecate error clearing for special method in array-coercion (#19001) | Sebastian Berg | 2021-05-19 | 1 | -0/+18 |
* | DEP: Deprecate 4 `ndarray.ctypes` methods (#19031) | Bas van Beek | 2021-05-18 | 1 | -1/+20 |
* | DEP: Ensure the string promotion FutureWarning is raised | Sebastian Berg | 2021-05-12 | 1 | -4/+1 |
* | API,DEP: Move ufunc signature parsing to the start | Sebastian Berg | 2021-04-08 | 1 | -0/+34 |