BUG: Fixes #7395, operator.index now fails on numpy.bool_ by emilienkofman · Pull Request #7420 · numpy/numpy
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 12.2k
Closed
emilienkofman wants to merge 1 commit intonumpy:masterfrom
Closed
BUG: Fixes #7395, operator.index now fails on numpy.bool_#7420
emilienkofman wants to merge 1 commit intonumpy:masterfrom
BUG: Fixes #7395, operator.index now fails on numpy.bool_#7420
emilienkofman wants to merge 1 commit intonumpy:masterfrom
Conversation
Copy link
Contributor
emilienkofman
commented
Mar 16, 2016
emilienkofman
commented
Attempt to fix the bug described in #7395. If this needs a depreciation warning I can change the Err to Warning and maybe add a test (?)
charris
added
00 - Bug
component: numpy._core
labels
Copy link
Member
charris
commented
Mar 18, 2016
charris commented
Mar 18, 2016Needs a test in anycase, also a mention in doc/release/1.12.0-notes.rst.
charris
added
the
56 - Needs Release Note.
label
Mar 18, 2016Copy link
Member
seberg
commented
Mar 30, 2016
seberg commented
Mar 30, 2016Should we deprecate this first if we do it? Once this is removed PyArray_IntpFromPyInt (or whatever it was exactly called) in conversion_utils.c can be simplified a little, since checking for a numpy bool is not necessary anymore.
charris
added this to the
1.12.0 release milestone
charris
removed this from the
1.12.0 release milestone
Copy link
Member
charris
commented
Jun 14, 2016
charris commented
Jun 14, 2016@emilienkofman Needs to be finished.
eric-wieser
mentioned this pull request
Copy link
Member
Closing in favor of the rebase, #9685 - I wasn't able to push over your branch here
eric-wieser
closed this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment