[Python-modules-commits] [matplotlib] branch upstream updated (3dd9257 -> e56d16e)
Sandro Tosi
morph at moszumanska.debian.org
Thu Jan 19 04:40:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository matplotlib.
from 3dd9257 Import matplotlib_2.0.0~rc2.orig.tar.gz
new e56d16e Import matplotlib_2.0.0.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 5 +-
INSTALL | 39 +-
doc/README.txt | 14 +-
doc/_static/.gitignore | 5 +
doc/_static/contour_frontpage.png | Bin 4015 -> 0 bytes
doc/_static/histogram_frontpage.png | Bin 3195 -> 0 bytes
doc/_static/membrane_frontpage.png | Bin 5230 -> 0 bytes
doc/_static/mpl.css | 4 +-
doc/_static/surface3d_frontpage.png | Bin 8755 -> 0 bytes
doc/_templates/citing.html | 6 +-
doc/_templates/index.html | 84 +--
doc/api/api_changes.rst | 47 +-
doc/api/index.rst | 1 +
doc/api/{markers_api.rst => rcsetup_api.rst} | 6 +-
doc/conf.py | 10 +-
doc/devel/MEP/MEP11.rst | 2 +-
doc/devel/MEP/MEP12.rst | 15 +-
doc/devel/MEP/MEP13.rst | 2 +-
doc/devel/MEP/MEP14.rst | 14 +-
doc/devel/MEP/MEP25.rst | 2 +-
doc/devel/coding_guide.rst | 4 +-
doc/devel/contributing.rst | 113 ++--
doc/devel/documenting_mpl.rst | 10 +-
doc/devel/gitwash/development_workflow.rst | 4 +-
doc/devel/gitwash/forking_hell.rst | 2 +-
doc/devel/gitwash/git_install.rst | 2 +-
doc/devel/gitwash/git_links.inc | 56 +-
doc/devel/gitwash/known_projects.inc | 16 +-
doc/devel/gitwash/this_project.inc | 2 +-
doc/devel/license.rst | 4 +-
doc/devel/release_guide.rst | 316 ++++++----
doc/devel/testing.rst | 13 +-
doc/faq/howto_faq.rst | 68 +-
doc/faq/installing_faq.rst | 14 +-
doc/faq/osx_framework.rst | 10 +-
doc/faq/troubleshooting_faq.rst | 16 +-
doc/faq/usage_faq.rst | 32 +-
doc/glossary/index.rst | 34 +-
doc/make.py | 94 ++-
doc/mpl_toolkits/index.rst | 6 +-
doc/resources/index.rst | 10 +-
doc/users/artists.rst | 2 +-
doc/users/colormaps.rst | 17 +-
doc/users/colors.rst | 4 +
doc/users/credits.rst | 695 ++++++++++++++-------
doc/users/dflt_style_changes.rst | 222 ++++---
doc/users/event_handling.rst | 4 +-
doc/users/github_stats.rst | 196 +++++-
doc/users/image_tutorial.rst | 14 +-
doc/users/intro.rst | 28 +-
doc/users/license.rst | 4 +-
doc/users/navigation_toolbar.rst | 2 +-
doc/users/path_tutorial.rst | 2 +-
doc/users/pgf.rst | 18 +-
doc/users/prev_whats_new/whats_new_1.0.rst | 2 +-
doc/users/pyplot_tutorial.rst | 2 +-
doc/users/screenshots.rst | 4 +-
doc/users/shell.rst | 2 +-
doc/users/text_intro.rst | 2 +-
doc/users/text_props.rst | 2 +-
doc/users/tight_layout_guide.rst | 14 +-
doc/users/transforms_tutorial.rst | 3 +-
doc/users/usetex.rst | 4 +-
doc/users/whats_new.rst | 81 +++
doc/users/whats_new/boxplot_zorder_kwarg.rst | 11 -
doc/users/whats_new/filled_plus_and_x_markers.rst | 7 -
doc/users/whats_new/plot_surface.rst | 15 -
doc/users/whats_new/streamplot_zorder.rst | 7 -
examples/frontpage/plot_3D.py | 4 +-
examples/frontpage/plot_contour.py | 4 +-
examples/frontpage/plot_histogram.py | 4 +-
examples/frontpage/plot_membrane.py | 4 +-
examples/pie_and_polar_charts/pie_demo_features.py | 37 +-
examples/pylab_examples/image_masked.py | 43 +-
examples/pylab_examples/polar_demo.py | 6 +-
examples/pylab_examples/scatter_demo2.py | 4 +-
examples/pylab_examples/simple_plot.py | 2 +-
lib/matplotlib/__init__.py | 15 +-
lib/matplotlib/_color_data.py | 21 +-
lib/matplotlib/_version.py | 4 +-
lib/matplotlib/animation.py | 2 +-
lib/matplotlib/axes/_axes.py | 41 +-
lib/matplotlib/axes/_base.py | 6 +-
lib/matplotlib/backend_bases.py | 4 +-
lib/matplotlib/backends/backend_pgf.py | 16 +-
lib/matplotlib/backends/backend_qt5.py | 44 +-
lib/matplotlib/backends/backend_qt5agg.py | 33 +-
lib/matplotlib/cbook.py | 18 +-
lib/matplotlib/collections.py | 1 +
lib/matplotlib/colors.py | 14 +-
lib/matplotlib/dates.py | 6 +-
lib/matplotlib/dviread.py | 2 +-
lib/matplotlib/figure.py | 5 +-
lib/matplotlib/finance.py | 8 +-
lib/matplotlib/font_manager.py | 14 +-
lib/matplotlib/fontconfig_pattern.py | 8 +-
lib/matplotlib/image.py | 9 +-
lib/matplotlib/legend_handler.py | 7 +-
lib/matplotlib/lines.py | 2 +
lib/matplotlib/mlab.py | 6 +-
lib/matplotlib/patches.py | 6 +-
lib/matplotlib/pyplot.py | 11 +-
lib/matplotlib/rcsetup.py | 14 +-
lib/matplotlib/sankey.py | 2 +-
lib/matplotlib/sphinxext/tests/test_tinypages.py | 2 +-
lib/matplotlib/stackplot.py | 2 +-
lib/matplotlib/testing/compare.py | 4 +-
lib/matplotlib/testing/decorators.py | 2 +-
.../test_axes/specgram_angle_freqs.png | Bin 132788 -> 132870 bytes
.../test_axes/specgram_angle_noise.png | Bin 51705 -> 51787 bytes
.../baseline_images/test_axes/specgram_freqs.png | Bin 59969 -> 60039 bytes
.../test_axes/specgram_freqs_linear.png | Bin 59969 -> 60039 bytes
.../test_axes/specgram_magnitude_freqs.png | Bin 25560 -> 25653 bytes
.../test_axes/specgram_magnitude_freqs_linear.png | Bin 25560 -> 25653 bytes
.../test_axes/specgram_magnitude_noise.png | Bin 53017 -> 53101 bytes
.../test_axes/specgram_magnitude_noise_linear.png | Bin 53017 -> 53101 bytes
.../baseline_images/test_axes/specgram_noise.png | Bin 53093 -> 53174 bytes
.../test_axes/specgram_noise_linear.png | Bin 53093 -> 53174 bytes
.../test_axes/specgram_phase_freqs.png | Bin 43647 -> 43715 bytes
.../test_axes/specgram_phase_noise.png | Bin 40271 -> 40356 bytes
lib/matplotlib/tests/test_axes.py | 6 +
lib/matplotlib/tests/test_backend_pgf.py | 2 +-
lib/matplotlib/tests/test_coding_standards.py | 1 -
lib/matplotlib/tests/test_colors.py | 32 +-
lib/matplotlib/tests/test_dates.py | 5 +
lib/matplotlib/tests/test_image.py | 9 +
lib/matplotlib/tests/test_legend.py | 40 +-
lib/matplotlib/tests/test_ticker.py | 6 +-
lib/matplotlib/texmanager.py | 2 +-
lib/matplotlib/ticker.py | 13 +-
matplotlibrc.template | 10 +-
setup.cfg.template | 16 +-
setup.py | 1 +
setupext.py | 4 +-
src/_backend_agg.h | 8 +-
src/_backend_agg_wrapper.cpp | 4 +-
src/_png.cpp | 2 +
src/ft2font.cpp | 8 +-
src/ft2font.h | 8 +-
src/ft2font_wrapper.cpp | 48 +-
tests.py | 9 +-
tools/github_stats.py | 38 +-
142 files changed, 2030 insertions(+), 1125 deletions(-)
create mode 100644 doc/_static/.gitignore
delete mode 100644 doc/_static/contour_frontpage.png
delete mode 100644 doc/_static/histogram_frontpage.png
delete mode 100644 doc/_static/membrane_frontpage.png
delete mode 100644 doc/_static/surface3d_frontpage.png
copy doc/api/{markers_api.rst => rcsetup_api.rst} (58%)
delete mode 100644 doc/users/whats_new/boxplot_zorder_kwarg.rst
delete mode 100644 doc/users/whats_new/filled_plus_and_x_markers.rst
delete mode 100644 doc/users/whats_new/plot_surface.rst
delete mode 100644 doc/users/whats_new/streamplot_zorder.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list