Skip to content
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

Merge v2.2.x #11818

Merged
merged 139 commits into from
Aug 8, 2018
Merged

Merge v2.2.x #11818

merged 139 commits into from
Aug 8, 2018

Conversation

tacaswell
Copy link
Member

There are many commits in this (as it is merging up the 2.2.x branch, but most of the commits are backports so the actual changes are small.

jklymak and others added 30 commits April 25, 2018 00:46
…hip_ad

DOC: remove fellowship advertisement
…pr-11286-on-v2.2.2-doc

Backport PR matplotlib#11286 on branch v2.2.2-doc
tacaswell and others added 23 commits August 4, 2018 17:41
Backport: Pull Request matplotlib#11330: FIX: Don't let constrained_layout counter overflow
Rewrite and greatly simplify qt_compat.py.
Conflicts:
        INSTALL.rst
          - kept changes away from App specific wording
          - kept min pyqt4 version bump
	doc/sphinxext/mock_gui_toolkits.py
          - only removed setting up the Qt mocks
	lib/matplotlib/backends/qt_compat.py
          - kept backported version, conflict was in block of
            constants at top (all of the contestants are still
            defined in the module)
…rm-limits

FIX: image respect norm limits w/ None
Conflicts:
	lib/matplotlib/image.py
          - keep changes backported from master.  Looks like conflict
            was due to some white-space clean up done on master.
Add note about hist2d resetting axis limits

Conflicts:
	lib/matplotlib/axes/_axes.py
          - kept master branch version of docstrings
Propagate marker antialias setting to GraphicsContext.
…-alpha

FIX: When drawing markers, don't set the GraphicsContext alpha.
Conflicts:
	lib/matplotlib/lines.py
          - keep aliases (which are implemented automatically on
            master) explicitly in code
Use dummy_threading if threading not available
Conflicts:
	lib/matplotlib/backends/backend_agg.py
          - conflicts due to removing __future__ / six on master
This also backported parts of other PRs making changes to the docs.

Replace :ref:`sphx_glr_...` by :doc:`/...`.
Conflicts:
	examples/color/color_cycler.py
          - deleted, not present on 2.2.x
	examples/axes_grid1/simple_anchored_artists.py
	examples/images_contours_and_fields/contour_image.py
	examples/images_contours_and_fields/quiver_demo.py
	examples/images_contours_and_fields/quiver_simple_demo.py
	examples/misc/anchored_artists.py
          - keep master version
…strings-with-escape

Use raw string literals for docstrings with escapes

Conflicts:
	lib/matplotlib/artist.py
          - reject py2 incompatible changes
	lib/matplotlib/axes/_axes.py
         - also backports some documentation changes
FIX: Properly position markers in step plots.

Conflicts:
	lib/matplotlib/tests/test_lines.py
          - conflict due to adding imports around (removed on master)
            __future__ and six
DOC: Use plt.subplots()

Conflicts:
	lib/matplotlib/tests/test_backends_interactive.py
          - only backported the minimal change
	tutorials/advanced/transforms_tutorial.py
          - only backported the minimal change
	tutorials/text/pgf.py
          - only backported the minimal change
DOC: warn if user is using constrained layout and uses subplots_adjust

Conflicts:
	lib/matplotlib/figure.py
           - signature on master has changed to explicit kwargs,
             conflict due to that change.
This context manager was added to master in
690b213 via matplotlib#10314.  We do not want
to backport that entire commit, however the backport of matplotlib#11407
requires this context manger.

It is private and self contained to low-risk to backport
Improve docstring of contour
Conflicts:
	lib/matplotlib/contour.py
          - conflict due to de-py2-ification
          - docstring conflicts, kept the version from master branch
Improve Figure docstrings
Conflicts:
	lib/matplotlib/figure.py
          - kept master version of docstring in 2 cases
…rrect-axesgrid1-doc

DOC: Resurrecting axes_grid1 documentation
Conflicts:
	lib/matplotlib/figure.py
          - kept master branch version of a docstring
	lib/mpl_toolkits/axes_grid1/colorbar.py
          - conflicts around __future__ import
	lib/mpl_toolkits/axisartist/axis_artist.py
          - conflicts around __future__ import
Fixes png showing inconsistent inset_axes position
Conflicts:
	lib/mpl_toolkits/axes_grid1/inset_locator.py
          - keep non-superified version
…inset_axes

Fix inset_axes + doc
Conflicts:
	examples/axes_grid1/inset_locator_demo.py
          - kept master branch version
	examples/axes_grid1/inset_locator_demo2.py
          - kept master branch version
	lib/mpl_toolkits/axes_grid1/inset_locator.py
          - conflicts around __future__ import
 Conflicts:
	.travis.yml
	INSTALL.rst
	doc/_static/mpl.css
	doc/api/api_changes.rst
	doc/api/index.rst
	doc/api/pyplot_summary.rst
	doc/conf.py
	doc/contents.rst
	doc/faq/howto_faq.rst
	doc/sphinxext/mock_gui_toolkits.py
	doc/users/prev_whats_new/whats_new_1.1.rst
	examples/axes_grid1/inset_locator_demo.py
	examples/color/color_cycler.py
	examples/images_contours_and_fields/contour_demo.py
	examples/images_contours_and_fields/contourf_demo.py
	lib/matplotlib/_constrained_layout.py
	lib/matplotlib/axes/_axes.py
	lib/matplotlib/axes/_base.py
	lib/matplotlib/backends/backend_agg.py
	lib/matplotlib/backends/qt_compat.py
	lib/matplotlib/cbook/__init__.py
	lib/matplotlib/contour.py
	lib/matplotlib/figure.py
	lib/matplotlib/font_manager.py
	lib/matplotlib/lines.py
	lib/matplotlib/pyplot.py
	lib/matplotlib/sphinxext/plot_directive.py
	lib/matplotlib/tests/test_axes.py
	lib/matplotlib/tests/test_backends_interactive.py
	lib/matplotlib/tests/test_figure.py
	lib/matplotlib/tests/test_image.py
	lib/matplotlib/tests/test_lines.py
	lib/matplotlib/tests/test_pyplot.py
	lib/matplotlib/tests/test_tightlayout.py
	lib/mpl_toolkits/axes_grid1/colorbar.py
	lib/mpl_toolkits/axes_grid1/inset_locator.py
	lib/mpl_toolkits/tests/test_axes_grid1.py
	setupext.py
	tutorials/advanced/transforms_tutorial.py
	tutorials/intermediate/constrainedlayout_guide.py
	tutorials/intermediate/imshow_extent.py

In all cases kept the master branch version of conflicted file.
@tacaswell tacaswell added this to the v3.0 milestone Aug 7, 2018
@tacaswell tacaswell added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Aug 7, 2018
@tacaswell
Copy link
Member Author

This is critical as it removes the last banner from the doc website.

@@ -3,39 +3,53 @@
GitHub Stats
============

GitHub stats for 2017/10/03 - 2018/03/16 (tag: v2.1.0)
GitHub stats for 2017/10/03 - 2018/07/15 (tag: v2.1.0)
Copy link
Member

Choose a reason for hiding this comment

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

Should this be tag: v3.0 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

This will get re-updated as part of the 3.0 release procedure.

@dstansby dstansby merged commit 064e92c into matplotlib:master Aug 8, 2018
@tacaswell tacaswell deleted the merge_v2.2.x branch August 8, 2018 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.