Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix Normalize(<signed integer array>). #6837
Conversation
mdboom
added the
needs_review
label
Jul 26, 2016
|
Related to, but not part of this PR: |
|
Actually that was also broken by #6700. I fixed it now. |
tacaswell
added this to the
2.0 (style change major release)
milestone
Jul 28, 2016
tacaswell
merged commit 84d979b
into matplotlib:master
Aug 1, 2016
tacaswell
removed the
needs_review
label
Aug 1, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 1, 2016
|
|
tacaswell |
7e938fa
|
|
backported to v2.x as 7e938fa |
anntzer
deleted the
anntzer:fix-integer-normalization branch
Aug 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedJul 26, 2016
•
edited
Basically, everything needs to be cast to a float early enough.
See #6825, #6700 -- I've decided to use the whack-a-bug-at-a-time approach for now.