[Python-modules-commits] [matplotlib] branch upstream updated (b358b1f -> 4816639)
Sandro Tosi
morph at moszumanska.debian.org
Sun May 28 02:29:31 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 b358b1f Import matplotlib_2.0.0+dfsg1.orig.tar.gz
new 4816639 Import matplotlib_2.0.2.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 | 4 +-
INSTALL | 12 +-
README.rst | 26 +-
doc/README.txt | 17 +-
doc/_static/depsy_badge_default.svg | 1 +
doc/_static/mpl.css | 4 +-
doc/_templates/badgesidebar.html | 2 +-
doc/_templates/citing.html | 2 +
doc/_templates/layout.html | 3 +-
doc/api/api_changes.rst | 63 ++
doc/api/api_changes/2016-12-09-AL_afm.rst | 7 -
doc/api/artist_api.rst | 1 +
doc/api/container_api.rst | 11 +
doc/api/index.rst | 1 +
doc/conf.py | 18 +
doc/contents.rst | 2 +
doc/devel/README.txt | 9 +
doc/devel/coding_guide.rst | 3 -
doc/devel/documenting_mpl.rst | 13 +-
doc/devel/gitwash/branch_dropdown.png | Bin 0 -> 16311 bytes
doc/devel/gitwash/configure_git.rst | 70 +-
doc/devel/gitwash/development_workflow.rst | 541 ++++++-----
doc/devel/gitwash/following_latest.rst | 6 +-
doc/devel/gitwash/forking_hell.rst | 28 +-
doc/devel/gitwash/git_development.rst | 16 +
doc/devel/gitwash/git_install.rst | 10 +-
doc/devel/gitwash/git_intro.rst | 14 +-
doc/devel/gitwash/git_links.inc | 54 +-
doc/devel/gitwash/git_resources.rst | 17 +-
doc/devel/gitwash/index.rst | 11 +-
doc/devel/gitwash/known_projects.inc | 28 +-
doc/devel/gitwash/maintainer_workflow.rst | 98 ++
doc/devel/gitwash/patching.rst | 51 +-
doc/devel/gitwash/pull_button.png | Bin 0 -> 12893 bytes
doc/devel/gitwash/set_up_fork.rst | 46 +-
doc/devel/gitwash/setting_up_for_development.rst | 16 -
doc/devel/gitwash/this_project.inc | 8 +-
doc/devel/testing.rst | 2 +-
doc/faq/osx_framework.rst | 9 +
doc/faq/troubleshooting_faq.rst | 2 +-
doc/make.py | 29 +
doc/resources/index.rst | 4 +
doc/users/artists.rst | 16 +-
doc/users/customizing.rst | 4 +-
doc/users/dflt_style_changes.rst | 29 +-
doc/users/github_stats.rst | 591 ++++++++++-
doc/users/gridspec.rst | 71 +-
doc/users/image_tutorial.rst | 2 +-
doc/users/plotting/colormaps/colormaps.py | 40 +-
doc/users/plotting/colormaps/grayscale.py | 30 +-
doc/users/plotting/colormaps/lightness.py | 151 ++-
doc/users/pyplot_tutorial.rst | 2 +-
doc/users/whats_new.rst | 14 +
examples/color/color_cycle_default.py | 6 +-
examples/color/color_cycle_demo.py | 16 +-
examples/color/colormaps_reference.py | 52 +-
examples/color/named_colors.py | 27 +-
.../interpolation_none_vs_nearest.py | 62 --
examples/lines_bars_and_markers/barh_demo.py | 6 +-
examples/lines_bars_and_markers/fill_demo.py | 6 +-
.../lines_bars_and_markers/fill_demo_features.py | 4 +-
.../line_demo_dash_control.py | 4 +-
.../line_styles_reference.py | 4 +
examples/lines_bars_and_markers/linestyles.py | 6 +-
.../marker_fillstyle_reference.py | 4 +
.../lines_bars_and_markers/marker_reference.py | 4 +
examples/misc/multiprocess.py | 6 +-
examples/mplot3d/2dcollections3d_demo.py | 10 +-
examples/mplot3d/bars3d_demo.py | 9 +
examples/mplot3d/hist3d_demo.py | 8 +-
examples/mplot3d/pathpatch3d_demo.py | 8 +
examples/mplot3d/polys3d_demo.py | 10 +
examples/pie_and_polar_charts/pie_demo_features.py | 4 +
examples/pie_and_polar_charts/polar_bar_demo.py | 5 +
.../pie_and_polar_charts/polar_scatter_demo.py | 8 +-
examples/pylab_examples/demo_bboximage.py | 8 +-
examples/pylab_examples/matshow.py | 9 +-
examples/pylab_examples/quiver_demo.py | 86 +-
examples/pylab_examples/quiver_simple_demo.py | 18 +
examples/pylab_examples/set_and_get.py | 2 +-
examples/showcase/firefox.py | 8 +
examples/showcase/xkcd.py | 7 +
examples/style_sheets/plot_bmh.py | 30 +-
examples/style_sheets/plot_dark_background.py | 18 +-
examples/style_sheets/plot_fivethirtyeight.py | 26 +-
examples/style_sheets/plot_ggplot.py | 4 +
examples/style_sheets/plot_grayscale.py | 5 +
examples/tests/backend_driver.py | 2 +-
.../text_labels_and_annotations/autowrap_demo.py | 10 +-
.../text_demo_fontdict.py | 8 +-
examples/ticks_and_spines/spines_demo.py | 26 +-
examples/ticks_and_spines/spines_demo_dropped.py | 4 +
examples/ticks_and_spines/tick-formatters.py | 6 +-
examples/ticks_and_spines/tick-locators.py | 6 +-
.../ticks_and_spines/tick_labels_from_values.py | 7 +-
.../ticks_and_spines/ticklabels_demo_rotation.py | 4 +
examples/units/annotate_with_units.py | 9 +
examples/units/artist_tests.py | 22 +-
examples/units/bar_demo2.py | 40 +-
examples/units/bar_unit_demo.py | 14 +-
examples/units/evans_test.py | 10 +-
examples/units/radian_demo.py | 7 +-
examples/units/units_sample.py | 15 +-
examples/units/units_scatter.py | 4 +-
examples/user_interfaces/svg_tooltip.py | 80 +-
extern/agg24-svn/include/agg_rendering_buffer.h | 10 +-
lib/matplotlib/__init__.py | 48 +-
lib/matplotlib/_cm.py | 30 +-
lib/matplotlib/_version.py | 4 +-
lib/matplotlib/afm.py | 10 +-
lib/matplotlib/animation.py | 72 +-
lib/matplotlib/axes/_axes.py | 175 ++--
lib/matplotlib/axes/_base.py | 36 +-
lib/matplotlib/axis.py | 10 +-
lib/matplotlib/backend_bases.py | 12 +-
lib/matplotlib/backends/backend_pdf.py | 14 +-
lib/matplotlib/backends/backend_pgf.py | 7 +-
lib/matplotlib/backends/backend_qt5.py | 54 +-
lib/matplotlib/backends/backend_wx.py | 35 +-
lib/matplotlib/backends/qt_compat.py | 12 +-
lib/matplotlib/cbook.py | 26 +-
lib/matplotlib/cm.py | 33 +-
lib/matplotlib/collections.py | 12 +
lib/matplotlib/colors.py | 12 +-
lib/matplotlib/dates.py | 3 +
lib/matplotlib/figure.py | 31 +-
lib/matplotlib/font_manager.py | 4 +-
lib/matplotlib/image.py | 69 +-
lib/matplotlib/legend_handler.py | 10 +-
lib/matplotlib/lines.py | 6 +-
lib/matplotlib/markers.py | 10 +-
lib/matplotlib/mathtext.py | 19 +-
lib/matplotlib/mlab.py | 2 +-
.../{classic.mplstyle => _classic_test.mplstyle} | 0
lib/matplotlib/mpl-data/stylelib/classic.mplstyle | 2 +
lib/matplotlib/patches.py | 208 ++--
lib/matplotlib/path.py | 26 +-
lib/matplotlib/pyplot.py | 11 +-
lib/matplotlib/quiver.py | 148 +--
lib/matplotlib/rcsetup.py | 25 +-
lib/matplotlib/scale.py | 2 +-
lib/matplotlib/stackplot.py | 5 +-
lib/matplotlib/style/core.py | 9 +-
lib/matplotlib/testing/decorators.py | 51 +-
.../test_arrow_patches/fancyarrow_dash.png | Bin 13085 -> 12574 bytes
.../test_artist/clip_path_clipping.pdf | Bin 4402 -> 4404 bytes
.../test_artist/clip_path_clipping.png | Bin 57839 -> 63545 bytes
.../test_artist/clip_path_clipping.svg | 136 +--
.../tests/baseline_images/test_artist/hatching.pdf | Bin 2201 -> 2626 bytes
.../tests/baseline_images/test_artist/hatching.png | Bin 12203 -> 12143 bytes
.../tests/baseline_images/test_artist/hatching.svg | 78 +-
.../baseline_images/test_axes/arrow_simple.png | Bin 0 -> 15087 bytes
...bar_tick_label_multiple_old_label_alignment.png | Bin 0 -> 8084 bytes
.../test_axes/boxplot_rc_parameters.pdf | Bin 3225 -> 3218 bytes
.../test_axes/boxplot_rc_parameters.png | Bin 7979 -> 7709 bytes
.../test_axes/boxplot_rc_parameters.svg | 300 +++---
.../baseline_images/test_axes/bxp_custombox.png | Bin 2585 -> 2676 bytes
.../baseline_images/test_axes/bxp_customcap.png | Bin 2101 -> 2055 bytes
.../baseline_images/test_axes/bxp_custommedian.png | Bin 2009 -> 1997 bytes
.../test_axes/bxp_custompatchartist.png | Bin 11810 -> 13464 bytes
.../test_axes/bxp_withmean_line.png | Bin 2137 -> 2158 bytes
.../test_image/imshow_masked_interpolation.pdf | Bin 0 -> 27055 bytes
.../test_image/imshow_masked_interpolation.png | Bin 0 -> 19273 bytes
.../test_image/imshow_masked_interpolation.svg | 185 ++++
.../test_image/mask_image_over_under.png | Bin 27283 -> 27319 bytes
.../tests/baseline_images/test_legend/hatching.pdf | Bin 0 -> 11426 bytes
.../tests/baseline_images/test_legend/hatching.png | Bin 0 -> 39539 bytes
.../tests/baseline_images/test_legend/hatching.svg | 1022 ++++++++++++++++++++
.../baseline_images/test_lines/scaled_lines.pdf | Bin 10384 -> 10397 bytes
.../baseline_images/test_lines/scaled_lines.png | Bin 26768 -> 28101 bytes
.../baseline_images/test_lines/scaled_lines.svg | 154 +--
.../test_mathtext/mathtext_cm_81.pdf | Bin 0 -> 7171 bytes
.../test_mathtext/mathtext_cm_81.png | Bin 0 -> 1541 bytes
.../test_mathtext/mathtext_cm_81.svg | 222 +++++
.../test_mathtext/mathtext_dejavusans_81.pdf | Bin 0 -> 6308 bytes
.../test_mathtext/mathtext_dejavusans_81.png | Bin 0 -> 1857 bytes
.../test_mathtext/mathtext_dejavusans_81.svg | 136 +++
.../test_mathtext/mathtext_dejavuserif_81.pdf | Bin 0 -> 6209 bytes
.../test_mathtext/mathtext_dejavuserif_81.png | Bin 0 -> 1860 bytes
.../test_mathtext/mathtext_dejavuserif_81.svg | 141 +++
.../test_mathtext/mathtext_stix_81.pdf | Bin 0 -> 6514 bytes
.../test_mathtext/mathtext_stix_81.png | Bin 0 -> 1677 bytes
.../test_mathtext/mathtext_stix_81.svg | 159 +++
.../test_mathtext/mathtext_stixsans_81.pdf | Bin 0 -> 6361 bytes
.../test_mathtext/mathtext_stixsans_81.png | Bin 0 -> 1641 bytes
.../test_mathtext/mathtext_stixsans_81.svg | 117 +++
.../test_patches/multi_color_hatch.pdf | Bin 0 -> 6190 bytes
.../test_patches/multi_color_hatch.png | Bin 0 -> 11521 bytes
.../test_patches/multi_color_hatch.svg | 469 +++++++++
.../tests/baseline_images/test_path/nan_path.eps | 455 +++++++++
.../tests/baseline_images/test_path/nan_path.pdf | 85 ++
.../tests/baseline_images/test_path/nan_path.png | Bin 0 -> 7789 bytes
.../tests/baseline_images/test_path/nan_path.svg | 222 +++++
.../test_path/semi_log_with_zero.png | Bin 28932 -> 29487 bytes
.../test_patheffects/collection.pdf | Bin 131008 -> 131166 bytes
.../test_patheffects/collection.png | Bin 321483 -> 321288 bytes
.../test_patheffects/collection.svg | 878 ++++++++++++-----
.../test_patheffects/patheffect1.pdf | Bin 11282 -> 11297 bytes
.../test_patheffects/patheffect1.png | Bin 32063 -> 32053 bytes
.../test_patheffects/patheffect1.svg | 98 +-
.../test_patheffects/patheffect2.pdf | Bin 15419 -> 15442 bytes
.../test_patheffects/patheffect2.png | Bin 25161 -> 25172 bytes
.../test_patheffects/patheffect2.svg | 158 +--
.../test_patheffects/patheffect3.pdf | Bin 27584 -> 27653 bytes
.../test_patheffects/patheffect3.png | Bin 81383 -> 81410 bytes
.../test_patheffects/patheffect3.svg | 162 ++--
.../test_patheffects/stroked_text.png | Bin 0 -> 150781 bytes
.../baseline_images/test_text/font_scaling.pdf | Bin 0 -> 382245 bytes
.../test_tightlayout/tight_layout9.pdf | Bin 0 -> 6066 bytes
.../test_tightlayout/tight_layout9.png | Bin 0 -> 18802 bytes
.../test_tightlayout/tight_layout9.svg | 1017 +++++++++++++++++++
.../test_widgets/check_radio_buttons.png | Bin 0 -> 21123 bytes
lib/matplotlib/tests/test_afm.py | 16 +
lib/matplotlib/tests/test_animation.py | 11 +-
lib/matplotlib/tests/test_axes.py | 117 ++-
lib/matplotlib/tests/test_backend_pgf.py | 6 -
lib/matplotlib/tests/test_cbook.py | 5 +
lib/matplotlib/tests/test_coding_standards.py | 1 -
lib/matplotlib/tests/test_colors.py | 4 +
lib/matplotlib/tests/test_cycles.py | 2 +-
lib/matplotlib/tests/test_dates.py | 2 +-
lib/matplotlib/tests/test_figure.py | 12 +
lib/matplotlib/tests/test_font_manager.py | 12 +-
lib/matplotlib/tests/test_image.py | 76 +-
lib/matplotlib/tests/test_legend.py | 31 +
lib/matplotlib/tests/test_marker.py | 19 +
lib/matplotlib/tests/test_mathtext.py | 1 +
lib/matplotlib/tests/test_patches.py | 26 +
lib/matplotlib/tests/test_path.py | 13 +
lib/matplotlib/tests/test_patheffects.py | 28 +
lib/matplotlib/tests/test_scale.py | 8 +
lib/matplotlib/tests/test_style.py | 16 +-
lib/matplotlib/tests/test_text.py | 13 +
lib/matplotlib/tests/test_ticker.py | 36 +-
lib/matplotlib/tests/test_tightlayout.py | 10 +
lib/matplotlib/tests/test_widgets.py | 14 +-
lib/matplotlib/ticker.py | 34 +-
lib/matplotlib/tight_layout.py | 6 +-
lib/matplotlib/widgets.py | 17 +-
lib/mpl_toolkits/axes_grid1/axes_rgb.py | 21 +-
matplotlibrc.template | 8 +-
setup.cfg.template | 2 +-
src/ft2font.cpp | 6 +-
src/path_converters.h | 23 +
244 files changed, 8730 insertions(+), 2286 deletions(-)
create mode 100644 doc/_static/depsy_badge_default.svg
delete mode 100644 doc/api/api_changes/2016-12-09-AL_afm.rst
create mode 100644 doc/api/container_api.rst
create mode 100644 doc/devel/README.txt
create mode 100644 doc/devel/gitwash/branch_dropdown.png
create mode 100644 doc/devel/gitwash/git_development.rst
create mode 100644 doc/devel/gitwash/maintainer_workflow.rst
create mode 100644 doc/devel/gitwash/pull_button.png
delete mode 100644 doc/devel/gitwash/setting_up_for_development.rst
delete mode 100644 examples/images_contours_and_fields/interpolation_none_vs_nearest.py
create mode 100644 examples/pylab_examples/quiver_simple_demo.py
copy lib/matplotlib/mpl-data/stylelib/{classic.mplstyle => _classic_test.mplstyle} (100%)
create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/arrow_simple.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_axes/bar_tick_label_multiple_old_label_alignment.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_image/imshow_masked_interpolation.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_legend/hatching.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_legend/hatching.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_legend/hatching.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_patches/multi_color_hatch.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_path/nan_path.eps
create mode 100644 lib/matplotlib/tests/baseline_images/test_path/nan_path.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_path/nan_path.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_path/nan_path.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_patheffects/stroked_text.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_text/font_scaling.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.pdf
create mode 100644 lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.png
create mode 100644 lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.svg
create mode 100644 lib/matplotlib/tests/baseline_images/test_widgets/check_radio_buttons.png
create mode 100644 lib/matplotlib/tests/test_afm.py
create mode 100644 lib/matplotlib/tests/test_marker.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