[Python-modules-commits] [matplotlib] branch master updated (ab7ba75 -> 22088b1)

Sandro Tosi morph at moszumanska.debian.org
Thu Jan 19 04:40:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch master
in repository matplotlib.

      from  ab7ba75   add breaks to -data for mpl versions before 2.x; Closes: #847468
       new  de01b07   record new upstream branch created by importing matplotlib_2.0.0.orig.tar.gz
       new  e56d16e   Import matplotlib_2.0.0.orig.tar.gz
       new  d72c819   Fixes the path to search for matplotlibrc file
       new  cdaef1a   Try to use also StayPuft (a free font) for xkcd
       new  02caa67   adapt setup to find multiarched tk/tcl
       new  e45abaa   gtk3cairo_check_no-multiprocessing
       new  98107a0   bts800803 disable the GitHub Fork Me ribbon
       new  2a32abb   bts800803 dont use the Raleway font (from the Google Fonts API)
       new  57427cc   bts800803 remote the Google Analytics tracking
       new  3c65b71   merge patched into master
       new  76b109e   New upstream release
       new  3143116   Increase test tollerance
       new  ed5a6ec   merge patched into master
       new  7a3b6b7   extend packaging copyright years
       new  164bfc4   releasing package matplotlib version 2.0.0-1
       new  11dd16b   use dist-packages and create the baseline_images dir
       new  22088b1   install tests and baseline images

The 17 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +-
 debian/copyright                                   |   2 +-
 ...s800803-disable-the-GitHub-Fork-Me-ribbon.patch |   2 +-
 ...ont-use-the-Raleway-font-from-the-Google-.patch |   2 +-
 ...0803-remote-the-Google-Analytics-tracking.patch |   2 +-
 debian/patches/0008-Increase-test-tollerance.patch |  80 +++
 .../patches/20_matplotlibrc_path_search_fix.patch  |   8 +-
 .../70_bts720549_try_StayPuft_for_xkcd.patch       |   4 +-
 .../gtk3cairo_check_no-multiprocessing.patch       |   6 +-
 debian/patches/multiarch-tktcl.patch               |   6 +-
 debian/patches/series                              |   1 +
 debian/rules                                       |   6 +-
 debian/setup.cfg                                   |   5 +
 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               |   4 +-
 .../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_mathtext.py              |   2 +-
 lib/matplotlib/tests/test_patheffects.py           |   2 +-
 lib/matplotlib/tests/test_png.py                   |   2 +-
 lib/matplotlib/tests/test_streamplot.py            |   2 +-
 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 +-
 160 files changed, 2153 insertions(+), 1157 deletions(-)
 create mode 100644 debian/patches/0008-Increase-test-tollerance.patch
 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