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

FIX: the new _AxesStack with np.array as input#9029

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

Closed
tacaswell wants to merge2 commits intomatplotlib:masterfromtacaswell:fix_axesstack

Conversation

tacaswell
Copy link
Member

PR Summary

This adds a layer checking in the case where a numpy array is
passed as a value (either in args or kwargs).

fixes a bug that was in#7377 that I missed when I merged it.

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant

This adds a layer checking in the case where a numpy array ispassed as a value (either in args or kwargs).
@tacaswelltacaswell added this to the2.1 (next point release) milestoneAug 14, 2017
@tacaswelltacaswell added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelAug 14, 2017
@tacaswell
Copy link
MemberAuthor

The other option is to revert my merge of#7377

@QuLogicQuLogic requested a review fromanntzerAugust 14, 2017 03:31
@anntzer
Copy link
Contributor

I would suggest just checking for pickle equality (in fact, one could just store the pickles of the keys instead of the keys themselves), which seems a lot simpler than adding another 30 lines to support a soon-to-be-deprecated behavior.

@tacaswelltacaswell deleted the fix_axesstack branchAugust 14, 2017 19:23
@tacaswell
Copy link
MemberAuthor

Closing in favor of:

  1. reverting the merge ofENH: Switch to a private, simpler AxesStack. #7377
  2. deprecating the 'return an axes if one like it exists' functionality for 2.1

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@anntzeranntzerAwaiting requested review from anntzer

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v2.1
Development

Successfully merging this pull request may close these issues.

2 participants
@tacaswell@anntzer

[8]ページ先頭

©2009-2025 Movatter.jp