Skip to content

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Mar 27, 2017

There were some conflicts in some tests that I added, plus some documentation stuff.

tacaswell and others added 30 commits February 4, 2017 18:31
I've tried this out on the first ~2000 characters (though not all are
available in DejaVu Sans), and it doesn't seem to break anything.

Fixes matplotlib#7227.
Named Matplotlib module in windows instructions
The event location is in logical pixels, which is the way it should stay
for the rest of the stack.
DOC: Add a code block in 'installing' docs.
DOC: Fixed x, y, docstring in errorbar
TST afm._to_str is now tested against utf8-encoded bytes
Fixed bug in path interaction code where multiple moves in a
row (which correspond to isolated points surrounded by nans after they
have been filtered from the path) would be discarded which resulted in
points not being plotted.

closes matplotlib#7293
FIX: do not skip isolated points in vector outputs
Correctly close glyph contours that use curves.
Qt5: Fix event positions on HiDPI screens.
Small tweaks to API documentation on scaling dashes
These colormaps were deprecated with 2.0.1 (and never supposed to be in
2.0.0 in the first place.) Using them causes (non-fatal) warnings when
building documentation.
Skip more deprecated colormaps in example.
FIX: always decode bytes as utf-8 in AFM headers
The shim was put in place because the thinking was changing the default
fonts would eliminate the need. That's not the case, as that prevents
other font changes from being reflected when mathtext is used.
BUG: Remove mathtext default shim for ticker (Fixes matplotlib#8017)
afvincent and others added 19 commits March 23, 2017 11:00
…ec_tutorial

DOC: Fix typos in gridspec tutorial
…inx-entry

Add autoclass entry for Artist API doc.
Adding headers for examples/units for MEP12/sphinx-gallery compliance
…_dot

Early check for dot binary (from graphviz) when building the doc (fixes matplotlib#8207)
Make ArrowStyle docstrings numpydoc compatible
…path_on_freebsd

Use XDG config path on FreeBSD
…8141

Issue matplotlib#8141: Dash validator allowing None values in addition to floats
BUG Ignore invisible axes in computing tight_layout
Don't index into __builtins__ (not supported by PyPy).
@QuLogic QuLogic added this to the 2.1 (next point release) milestone Mar 27, 2017
@QuLogic
Copy link
Member Author

QuLogic commented Mar 27, 2017

OK, I see in Travis' log that it created the build for this PR, but it doesn't seem to exist.

@dstansby
Copy link
Member

https://travis-ci.org/matplotlib/matplotlib/builds/215421660 ? (I've restarted the flaky builds on that job)

@dstansby
Copy link
Member

Hmm, looks like test_patheffects::test_collection() is actually a real test failure.

@QuLogic
Copy link
Member Author

QuLogic commented Mar 27, 2017

I can't seem to load that job. Anyway, I think in this case I updated the png and forgot about the other extensions because they all passed for me. For some reason that test is slightly different on master whereas the others could be updated straight from v2.0.x.

Conflicts:
	INSTALL
	README.rst
	lib/matplotlib/__init__.py
	lib/matplotlib/axes/_axes.py
	lib/matplotlib/tests/baseline_images/test_patheffects/collection.pdf
	lib/matplotlib/tests/baseline_images/test_patheffects/collection.png
	lib/matplotlib/tests/baseline_images/test_patheffects/collection.svg
	lib/matplotlib/tests/baseline_images/test_patheffects/patheffect2.svg
	lib/matplotlib/tests/test_axes.py
	lib/matplotlib/tests/test_coding_standards.py
	lib/matplotlib/tests/test_patheffects.py
	lib/matplotlib/tests/test_ticker.py
@QuLogic
Copy link
Member Author

QuLogic commented Mar 27, 2017

Sigh, now that I'm running the middle of Monday, I need to wait for macOS builders again.

If this passes, I'm going to push directly; no need for an extra merge commit.

@QuLogic QuLogic merged commit c44556f into matplotlib:master Mar 27, 2017
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