[Python-modules-commits] [matplotlib] branch master updated (f154bcc -> b6e0203)

Sandro Tosi morph at moszumanska.debian.org
Tue Jan 5 23:09:19 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  f154bcc   Update Vcs fields for git migration
       new  5afe155   record new upstream branch created by importing matplotlib_1.5.1~rc1.orig.tar.gz
       new  6d82424   Import matplotlib_1.5.1~rc1.orig.tar.gz
       new  fe8da3b   Fixes the path to search for matplotlibrc file
       new  17d2a33   Try to use also StayPuft (a free font) for xkcd
       new  53b0666   adapt setup to find multiarched tk/tcl
       new  304fe13   gtk3cairo_check_no-multiprocessing
       new  ad4badb   merge patched into master
       new  c9b4655   New upstream release candidate
       new  834f5ab   extend packaging copyright years
       new  014c673   add/remove stanzas for new upstream code
       new  b6e0203   run tests using tests.py, and disable those accessing the network

The 11 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:
 .gitignore                                         |     1 +
 .travis.yml                                        |    14 +-
 CHANGELOG                                          |     5 +
 INSTALL                                            |    39 +-
 LICENSE/LICENSE_SCIKIT-IMAGE                       |    31 -
 README.rst                                         |    16 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |    12 +-
 debian/copyright                                   |    38 +-
 .../10ef9a7e26dc34328b7ec7fd0ed2c2db6104b342.patch |    27 -
 .../patches/20_matplotlibrc_path_search_fix.patch  |     4 +-
 .../40_bts608939_draw_markers_description.patch    |    23 -
 .../50_bts608942_spaces_in_param_args.patch        |    59 -
 .../70_bts720549_try_StayPuft_for_xkcd.patch       |     2 +-
 .../84aa9f77e61df45682dd7867d35191184414c7b0.patch |   148 -
 .../9bc518230684b3a8bb69af60e160f90e1091cd0c.patch |    25 -
 .../ada2f99e13da03c9352e0c528f1b6feaa2863dc3.patch |    41 -
 .../cdc52bfecb95477972d5345ccff9719c02372f0f.patch |    61 -
 .../d0153b7c86e44a7a8acfbc593da03c7e8c9d125b.patch |    97 -
 .../f67ea3c62f33f0e675b3e091044c4983ae01b085.patch |    42 -
 .../gtk3cairo_check_no-multiprocessing.patch       |     6 +-
 debian/patches/multiarch-tktcl.patch               |     6 +-
 debian/patches/series                              |     9 -
 debian/rules                                       |     4 +-
 doc/.DS_Store                                      |   Bin 10244 -> 0 bytes
 doc/_static/logo2.png                              |   Bin 27238 -> 0 bytes
 doc/_static/logo2.svg                              |   552 +
 doc/_templates/citing.html                         |     1 +
 doc/_templates/index.html                          |    21 +-
 doc/_templates/layout.html                         |     2 +-
 doc/conf.py                                        |     5 +-
 doc/devel/gitwash/set_up_fork.rst                  |     2 +-
 doc/devel/release_guide.rst                        |    79 +-
 doc/devel/testing.rst                              |    40 +-
 doc/faq/howto_faq.rst                              |     2 +-
 doc/faq/index.rst                                  |     2 +-
 doc/faq/installing_faq.rst                         |    10 +-
 doc/faq/troubleshooting_faq.rst                    |    11 +-
 doc/faq/usage_faq.rst                              |     2 +-
 doc/faq/virtualenv_faq.rst                         |   139 +
 doc/glossary/index.rst                             |     4 +-
 doc/make.py                                        |     2 +-
 doc/mpl_toolkits/axes_grid/api/index.rst           |    12 +
 .../axes_grid/api/inset_locator_api.rst            |     7 +
 doc/mpl_toolkits/index.rst                         |     4 +-
 doc/pyplots/pyplot_scales.py                       |     2 +-
 doc/pyplots/tex_demo.py                            |     2 +-
 doc/resources/index.rst                            |     4 +
 doc/style_changes.rst                              |    10 +-
 doc/users/colormaps.rst                            |   147 +-
 doc/users/customizing.rst                          |     8 +-
 doc/users/github_stats.rst                         |  2369 +-
 doc/users/intro.rst                                |     4 +-
 doc/users/plotting/colormaps/Lfunction.py          |   172 -
 doc/users/plotting/colormaps/colorconv.py          |   684 -
 doc/users/plotting/colormaps/colormaps.py          |    22 +
 doc/users/plotting/colormaps/grayscale.py          |    41 +-
 doc/users/plotting/colormaps/lightness.py          |    95 +-
 doc/users/plotting/examples/axes_zoom_effect.py    |     1 -
 doc/users/pyplot_tutorial.rst                      |    41 +-
 doc/users/recipes.rst                              |    21 +-
 doc/users/screenshots.rst                          |     7 +-
 doc/users/usetex.rst                               |     2 +-
 doc/users/whats_new.rst                            |    30 +-
 examples/README.txt                                |     8 +-
 examples/api/date_demo.py                          |     9 +-
 examples/api/filled_step.py                        |     2 +-
 examples/color/colormaps_reference.py              |    12 +-
 examples/pylab_examples/agg_buffer.py              |     9 +-
 examples/pylab_examples/barchart_demo2.py          |   231 +-
 examples/pylab_examples/centered_ticklabels.py     |     9 +-
 examples/pylab_examples/clippedline.py             |    58 -
 examples/pylab_examples/demo_bboximage.py          |     2 +-
 examples/pylab_examples/scatter_demo2.py           |     9 +-
 examples/tests/backend_driver.py                   |     1 -
 examples/units/basic_units.py                      |     6 +-
 examples/user_interfaces/mathtext_wx.py            |     5 +-
 lib/matplotlib/__init__.py                         |    13 +-
 lib/matplotlib/_mathtext_data.py                   |     2 +-
 lib/matplotlib/_version.py                         |     4 +-
 lib/matplotlib/animation.py                        |    45 +-
 lib/matplotlib/artist.py                           |     4 +-
 lib/matplotlib/axes/_axes.py                       |   408 +-
 lib/matplotlib/axes/_base.py                       |    29 +-
 lib/matplotlib/backend_bases.py                    |     2 +
 lib/matplotlib/backends/backend_agg.py             |    24 +-
 lib/matplotlib/backends/backend_nbagg.py           |    37 +-
 lib/matplotlib/backends/backend_pdf.py             |     2 +-
 lib/matplotlib/backends/backend_pgf.py             |    11 +-
 lib/matplotlib/backends/backend_qt5.py             |     4 +-
 lib/matplotlib/backends/backend_webagg.py          |     2 +-
 lib/matplotlib/backends/backend_webagg_core.py     |    34 +
 lib/matplotlib/backends/backend_wx.py              |    57 +-
 lib/matplotlib/backends/qt_editor/figureoptions.py |     2 +-
 lib/matplotlib/cbook.py                            |    41 +-
 lib/matplotlib/cm.py                               |    11 +-
 lib/matplotlib/colorbar.py                         |     2 +-
 lib/matplotlib/colors.py                           |    25 +-
 lib/matplotlib/container.py                        |     5 +-
 lib/matplotlib/contour.py                          |    40 +-
 lib/matplotlib/dates.py                            |    12 +-
 .../delaunay/VoronoiDiagramGenerator.cpp           |     8 +-
 lib/matplotlib/dviread.py                          |     6 +-
 lib/matplotlib/figure.py                           |    40 +-
 lib/matplotlib/font_manager.py                     |     3 +-
 lib/matplotlib/fontconfig_pattern.py               |     3 -
 lib/matplotlib/image.py                            |     8 +-
 lib/matplotlib/lines.py                            |    11 +-
 lib/matplotlib/mathtext.py                         |     9 +-
 lib/matplotlib/mlab.py                             |    11 +-
 lib/matplotlib/mpl-data/stylelib/classic.mplstyle  |     4 +-
 lib/matplotlib/patches.py                          |    29 +-
 lib/matplotlib/patheffects.py                      |     3 +
 lib/matplotlib/rcsetup.py                          |    26 +-
 lib/matplotlib/sphinxext/plot_directive.py         |    21 +-
 lib/matplotlib/stackplot.py                        |     3 +-
 lib/matplotlib/streamplot.py                       |     2 +-
 lib/matplotlib/testing/__init__.py                 |    35 +
 lib/matplotlib/testing/decorators.py               |    15 +-
 lib/matplotlib/testing/disable_internet.py         |   150 +
 lib/matplotlib/tests/__init__.py                   |    37 +-
 .../baseline_images/test_axes/marker_edges.png     |   Bin 23080 -> 24384 bytes
 .../test_axes/stackplot_test_baseline.png          |   Bin 52164 -> 51991 bytes
 .../test_collections/size_in_xy.png                |   Bin 0 -> 15666 bytes
 .../test_contour/contour_labels_size_color.png     |   Bin 0 -> 6832 bytes
 .../test_mathtext/mathfont_cm_49.png               |   Bin 11273 -> 11387 bytes
 .../test_mathtext/mathfont_stix_49.png             |   Bin 11273 -> 11387 bytes
 .../test_mathtext/mathfont_stixsans_49.png         |   Bin 11327 -> 11387 bytes
 .../{mathtext_cm_32.pdf => mathtext_cm_79.pdf}     |   Bin 7256 -> 7232 bytes
 .../test_mathtext/mathtext_cm_79.png               |   Bin 0 -> 1462 bytes
 .../{mathtext_cm_55.svg => mathtext_cm_79.svg}     |   115 +-
 .../test_mathtext/mathtext_dejavusans_79.pdf       |   Bin 0 -> 6199 bytes
 .../test_mathtext/mathtext_dejavusans_79.png       |   Bin 0 -> 1672 bytes
 .../test_mathtext/mathtext_dejavusans_79.svg       |   134 +
 .../test_mathtext/mathtext_dejavuserif_79.pdf      |   Bin 0 -> 6351 bytes
 .../test_mathtext/mathtext_dejavuserif_79.png      |   Bin 0 -> 1655 bytes
 .../test_mathtext/mathtext_dejavuserif_79.svg      |   157 +
 .../{mathtext_stix_44.pdf => mathtext_stix_79.pdf} |   Bin 6949 -> 6961 bytes
 .../test_mathtext/mathtext_stix_79.png             |   Bin 0 -> 1501 bytes
 .../test_mathtext/mathtext_stix_79.svg             |   201 +
 .../test_mathtext/mathtext_stixsans_79.pdf         |   Bin 0 -> 8435 bytes
 .../test_mathtext/mathtext_stixsans_79.png         |   Bin 0 -> 1461 bytes
 .../test_mathtext/mathtext_stixsans_79.svg         |   161 +
 .../tests/baseline_images/test_path/xkcd.pdf       |   Bin 36093 -> 44113 bytes
 .../tests/baseline_images/test_path/xkcd.png       |   Bin 29981 -> 30067 bytes
 .../tests/baseline_images/test_path/xkcd.svg       | 24006 +++++++++----------
 .../baseline_images/test_text/text_contains.png    |   Bin 30772 -> 30301 bytes
 lib/matplotlib/tests/test_artist.py                |    13 +-
 lib/matplotlib/tests/test_axes.py                  |   160 +-
 lib/matplotlib/tests/test_backend_ps.py            |    12 +
 lib/matplotlib/tests/test_cbook.py                 |    39 +
 lib/matplotlib/tests/test_collections.py           |    20 +
 lib/matplotlib/tests/test_colorbar.py              |    16 +
 lib/matplotlib/tests/test_container.py             |    14 +
 lib/matplotlib/tests/test_contour.py               |    28 +
 lib/matplotlib/tests/test_cycles.py                |    83 +-
 lib/matplotlib/tests/test_dates.py                 |     2 +-
 lib/matplotlib/tests/test_figure.py                |    12 +
 lib/matplotlib/tests/test_lines.py                 |     5 +-
 lib/matplotlib/tests/test_mathtext.py              |     1 +
 lib/matplotlib/tests/test_mlab.py                  |     4 +-
 lib/matplotlib/tests/test_path.py                  |    36 +
 lib/matplotlib/tests/test_pickle.py                |    32 +
 lib/matplotlib/tests/test_rcparams.py              |    31 +-
 lib/matplotlib/tests/test_style.py                 |     2 +
 lib/matplotlib/tests/test_subplots.py              |     3 +-
 lib/matplotlib/tests/test_text.py                  |    24 +
 lib/matplotlib/tests/test_triangulation.py         |    12 +-
 lib/matplotlib/tests/test_widgets.py               |     2 +-
 lib/matplotlib/texmanager.py                       |     4 +-
 lib/matplotlib/textpath.py                         |     2 +-
 lib/matplotlib/ticker.py                           |    10 +-
 lib/matplotlib/transforms.py                       |    25 +-
 lib/matplotlib/tri/_tri_wrapper.cpp                |    16 +-
 lib/matplotlib/tri/tricontour.py                   |    10 +-
 lib/matplotlib/widgets.py                          |    84 +-
 lib/mpl_toolkits/axes_grid1/axes_divider.py        |   285 +-
 lib/mpl_toolkits/axes_grid1/colorbar.py            |     5 +-
 lib/mpl_toolkits/axes_grid1/inset_locator.py       |   408 +-
 lib/mpl_toolkits/tests/test_axes_grid1.py          |    24 +-
 matplotlibrc.template                              |     4 +-
 setup.cfg.template                                 |     6 +
 setup.py                                           |   122 +-
 setupext.py                                        |    61 +-
 src/_backend_agg.h                                 |    45 +-
 src/_backend_agg_wrapper.cpp                       |    57 +-
 src/_contour_wrapper.cpp                           |    16 +-
 src/_gtkagg.cpp                                    |     7 +-
 src/_image_wrapper.cpp                             |     9 +-
 src/_macosx.m                                      |    10 +-
 src/_path.h                                        |   122 +-
 src/_path_wrapper.cpp                              |   154 +-
 src/_png.cpp                                       |     7 +-
 src/ft2font_wrapper.cpp                            |    23 +-
 src/numpy_cpp.h                                    |    16 +-
 src/path_converters.h                              |    44 +-
 src/py_converters.cpp                              |    96 +
 src/py_converters.h                                |     4 +
 tests.py                                           |    21 +-
 tools/gh_api.py                                    |     2 +
 tools/github_stats.py                              |    57 +-
 tools/test_triage.py                               |   395 +
 unit/memleak_hawaii3.py                            |    22 +-
 unit/threading_test.py                             |     2 +-
 204 files changed, 18385 insertions(+), 15999 deletions(-)
 delete mode 100644 LICENSE/LICENSE_SCIKIT-IMAGE
 delete mode 100644 debian/patches/10ef9a7e26dc34328b7ec7fd0ed2c2db6104b342.patch
 delete mode 100644 debian/patches/40_bts608939_draw_markers_description.patch
 delete mode 100644 debian/patches/50_bts608942_spaces_in_param_args.patch
 delete mode 100644 debian/patches/84aa9f77e61df45682dd7867d35191184414c7b0.patch
 delete mode 100644 debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch
 delete mode 100644 debian/patches/ada2f99e13da03c9352e0c528f1b6feaa2863dc3.patch
 delete mode 100644 debian/patches/cdc52bfecb95477972d5345ccff9719c02372f0f.patch
 delete mode 100644 debian/patches/d0153b7c86e44a7a8acfbc593da03c7e8c9d125b.patch
 delete mode 100644 debian/patches/f67ea3c62f33f0e675b3e091044c4983ae01b085.patch
 delete mode 100644 doc/.DS_Store
 delete mode 100644 doc/_static/logo2.png
 create mode 100644 doc/_static/logo2.svg
 create mode 100644 doc/faq/virtualenv_faq.rst
 create mode 100644 doc/mpl_toolkits/axes_grid/api/inset_locator_api.rst
 delete mode 100644 doc/users/plotting/colormaps/Lfunction.py
 delete mode 100644 doc/users/plotting/colormaps/colorconv.py
 create mode 100644 doc/users/plotting/colormaps/colormaps.py
 delete mode 100644 doc/users/plotting/examples/axes_zoom_effect.py
 delete mode 100644 examples/pylab_examples/clippedline.py
 create mode 100644 lib/matplotlib/testing/disable_internet.py
 create mode 100644 lib/matplotlib/tests/baseline_images/test_collections/size_in_xy.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_contour/contour_labels_size_color.png
 copy lib/matplotlib/tests/baseline_images/test_mathtext/{mathtext_cm_32.pdf => mathtext_cm_79.pdf} (53%)
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_79.png
 copy lib/matplotlib/tests/baseline_images/test_mathtext/{mathtext_cm_55.svg => mathtext_cm_79.svg} (52%)
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.pdf
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_79.svg
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.pdf
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_79.svg
 copy lib/matplotlib/tests/baseline_images/test_mathtext/{mathtext_stix_44.pdf => mathtext_stix_79.pdf} (54%)
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_79.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_79.svg
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.pdf
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.png
 create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_79.svg
 create mode 100644 lib/matplotlib/tests/test_container.py
 create mode 100644 tools/test_triage.py

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