Skip to content

V3.0.3 prep #13493

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 25 commits into from
Feb 26, 2019
Merged

V3.0.3 prep #13493

merged 25 commits into from
Feb 26, 2019

Conversation

tacaswell
Copy link
Member

Building on work @ivanov did + merging in v3.0.2-doc

tacaswell and others added 23 commits November 11, 2018 15:40
…t-of-pr-13080-on-v3.0.2-doc

Backport PR matplotlib#13080 on branch v3.0.2-doc (Pin pillow to < 5.4 to fix doc build)
…t-of-pr-13081-on-v3.0.2-doc

Backport PR matplotlib#13081 on branch v3.0.2-doc (DOC: forbid a buggy version of pillow for building docs)
…t-of-pr-13272-on-v3.0.2-doc

Backport PR matplotlib#13272 on branch v3.0.2-doc (DOC Better description of inset locator and colorbar)
…t-of-pr-13226-on-v3.0.2-doc

Backport PR matplotlib#13226 on branch v3.0.2-doc (Avoid triggering warnings in mandelbrot example.)
…t-of-pr-13316-on-v3.0.2-doc

Backport PR matplotlib#13316 on branch v3.0.2-doc (Put correct version in constrained layout tutorial)
…t-of-pr-13367-on-v3.0.2-doc

Backport PR matplotlib#13367 on branch v3.0.2-doc (DOC: fix note of what version hold was deprecated in (2.0 not 2.1))
…t-of-pr-13469-on-v3.0.2-doc

Backport PR matplotlib#13469 on branch v3.0.2-doc (Add explanatory comments for text rotation example)
Conflicts:
	.appveyor.yml
         - kept version from this branch
	doc/api/api_changes.rst
         - kept version from this branch, due to moving text around
	requirements/testing/travis_all.txt
         - kept version from this branch
@tacaswell tacaswell added this to the v3.0.3 milestone Feb 23, 2019
@jklymak
Copy link
Member

jklymak commented Feb 23, 2019

Status of 3.0.x for annoying dock issues on MacOS.

import matplotlib
matplotlib.use('macosx')
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
plt.show()

doesn't work with python (needs framework), but works fine for pythonw. Using other backends does not pop up a spurious window.

If I use ipython, an application window does pop up when I import peplos, but that seems OK. It doesn't bounce.

So, I think this is an improvement over the issues folks were having, but its kind of hard to sort through all the complaints.

@tacaswell
Copy link
Member Author

Proposed short release notes


REL: v3.0.3

The third and last planned bug-fix release of the 3.0 series

  • fix several possible memory leaks
  • documentation fixes

jquery-ui is no longer bundled in git repo and is downloaded during
the install or sdist process. If you are installing from pypi the
files will be included, but if you are installing from git you will
need internet access the first time you run pip install .. The
install process tries to cache the files and will not need internet
access on future installations.

@tacaswell
Copy link
Member Author

sigh, CI runs faster if you actually push the commits.

@ivanov ivanov merged commit efc41b8 into matplotlib:v3.0.x Feb 26, 2019
@tacaswell tacaswell deleted the v3.0.x-pi branch February 26, 2019 00:37
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.

8 participants