Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge up 31x #14240

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 376 commits into from
May 18, 2019
Merged

Merge up 31x #14240

merged 376 commits into from
May 18, 2019

Conversation

tacaswell
Copy link
Member

This will make sure git describe on master is against the 3.1.0 tag and pulls some changes that must have been done directly on the 3.1.x branch into master.

dstansby and others added 30 commits March 14, 2019 12:42
…t-of-pr-13667-on-v3.1.x

Backport PR matplotlib#13667 on branch v3.1.x (Fix incorrect signature in axis() doc.)
…t-of-pr-13678-on-v3.1.x

Backport PR matplotlib#13678 on branch v3.1.x (Fix font deduplication logic in createFontList.)
…t-of-pr-13363-on-v3.1.x

Backport PR matplotlib#13363 on branch v3.1.x (Inline iter_ticks into _update_ticks, and use that in mplot3d.)
…t-of-pr-13684-on-v3.1.x

Backport PR matplotlib#13684 on branch v3.1.x (Use format_data_short to format image cursor data.)
…t-of-pr-13687-on-v3.1.x

Backport PR matplotlib#13687 on branch v3.1.x (Update stem example)
…t-of-pr-13677-on-v3.1.x

Backport PR matplotlib#13677 on branch v3.1.x (Log all failures to extract font properties.)
…t-of-pr-13588-on-v3.1.x

Backport PR matplotlib#13588 on branch v3.1.x (FIX: fallback to viewlims if no data)
…t-of-pr-12170-on-v3.1.x

Backport PR matplotlib#12170 on branch v3.1.x (Deprecate considering *args, **kwargs in Timer.remove_callback.)
…t-of-pr-12419-on-v3.1.x

Backport PR matplotlib#12419 on branch v3.1.x (Add DivergingNorm (again, again, again))
…t-of-pr-13689-on-v3.1.x

Backport PR matplotlib#13689 on branch v3.1.x (BUG: fix scaling of quiverkey when quiver scale_units='xy')
…t-of-pr-12760-on-v3.1.x

Backport PR matplotlib#12760 on branch v3.1.x (Deduplicate implementation of per-backend Tools.)
Adds support for rgba and rgb images to pcolorfast

Conflicts:
	lib/matplotlib/axes/_axes.py
          - C.shape -> np.shape(C) bug fix was not backported
…t-of-pr-13716-on-v3.1.x

Backport PR matplotlib#13716 on branch v3.1.x (Kill attributes that are never used/updated.)
…t-of-pr-13745-on-v3.1.x

Backport PR matplotlib#13745 on branch v3.1.x (Fix stem(use_line_collection))
tacaswell and others added 22 commits May 13, 2019 22:19
…t-of-pr-14197-on-v3.1.x

Backport PR matplotlib#14197 on branch v3.1.x (Minor cleanup of acorr/xcoor docs)
…t-of-pr-14210-on-v3.1.x

Backport PR matplotlib#14210 on branch v3.1.x (Make intro tutorial less jargony.)
…t-of-pr-14212-on-v3.1.x

Backport PR matplotlib#14212 on branch v3.1.x (DOC: update ghstats and credit.rst)
…t-of-pr-14098-on-v3.1.x

Backport PR matplotlib#14098 on branch v3.1.x (Improve Errorbar limits example)
…t-of-pr-14135-on-v3.1.x

Backport PR matplotlib#14135 on branch v3.1.x (Improve docs on Axes quiver)
…t-of-pr-14229-on-v3.1.x

Backport PR matplotlib#14229 on branch v3.1.x (Add missing space in warning message)
…t-of-pr-14228-on-v3.1.x

Backport PR matplotlib#14228 on branch v3.1.x (DOC: fix parameters line in Axes.axis docstring)
…t-of-pr-14185-on-v3.1.x

Backport PR matplotlib#14185 on branch v3.1.x (FIX: adjust suptitle placement after calling constrained_layout)
These were being stashed in the old place we kept them and got missed
on the first pass.
The first release of the v3.1 series

This version of Matplotlib support Python 3.6+

Highlights of this release include:

 - A helper method for scatter legends
 - Secondary axis support (ex, degrees and radians)
 - A concise date formatter
 - No longer requires a framework build of Python to use OSX backend
 - Major and minor ticks will no longer collide by default
 - A progress callback for animations
 - mplot3D is always registered
 - deprecated mlab functions have been removed
 - Many function calls have become stricter about invalid or ignored input
@tacaswell tacaswell added this to the v3.2.0 milestone May 18, 2019
Resolved all conflicts in favor of the master branch except for the
changes to doc/api/prev_api_changes/api_changes_3.1.0.rst

pcolorfast was updating to take RGB(A) in some cases in PR matplotlib#8690 /
94b0bca that was backported to v3.1.x
via matplotlib#13709 / afc4e61 .  However, the
functionality was further extended in matplotlib#13986 /
c05537d which was not backported.
When merging v3.1.x into master special care had to be taken to not
pull the removed code back into master.
@tacaswell
Copy link
Member Author

third times the charm on this?

@tacaswell
Copy link
Member Author

going to self-merge as this is only touching rst files or .flake8.

@tacaswell tacaswell merged commit c4382b0 into matplotlib:master May 18, 2019
@tacaswell tacaswell deleted the merge-up-31x branch May 18, 2019 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.