[Python-modules-commits] [matplotlib] branch master updated (5cf8814 -> 60e184d)

Sandro Tosi morph at moszumanska.debian.org
Mon May 30 20:23:07 UTC 2016


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

morph pushed a change to branch master
in repository matplotlib.

      from  5cf8814   Fixed VCS URL (https)
       new  3ec98ae   record new upstream branch created by importing matplotlib_1.5.2~rc2.orig.tar.gz
       new  ea63ea9   Import matplotlib_1.5.2~rc2.orig.tar.gz
       new  62e0691   Fixes the path to search for matplotlibrc file
       new  49e33c7   Try to use also StayPuft (a free font) for xkcd
       new  21cea04   adapt setup to find multiarched tk/tcl
       new  790c8f5   gtk3cairo_check_no-multiprocessing
       new  00033c8   bts800803 disable the GitHub Fork Me ribbon
       new  eb6c8ed   bts800803 dont use the Raleway font (from the Google Fonts API)
       new  70680f4   bts800803 remote the Google Analytics tracking
       new  bbf9b3e   merge patched into master
       new  ce0f620   New upstream release candidate
       new  d3db2d0   update upstream licence text
       new  9f1b065   bts800803 disable the GitHub Fork Me ribbon
       new  75269c0   bts800803 dont use the Raleway font (from the Google Fonts API)
       new  e8a807f   bts800803 remote the Google Analytics tracking
       new  03520f9   merge patched into master
       new  02d156f   adapt setup to find multiarched tk/tcl
       new  c900043   gtk3cairo_check_no-multiprocessing
       new  bb0acae   bts800803 disable the GitHub Fork Me ribbon
       new  1c32881   bts800803 dont use the Raleway font (from the Google Fonts API)
       new  fdf3435   bts800803 remote the Google Analytics tracking
       new  4547228   merge patched into master
       new  ff86f9d   add copyright/license for src/_tkmini.h
       new  ff068b2   bump Standards-Version to 3.9.8 (no changes needed)
       new  60e184d   releasing package matplotlib version 1.5.2~rc2-1

