Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove some numpy 1.6 workarounds #7494
+16
−87
Conversation
dstansby
added some commits
Nov 21, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
Nov 21, 2016
| @@ -80,22 +61,7 @@ def __init__(self, seq): | ||
| def convert_to_string(value): |
story645
Nov 21, 2016
Member
you should be able to get rid of this function entirely as all the data gets cast to strings with the np.array(dtype=unicode) call and therefore you can remove the call to convert_to_string. Also, you should then remove the test functions from category.py
codecov-io
commented
Nov 21, 2016
Current coverage is 62.00% (diff: 100%)@@ master #7494 diff @@
==========================================
Files 109 173 +64
Lines 46636 55999 +9363
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 31043 34720 +3677
- Misses 15593 21279 +5686
Partials 0 0
|
NelleV
changed the title from
Remove some numpy 1.6 workarounds to [MRG] Remove some numpy 1.6 workarounds
Nov 21, 2016
tacaswell
changed the title from
[MRG] Remove some numpy 1.6 workarounds to [MRG+2] Remove some numpy 1.6 workarounds
Nov 22, 2016
|
We should wait for appveyor on this one. |
|
Appveyor finally got there… The failure seems unrelated. @tacaswell should we merge this? |
tacaswell
merged commit 9bcbfc4
into matplotlib:master
Nov 24, 2016
QuLogic
changed the title from
[MRG+2] Remove some numpy 1.6 workarounds to Remove some numpy 1.6 workarounds
Nov 24, 2016
dstansby
deleted the
dstansby:numpy1.6-workarounds branch
Nov 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dstansby commentedNov 21, 2016
Partially fixes #7484