Skip to content

1.8 deprecations: Follow-up ticket #4131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks
seberg opened this issue Dec 20, 2013 · 2 comments
Closed
6 tasks

1.8 deprecations: Follow-up ticket #4131

seberg opened this issue Dec 20, 2013 · 2 comments

Comments

@seberg
Copy link
Member

seberg commented Dec 20, 2013

Depending on the change, these are probably interesting for removal in 1.10. the non-integer one probably later.

  • insert and delete changes (0-d input array and boolean indexing array)
  • non-integer scalar deprecations. (see test_deprecations; PyArray_PyIntAsIntp)
  • deprecation of arr.__index__() for non 0-d arrays. (see test_deprecations)
  • 'full' and 'economic' modes of qr factorization
  • nditer oa_ndim == 0 for no op_axes. This needs changing in numpy/core/src/multiarray/nditer_constr.c. (see also Make AdvancedNew iter more 0-d aware #3104)
  • NPY_RELAXED_STRIDES_CHECKING was introduced as a compile time option in 1.8 (grep code for it).

Please extend the list (or comment) with other deprecations introduced in 1.8.

@charris charris modified the milestones: 1.10 blockers, 1.9 blockers May 5, 2014
@charris
Copy link
Member

charris commented May 5, 2014

Moving to 1.10 blockers.

@charris
Copy link
Member

charris commented Jun 21, 2015

Closing. The deprecations are now labeled, so currently open ones will be dealt with in >= 1.11.

@charris charris closed this as completed Jun 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants