Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove some numpy 1.6 workarounds#7494

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 11 commits intomatplotlib:masterfromdstansby:numpy1.6-workarounds
Nov 24, 2016

Conversation

dstansby
Copy link
Member

Partiallyfixes#7484

@tacaswelltacaswell added this to the2.1 (next point release) milestoneNov 21, 2016
@@ -80,22 +61,7 @@ def __init__(self, seq):


def convert_to_string(value):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

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
Copy link

Current coverage is 62.00% (diff: 100%)

Merging#7494 intomaster will decrease coverage by4.56%

@@             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

Powered byCodecov. Last update258dbf5...aa0e899

@NelleVNelleV changed the titleRemove some numpy 1.6 workarounds[MRG] Remove some numpy 1.6 workaroundsNov 21, 2016
@tacaswelltacaswell changed the title[MRG] Remove some numpy 1.6 workarounds[MRG+2] Remove some numpy 1.6 workaroundsNov 22, 2016
@tacaswell
Copy link
Member

We should wait for appveyor on this one.

@NelleV
Copy link
Member

Appveyorfinally got there… The failure seems unrelated.@tacaswell should we merge this?

@tacaswelltacaswell merged commit9bcbfc4 intomatplotlib:masterNov 24, 2016
@QuLogicQuLogic changed the title[MRG+2] Remove some numpy 1.6 workaroundsRemove some numpy 1.6 workaroundsNov 24, 2016
@dstansbydstansby deleted the numpy1.6-workarounds branchNovember 24, 2016 11:07
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell approved these changes

@story645story645story645 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.1
Development

Successfully merging this pull request may close these issues.

Remove numpy 1.6 specific work-arounds
5 participants
@dstansby@codecov-io@tacaswell@NelleV@story645

[8]ページ先頭

©2009-2025 Movatter.jp