The 25 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                                        |  13 +-
 INSTALL                                            |   7 +-
 LICENSE/LICENSE                                    |  74 ++-
 MANIFEST.in                                        |   1 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   2 +-
 debian/copyright                                   | 134 +++--
 ...s800803-disable-the-GitHub-Fork-Me-ribbon.patch |   8 +-
 ...ont-use-the-Raleway-font-from-the-Google-.patch |   4 +-
 ...0803-remote-the-Google-Analytics-tracking.patch |   6 +-
 .../patches/20_matplotlibrc_path_search_fix.patch  |   8 +-
 .../70_bts720549_try_StayPuft_for_xkcd.patch       |   4 +-
 .../gtk3cairo_check_no-multiprocessing.patch       |  20 +-
 debian/patches/multiarch-tktcl.patch               |  34 +-
 doc/_static/boxplot_explanation.png                | Bin 190644 -> 243227 bytes
 doc/_static/ggplot.png                             | Bin 0 -> 40176 bytes
 doc/_static/holoviews.png                          | Bin 0 -> 116939 bytes
 doc/_static/numfocus_badge.png                     | Bin 0 -> 13662 bytes
 doc/_static/seaborn.png                            | Bin 0 -> 105114 bytes
 doc/_templates/citing.html                         |   1 +
 doc/_templates/index.html                          |  15 +-
 doc/_templates/layout.html                         |   5 +-
 doc/api/api_changes/2016-03-13-PMH.rst             |  10 +
 doc/api/artist_api.rst                             |   2 +-
 doc/api/collections_api.rst                        |   1 +
 doc/conf.py                                        |   6 +-
 doc/devel/MEP/MEP13.rst                            |   2 +-
 doc/devel/MEP/MEP14.rst                            |   2 +-
 doc/faq/howto_faq.rst                              |   7 +-
 doc/faq/usage_faq.rst                              |   9 +-
 doc/faq/virtualenv_faq.rst                         |   2 +-
 doc/mpl_toolkits/index.rst                         |  23 +
 doc/pyplots/make.py                                |  75 ---
 doc/pyplots/plotmap.hires.png                      | Bin 690029 -> 0 bytes
 doc/pyplots/plotmap.pdf                            | Bin 1811840 -> 0 bytes
 doc/pyplots/plotmap.png                            | Bin 246991 -> 0 bytes
 doc/pyplots/tex_demo.hires.png                     | Bin 54126 -> 0 bytes
 doc/pyplots/tex_demo.pdf                           | Bin 318731 -> 0 bytes
 doc/pyplots/tex_unicode_demo.hires.png             | Bin 54200 -> 0 bytes
 doc/pyplots/tex_unicode_demo.pdf                   |  25 -
 doc/pyplots/tex_unicode_demo.png                   | Bin 22422 -> 0 bytes
 doc/users/artists.rst                              |   7 +-
 doc/users/colormapnorms.rst                        |  83 ++-
 doc/users/colormaps.rst                            |   2 +-
 doc/users/event_handling.rst                       |  25 +-
 doc/users/github_stats.rst                         | 349 ++++++++++++-
 doc/users/image_tutorial.rst                       |   6 +-
 doc/users/navigation_toolbar.rst                   |   2 +
 doc/users/pgf.rst                                  |  12 +-
 doc/users/style_sheets.rst                         |   5 +-
 examples/axes_grid/parasite_simple2.py             |   2 +-
 .../streamplot_demo_start_points.py                |   3 +-
 examples/misc/svg_filter_line.py                   |   6 +-
 examples/misc/svg_filter_pie.py                    |   4 +-
 examples/mplot3d/hist3d_demo.py                    |  18 +-
 examples/pylab_examples/annotation_demo.py         |  33 +-
 examples/pylab_examples/barchart_demo2.py          |   4 +-
 examples/pylab_examples/legend_demo5.py            |   2 +-
 examples/pylab_examples/simple_plot_fps.py         |  32 --
 .../shapes_and_collections/artist_reference.py     |   2 +-
 examples/user_interfaces/embedding_in_qt5.py       |   6 +-
 examples/user_interfaces/svg_histogram.py          |   4 +-
 examples/user_interfaces/svg_tooltip.py            |   4 +-
 lib/matplotlib/__init__.py                         |  13 +-
 lib/matplotlib/_cm.py                              |   2 +-
 lib/matplotlib/_version.py                         |   4 +-
 lib/matplotlib/animation.py                        | 170 ++++---
 lib/matplotlib/artist.py                           |  11 +-
 lib/matplotlib/axes/_axes.py                       | 427 ++++++++--------
 lib/matplotlib/axes/_base.py                       |  11 +-
 lib/matplotlib/axis.py                             |  16 +-
 lib/matplotlib/backend_bases.py                    |   4 +-
 lib/matplotlib/backends/backend_ps.py              |  19 +-
 lib/matplotlib/backends/backend_qt5.py             |  24 +-
 lib/matplotlib/backends/backend_qt5agg.py          |   3 +
 lib/matplotlib/backends/backend_webagg_core.py     |   1 +
 lib/matplotlib/backends/qt_compat.py               |  33 +-
 lib/matplotlib/backends/qt_editor/figureoptions.py |   8 +-
 lib/matplotlib/backends/qt_editor/formlayout.py    |   2 +
 lib/matplotlib/cbook.py                            | 192 +++++--
 lib/matplotlib/collections.py                      |   8 +-
 lib/matplotlib/colors.py                           |   6 +-
 lib/matplotlib/contour.py                          |  12 +-
 lib/matplotlib/dates.py                            |   5 +-
 lib/matplotlib/dviread.py                          |   2 +-
 lib/matplotlib/figure.py                           |   2 -
 lib/matplotlib/image.py                            |  20 +-
 lib/matplotlib/lines.py                            |  67 ++-
 lib/matplotlib/mathtext.py                         |   8 +-
 lib/matplotlib/mlab.py                             |  37 +-
 .../mpl-data/stylelib/seaborn-bright.mplstyle      |   1 +
 .../mpl-data/stylelib/seaborn-colorblind.mplstyle  |   1 +
 .../stylelib/seaborn-dark-palette.mplstyle         |   1 +
 .../mpl-data/stylelib/seaborn-deep.mplstyle        |   1 +
 .../mpl-data/stylelib/seaborn-muted.mplstyle       |   1 +
 .../mpl-data/stylelib/seaborn-pastel.mplstyle      |   1 +
 lib/matplotlib/patches.py                          |  31 +-
 lib/matplotlib/pyplot.py                           |   3 +-
 lib/matplotlib/quiver.py                           |   6 +-
 lib/matplotlib/rcsetup.py                          |  21 +-
 lib/matplotlib/sphinxext/mathmpl.py                |  13 +-
 lib/matplotlib/sphinxext/only_directives.py        |  16 +-
 lib/matplotlib/testing/compare.py                  |   5 +
 lib/matplotlib/testing/decorators.py               |  12 +-
 .../test_axes/boxplot_autorange_false_whiskers.png | Bin 0 -> 6516 bytes
 ...ers.png => boxplot_autorange_true_whiskers.png} | Bin
 .../test_axes/boxplot_autorange_whiskers.pdf       | Bin 4809 -> 0 bytes
 .../test_axes/boxplot_autorange_whiskers.svg       | 384 --------------
 .../baseline_images/test_axes/date_timezone_x.png  | Bin 0 -> 41983 bytes
 .../test_axes/date_timezone_x_and_y.png            | Bin 0 -> 92003 bytes
 .../baseline_images/test_axes/date_timezone_y.png  | Bin 0 -> 87659 bytes
 .../tests/baseline_images/test_axes/log_scales.svg | 565 +++++++++++----------
 .../test_cycles/property_collision_fill.png        | Bin 0 -> 24923 bytes
 .../test_cycles/property_collision_plot.png        | Bin 0 -> 30456 bytes
 .../baseline_images/test_image/rasterize_10dpi.svg |  56 +-
 .../test_mathtext/mathtext_cm_31.pdf               | Bin 5456 -> 9866 bytes
 .../test_mathtext/mathtext_cm_31.png               | Bin 820 -> 2145 bytes
 .../test_mathtext/mathtext_cm_31.svg               | 233 ++++++++-
 .../test_mathtext/mathtext_dejavusans_31.pdf       | Bin 0 -> 8309 bytes
 .../test_mathtext/mathtext_dejavusans_31.png       | Bin 0 -> 2183 bytes
 .../test_mathtext/mathtext_dejavusans_31.svg       | 151 ++++++
 .../test_mathtext/mathtext_dejavuserif_31.pdf      | Bin 0 -> 8512 bytes
 .../test_mathtext/mathtext_dejavuserif_31.png      | Bin 0 -> 2277 bytes
 .../test_mathtext/mathtext_dejavuserif_31.svg      | 181 +++++++
 .../test_mathtext/mathtext_stix_31.pdf             | Bin 5409 -> 7628 bytes
 .../test_mathtext/mathtext_stix_31.png             | Bin 812 -> 1993 bytes
 .../test_mathtext/mathtext_stix_31.svg             | 178 ++++++-
 .../test_mathtext/mathtext_stixsans_31.pdf         | Bin 5310 -> 7099 bytes
 .../test_mathtext/mathtext_stixsans_31.png         | Bin 729 -> 1889 bytes
 .../test_mathtext/mathtext_stixsans_31.svg         | 118 ++++-
 .../test_quiver/quiver_key_pivot.png               | Bin 0 -> 59769 bytes
 lib/matplotlib/tests/test_axes.py                  | 132 ++++-
 lib/matplotlib/tests/test_backend_ps.py            |  40 ++
 lib/matplotlib/tests/test_bbox_tight.py            |   3 +
 lib/matplotlib/tests/test_cbook.py                 |  84 +++
 lib/matplotlib/tests/test_collections.py           |  24 +-
 lib/matplotlib/tests/test_colors.py                |  46 ++
 lib/matplotlib/tests/test_cycles.py                |  24 +
 lib/matplotlib/tests/test_image.py                 |  56 +-
 lib/matplotlib/tests/test_legend.py                |   9 +
 lib/matplotlib/tests/test_mathtext.py              |   2 +-
 lib/matplotlib/tests/test_mlab.py                  |  62 +++
 lib/matplotlib/tests/test_path.py                  |   1 -
 lib/matplotlib/tests/test_quiver.py                |  16 +
 lib/matplotlib/tests/test_simplification.py        |  16 +
 lib/matplotlib/tests/test_transforms.py            |   5 +-
 lib/matplotlib/ticker.py                           |   8 +-
 lib/mpl_toolkits/axes_grid1/axes_rgb.py            |   6 +-
 lib/mpl_toolkits/mplot3d/axes3d.py                 |  22 +-
 .../test_mplot3d/scatter3d_color.png               | Bin 0 -> 41598 bytes
 lib/mpl_toolkits/tests/test_mplot3d.py             |  11 +
 setupext.py                                        | 327 ++----------
 src/_backend_agg.h                                 |  30 +-
 src/_image.h                                       |  28 +-
 src/_path.h                                        |  93 ++--
 src/_path_wrapper.cpp                              |   4 +-
 src/_png.cpp                                       |  35 +-
 src/_tkagg.cpp                                     | 287 +++++++++--
 src/_tkmini.h                                      | 128 +++++
 src/numpy_cpp.h                                    |   4 +-
 src/path_cleanup.cpp                               |   2 +-
 src/path_converters.h                              | 141 ++---
 163 files changed, 3767 insertions(+), 2103 deletions(-)
 create mode 100644 doc/_static/ggplot.png
 create mode 100644 doc/_static/holoviews.png
 create mode 100644 doc/_static/numfocus_badge.png
 create mode 100644 doc/_static/seaborn.png
 create mode 100644 doc/api/api_changes/2016-03-13-PMH.rst
 delete mode 100755 doc/pyplots/make.py
 delete mode 100644 doc/pyplots/plotmap.hires.png
 delete mode 100644 doc/pyplots/plotmap.pdf
 delete mode 100644 doc/pyplots/plotmap.png
 delete mode 100644 doc/pyplots/tex_demo.hires.png
 delete mode 100644 doc/pyplots/tex_demo.pdf
 delete mode 100644 doc/pyplots/tex_unicode_demo.hires.png
 delete mode 100644 doc/pyplots/tex_unicode_demo.pdf
 delete mode 100644 doc/pyplots/tex_unicode_demo.png
 delete mode 100755 examples/pylab_examples/simple_plot_fps.py
 create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_false_whiskers.png
 rename lib/matplotlib/tests/baseline_images/test_axes/{boxplot_autorange_whiskers.png => boxplot_autorange_true_whiskers.png} (100%)
 delete mode 100644 lib/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_whiskers.pdf
 delete mode 100644 lib/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_whiskers.svg
 create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/date_timezone_x.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/date_timezone_x_and_y.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/date_timezone_y.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_cycles/property_collision_fill.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_cycles/property_collision_plot.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.pdf
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_31.svg
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.pdf
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_31.svg
 create mode 100644 lib/matplotlib/tests/baseline_images/test_quiver/quiver_key_pivot.png
 create mode 100644 lib/mpl_toolkits/tests/baseline_images/test_mplot3d/scatter3d_color.png
 create mode 100644 src/_tkmini.h

-- 
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