[Python-modules-commits] [matplotlib] 02/16: Import matplotlib_1.5.2.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Fri Sep 2 18:52:42 UTC 2016


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

morph pushed a commit to branch master
in repository matplotlib.

commit 571c0cec6896052900ada57484fce14ae2b791f4
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Aug 30 17:30:39 2016 +0100

    Import matplotlib_1.5.2.orig.tar.gz
---
 INSTALL                                        |   80 +-
 doc/_static/logo2.png                          |  Bin 0 -> 22279 bytes
 doc/_templates/index.html                      |   10 +-
 doc/_templates/layout.html                     |    7 +-
 doc/api/api_changes.rst                        |   21 +-
 doc/api/api_changes/2016-03-13-PMH.rst         |   10 -
 doc/devel/MEP/MEP12.rst                        |    3 +-
 doc/devel/MEP/MEP15.rst                        |    5 +-
 doc/devel/gitwash/git_links.inc                |    1 -
 doc/devel/gitwash/git_resources.rst            |    1 -
 doc/faq/installing_faq.rst                     |   47 +-
 doc/users/credits.rst                          |    9 +-
 doc/users/github_stats.rst                     | 1084 +++++++++++++-----------
 doc/users/intro.rst                            |    2 +-
 doc/users/mathtext.rst                         |    4 +-
 doc/users/plotting/examples/simple_legend01.py |    4 +-
 doc/users/shell.rst                            |    5 +-
 doc/users/style_sheets.rst                     |    2 +-
 doc/users/whats_new.rst                        |    3 +-
 examples/pylab_examples/custom_cmap.py         |   78 +-
 examples/specialty_plots/hinton_demo.py        |    4 +-
 lib/matplotlib/_version.py                     |    4 +-
 lib/matplotlib/axes/_axes.py                   |   52 +-
 lib/matplotlib/backends/backend_agg.py         |    4 +-
 lib/matplotlib/backends/backend_gdk.py         |    6 +-
 lib/matplotlib/backends/backend_gtk.py         |    6 +-
 lib/matplotlib/cbook.py                        |    6 +-
 lib/matplotlib/colors.py                       |    4 +-
 lib/matplotlib/lines.py                        |    2 +-
 lib/matplotlib/offsetbox.py                    |    4 +-
 lib/matplotlib/path.py                         |    2 +-
 lib/matplotlib/pyplot.py                       |    2 +-
 lib/matplotlib/tests/test_agg.py               |    9 +
 lib/matplotlib/tests/test_axes.py              |    3 +-
 lib/matplotlib/tests/test_bbox_tight.py        |    3 +-
 lib/matplotlib/tests/test_path.py              |    5 +-
 lib/matplotlib/text.py                         |  296 ++++---
 lib/matplotlib/widgets.py                      |   41 +-
 src/_backend_agg_wrapper.cpp                   |    9 +
 src/mplutils.h                                 |   10 +
 src/numpy_cpp.h                                |   10 +
 tests.py                                       |    2 +-
 42 files changed, 1022 insertions(+), 838 deletions(-)

diff --git a/INSTALL b/INSTALL
index da0513b..273703b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
 .. The source of this document is INSTALL. During the doc build process,
 .. this file is copied over to doc/users/installing.rst.
 .. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
+.. _pip: https://pypi.python.org/pypi/pip/
 
 **********
 Installing
@@ -21,14 +22,12 @@ Most platforms : scientific Python distributions
 The first option is to use one of the pre-packaged python
 distributions that already provide matplotlib built-in.  The
 Continuum.io Python distribution (`Anaconda
-<https://store.continuum.io/cshop/anaconda/>`_ or `miniconda
+<https://www.continuum.io/downloads/>`_ or `miniconda
 <http://conda.pydata.org/miniconda.html>`_) and the Enthought
 distribution `(Canopy) <https://www.enthought.com/products/canopy/>`_
 are both excellent choices that "just work" out of the box for
 Windows, OSX and common Linux platforms.  Both of these distributions
-include matplotlib and *lots* of other useful tools.  Another
-excellent alternative for Windows users is `Python (x, y)
-<https://code.google.com/p/pythonxy>`_ .
+include matplotlib and *lots* of other useful tools.
 
 
 Linux : using your package manager
@@ -44,9 +43,10 @@ Mac OSX : using pip
 -------------------
 
 If you are on Mac OSX you can probably install matplotlib binaries using the
-standard Python installation program `pip <https://pypi.python.org/pypi/pip>`_.
+standard Python installation program pip_.
 See :ref:`install_osx_binaries`.
 
+.. _installing_windows:
 
 Windows
 -------
@@ -54,33 +54,25 @@ Windows
 If you don't already have Python installed, we recommend using
 one of the `scipy-stack compatible Python distributions
 <http://www.scipy.org/install.html>`_ such as WinPython, Python(x,y),
-Enthought Canopy, or Continuum Anaconda, which have matplotlib and
-many of its dependencies, plus other useful packages, preinstalled.
-
-For `standard Python <http://www.python.org/download/>`_ installations
-you will also need to install compatible versions of
-`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
-`numpy <https://pypi.python.org/pypi/numpy/>`_,
-`python-dateutil <https://pypi.python.org/pypi/python-dateutil/>`_,
-`pytz <https://pypi.python.org/pypi/pytz>`_,
-`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_, and
-`cycler <https://pypi.python.org/pypi/Cycler>`_
-in addition to
-`matplotlib <http://pypi.python.org/pypi/matplotlib/>`_.
-
-For Python 3.5 the `Visual C++ Redistributable for Visual Studio 2015
-<http://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
-needs to be installed.
-In case Python 2.7 to 3.4 are not installed for all users (not the default),
+Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
+of its dependencies, plus other useful packages, preinstalled.
+
+For `standard Python <https://www.python.org/download/>`_ installations,
+install matplotlib using pip_::
+
+    python -m pip install -U pip setuptools
+    python -m pip install matplotlib
+
+In case Python 2.7 or 3.4 are not installed for all users,
 the Microsoft Visual C++ 2008 (
 `64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
 or
 `32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
-for Python 2.7 to 3.2) or Microsoft Visual C++ 2010 (
+for Python 2.7) or Microsoft Visual C++ 2010 (
 `64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
 or
 `32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
-for Python 3.3 and 3.4) redistributable packages need to be installed.
+for Python 3.4) redistributable packages need to be installed.
 
 Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
 for reading and saving JPEG, BMP, and TIFF image files.
@@ -105,22 +97,23 @@ For other backends you may need to install
 or GhostScript.
 
 TkAgg is probably the best backend for interactive use from the
-standard Python shell or IPython. It is enabled as the default backend
+standard Python shell or IPython.  It is enabled as the default backend
 for the official binaries.  GTK3 is not supported on Windows.
 
-The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
-the `PyPI download page <http://pypi.python.org/pypi/matplotlib/>`_ do
-not contain test data or example code.  If you want to try the many
-demos that come in the matplotlib source distribution, download the
-:file:`*.tar.gz` file and look in the :file:`examples` subdirectory.
-To run the test suite, copy the :file:`lib\matplotlib\tests` and
-:file:`lib\mpl_toolkits\tests` directories from the source
-distribution to :file:`sys.prefix\Lib\site-packages\matplotlib` and
-:file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and
+The Windows wheels (:file:`*.whl`) on the `PyPI download page
+<https://pypi.python.org/pypi/matplotlib/>`_ do not contain test data
+or example code.
+If you want to try the many demos that come in the matplotlib source
+distribution, download the :file:`*.tar.gz` file and look in the
+:file:`examples` subdirectory.
+To run the test suite, copy the :file:`lib\\matplotlib\\tests` and
+:file:`lib\\mpl_toolkits\\tests` directories from the source
+distribution to :file:`sys.prefix\\Lib\\site-packages\\matplotlib` and
+:file:`sys.prefix\\Lib\\site-packages\\mpl_toolkits` respectively, and
 install `nose <https://pypi.python.org/pypi/nose>`_, `mock
 <https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript,
 ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
-<http://inkscape.org/>`_.
+<https://inkscape.org/>`_.
 
 
 
@@ -320,17 +313,14 @@ git repository and follow the instruction in :file:`README.osx`.
 
 .. _build_windows:
 
-
 Building on Windows
 -------------------
 
 The Python shipped from http://www.python.org is compiled with Visual Studio
-2008 for versions before 3.3 and Visual Studio 2010 for 3.3 and later.  Python
-extensions are recommended to be compiled with the same compiler.  The .NET
-Framework 4.0 is required for MSBuild (you'll likely have the requisite
-Framework with Visual Studio).  In addition to Visual Studio `CMake
-<http://www.cmake.org>`_ is required for building libpng.
-
-Since there is no canonical Windows package manager the build methods for
-freetype, zlib, libpng, tcl, & tk source code are documented as a build script
+2008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and
+Visual Studio 2015 for 3.5.  Python extensions are recommended to be compiled
+with the same compiler.
+
+Since there is no canonical Windows package manager, the methods for building
+freetype, zlib, and libpng from source code are documented as a build script
 at `matplotlib-winbuild <https://github.com/jbmohler/matplotlib-winbuild>`_.
diff --git a/doc/_static/logo2.png b/doc/_static/logo2.png
new file mode 100644
index 0000000..72843ab
Binary files /dev/null and b/doc/_static/logo2.png differ
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index c5d133f..4475d24 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -61,7 +61,7 @@ function getSnippet(id, url) {
   You can generate plots, histograms, power spectra, bar charts,
   errorcharts, scatterplots, etc, with just a few lines of code.
   For a sampling, see the <a href="{{ pathto('users/screenshots') }}">screenshots</a>, <a href="{{ pathto('gallery') }}">thumbnail</a> gallery,  and
-    <a href="examples/index.html">examples</a> directory</p>
+    <a href="{{ pathto('examples/index') }}">examples</a> directory</p>
 
 <p>For simple plotting the <tt>pyplot</tt> interface provides a
   MATLAB-like interface, particularly when combined
@@ -98,9 +98,7 @@ function getSnippet(id, url) {
 
   <h1>Installation</h1>
 
-  Visit the
-  <a href="http://matplotlib.org/users/installing.html">matplotlib
-  installation instructions.</a>.
+  Visit the <a href="{{ pathto('users/installing') }}">matplotlib installation instructions</a>.
 
   <h1>Documentation</h1>
 
@@ -112,8 +110,8 @@ function getSnippet(id, url) {
   </script>
 
   <p>Trying to learn how to do a particular kind of plot?  Check out
-  the <a href="gallery.html">gallery</a>, <a href="examples/index.html">examples</a>,
-  or the <a href="api/pyplot_summary.html">list of plotting
+  the <a href="{{ pathto('gallery') }}">gallery</a>, <a href="{{ pathto('examples/index') }}">examples</a>,
+  or the <a href="{{ pathto('api/pyplot_summary') }}">list of plotting
   commands</a>.</p>
 
   <h4>Other learning resources</h4>
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 755c019..79ce033 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -177,8 +177,11 @@ color: #11557C;">new updates</a></p>
 </map>
 
 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
-<a href="{{ pathto('index') }}"><img src="{{
-pathto("_static/logo2.svg", 1) }}" width="540px" border="0" alt="matplotlib"/></a>
+{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
+<a href="{{ pathto('index') }}"><img src="{{pathto("_static/logo2.png", 1) }}" width="540px" border="0" alt="matplotlib"/></a>
+{%- else %}
+<a href="{{ pathto('index') }}"><img src="{{pathto("_static/logo2.svg", 1) }}" width="540px" border="0" alt="matplotlib"/></a>
+{%- endif %}
 </div>
 
 {% endblock %}
diff --git a/doc/api/api_changes.rst b/doc/api/api_changes.rst
index 443c08e..083d9e4 100644
--- a/doc/api/api_changes.rst
+++ b/doc/api/api_changes.rst
@@ -11,6 +11,25 @@ sources of the changes you are experiencing.
 For new features that were added to matplotlib, please see
 :ref:`whats-new`.
 
+Changes in 1.5.2
+================
+
+
+Default Behavior Changes
+------------------------
+
+Changed default ``autorange`` behavior in boxplots
+``````````````````````````````````````````````````
+
+Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
+and maximum values if the quartiles were all equal (i.e., Q1 = median
+= Q3). This behavior has been disabled by default to restore consistency
+with other plotting packages.
+
+To restore the old behavior, simply set ``autorange=True`` when
+calling ``plt.boxplot``.
+
+
 Changes in 1.5.0
 ================
 
@@ -72,7 +91,7 @@ by the new keyword argument `corner_mask`, or if this is not specified then
 the new rcParam `contour.corner_mask` instead.  The new default behaviour is
 equivalent to using `corner_mask=True`; the previous behaviour can be obtained
 using `corner_mask=False` or by changing the rcParam.  The example
-http://matplotlib.org/examples/pylab_examples/contour_corner_mask.py
+http://matplotlib.org/examples/pylab_examples/contour_corner_mask.html
 demonstrates the difference.  Use of the old contouring algorithm, which is
 obtained with `corner_mask='legacy'`, is now deprecated.
 
diff --git a/doc/api/api_changes/2016-03-13-PMH.rst b/doc/api/api_changes/2016-03-13-PMH.rst
deleted file mode 100644
index 209df72..0000000
--- a/doc/api/api_changes/2016-03-13-PMH.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-Changed default ``autorange`` behavior in boxplots
-``````````````````````````````````````````````````
-
-Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
-and maximum values if the quartiles were all equal (i.e., Q1 = median
-= Q3). This behavior has been disabled by default to restore consistency
-with other plotting packages.
-
-To restore the old behavior, simply set ``autorange=True`` when
-calling ``plt.boxplot``.
diff --git a/doc/devel/MEP/MEP12.rst b/doc/devel/MEP/MEP12.rst
index cff8239..d66929c 100644
--- a/doc/devel/MEP/MEP12.rst
+++ b/doc/devel/MEP/MEP12.rst
@@ -184,5 +184,4 @@ navigate the gallery. Thus, tags are complementary to this reorganization.
 .. [2] http://github.com/matplotlib/matplotlib/issues/524
 .. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091
 .. [4] http://www.loria.fr/~rougier/teaching/matplotlib/
-.. [5] http://www.gigawiz.com/aagraphs.html
-.. [6] http://www.loria.fr/~rougier/coding/gallery/
+.. [5] http://www.loria.fr/~rougier/coding/gallery/
diff --git a/doc/devel/MEP/MEP15.rst b/doc/devel/MEP/MEP15.rst
index 7c9b2b7..0fed938 100644
--- a/doc/devel/MEP/MEP15.rst
+++ b/doc/devel/MEP/MEP15.rst
@@ -29,10 +29,7 @@ When axis limits for a 2-D plot are specified for one axis only (via `xlim` or
 `ylim`), matplotlib currently does not currently rescale the other axis.  The
 result is that the displayed curves or symbols may be compressed into a tiny
 portion of the available area, so that the final plot conveys much less
-information than it would with appropriate axis scaling.  An example of such a
-plot can be found at the following URL:
-
-http://phillipmfeldman.org/Python/MEP15.png
+information than it would with appropriate axis scaling.
 
 The proposed change of behavior would make matplotlib choose the scale for the
 remaining axis using only the data that falls within the limits for the axis
diff --git a/doc/devel/gitwash/git_links.inc b/doc/devel/gitwash/git_links.inc
index 5b769ec..2fe60e3 100644
--- a/doc/devel/gitwash/git_links.inc
+++ b/doc/devel/gitwash/git_links.inc
@@ -43,7 +43,6 @@
 .. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
 .. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
 .. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
-.. _git management: http://kerneltrap.org/Linux/Git_Management
 .. _linux git workflow: http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html
 .. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html
 .. _git foundation: http://matthew-brett.github.com/pydagogue/foundation.html
diff --git a/doc/devel/gitwash/git_resources.rst b/doc/devel/gitwash/git_resources.rst
index e081328..dc63aef 100644
--- a/doc/devel/gitwash/git_resources.rst
+++ b/doc/devel/gitwash/git_resources.rst
@@ -30,7 +30,6 @@ Advanced git workflow
 There are many ways of working with git_; here are some posts on the
 rules of thumb that other projects have come up with:
 
-* Linus Torvalds on `git management`_
 * Linus Torvalds on `linux git workflow`_ .  Summary; use the git tools
   to make the history of your edits as clean as possible; merge from
   upstream edits as little as possible in branches where you are doing
diff --git a/doc/faq/installing_faq.rst b/doc/faq/installing_faq.rst
index d914f21..fc5ed19 100644
--- a/doc/faq/installing_faq.rst
+++ b/doc/faq/installing_faq.rst
@@ -52,31 +52,6 @@ matplotlib was originally installed on your system. Follow the steps
 below that goes with your original installation method to cleanly
 remove matplotlib from your system.
 
-Easy Install
-------------
-
-1. Delete the caches from your :ref:`.matplotlib configuration directory
-   <locating-matplotlib-config-dir>`.
-
-2. Run::
-
-     easy_install -m matplotlib
-
-
-3. Delete any .egg files or directories from your :ref:`installation
-   directory <locating-matplotlib-install>`.
-
-
-
-Windows installer
------------------
-
-1. Delete the caches from your :ref:`.matplotlib configuration directory
-   <locating-matplotlib-config-dir>`.
-
-2. Use :menuselection:`Start --> Control Panel` to start the :program:`Add and
-   Remove Software` utility.
-
 Source install
 --------------
 
@@ -374,24 +349,4 @@ know: see :ref:`reporting-problems`.
 Windows Notes
 =============
 
-We recommend you use one of the excellent python collections which include
-Python itself and a wide range of libraries including matplotlib:
-
-- Anaconda_ from `Continuum Analytics`_
-- Canopy_ from Enthought_
-- `Python (x, y) <https://code.google.com/p/pythonxy>`_
-
-Python (X, Y) is Windows-only, whereas Anaconda and Canopy are cross-platform.
-
-.. _windows-installers:
-
-Standalone binary installers for Windows
-----------------------------------------
-
-If you have already installed Python and numpy, you can use one of the
-matplotlib binary installers for windows -- you can get these from the
-`the PyPI matplotlib page <http://pypi.python.org/pypi/matplotlib>`_
-site.  Choose the files with an ``.exe`` extension that match your
-version of Python (e.g., ``py2.7`` if you installed Python 2.7).  If
-you haven't already installed Python, you can get the official version
-from the `Python web site <http://python.org/download/>`_.
+See :ref:`installing_windows`.
diff --git a/doc/users/credits.rst b/doc/users/credits.rst
index aa15928..611defd 100644
--- a/doc/users/credits.rst
+++ b/doc/users/credits.rst
@@ -22,11 +22,10 @@ Jeremy O'Donoghue
 Andrew Straw
   Provided much of the log scaling architecture, the fill command, PIL
   support for imshow, and provided many examples.  He also wrote the
-  support for dropped axis spines and the `buildbot
-  <http://mpl-buildbot.code.astraw.com/>`_ unit testing infrastructure
-  which triggers the JPL/James Evans platform specific builds and
-  regression test image comparisons from svn matplotlib across
-  platforms on svn commits.
+  support for dropped axis spines and the original buildbot unit
+  testing infrastructure which triggered the JPL/James Evans platform
+  specific builds and regression test image comparisons from svn
+  matplotlib across platforms on svn commits.
 
 Charles Twardy
   provided the impetus code for the legend class and has made
diff --git a/doc/users/github_stats.rst b/doc/users/github_stats.rst
index d2abadf..c503e4e 100644
--- a/doc/users/github_stats.rst
+++ b/doc/users/github_stats.rst
@@ -3,17 +3,23 @@
 Github Stats
 ============
 
-GitHub stats for 2014/08/26 - 2016/01/09 (tag: v1.4.0)
+GitHub stats for 2015/02/16 - 2016/07/02 (tag: v1.4.3)
 
 These lists are automatically generated, and may be incomplete or contain duplicates.
 
-We closed 744 issues and merged 877 pull requests.
+We closed 807 issues and merged 894 pull requests.
 
-The following 260 authors contributed 5401 commits.
+The following 316 authors contributed 5340 commits.
 
 * Acanthostega
+* Adrien F Vincent
+* Adrien F. VINCENT
+* Adrien VINCENT
+* afvincent
 * Alan Du
+* Alberto
 * alex
+* Alex Rothberg
 * Alexander Taylor
 * Alexei Colin
 * Ali Mehdi
@@ -23,46 +29,58 @@ The following 260 authors contributed 5401 commits.
 * AmyTeegarden
 * Andreas Mayer
 * Andy Zhu
+* Anton Akhmerov
 * Antony Lee
 * Arie
 * Ariel Hernán Curiale
 * Arnaud Gardelein
 * Arpad Horvath
 * basharovV
-* Behram Mistree
 * Ben Root
+* Benjamin Berg
+* Benjamin Congdon
 * Benjamin Reedlunn
 * BHT
 * Brett Cannon
 * Brian McLaughlin
 * Bruno Beltran
+* Cameron Davidson-Pilon
 * cammil
 * Casey Webster
 * Casper van der Wel
 * caspervdw
 * chadawagner
 * chebee7i
+* Chen Karako
+* Chris Holdgraf
 * Christian Brueffer
 * Christoph Gohlke
 * Cimarron Mittelsteadt
 * CJ Carey
 * curiale
+* DaCoEx
 * Damon McDougall
-* DanHickstein
+* danhickstein
 * Danhickstein
+* DanHickstein
 * David
 * David Haberthür
 * David Kua
+* David Stansby
 * Devashish Deshpande
+* Diego Mora Cespedes
 * domspad
 * Dora Fraeman
 * dsquareindia
 * Duncan Macleod
+* Dylan Evans
 * e-q
+* E. G. Patrick Bos
 * Elena Glassman
 * Elias Pipping
 * Elliott Sales de Andrade
 * elpres
+* Elvis Stansvik
 * Emil Mikulic
 * Endolith
 * endolith
@@ -83,30 +101,42 @@ The following 260 authors contributed 5401 commits.
 * flothesof
 * Francesco Montesano
 * Francis Colas
+* Francoise Provencher
+* Frank Yu
 * François Magimel
 * frenchwr
 * fvgoto
+* Gaute Hope
 * gcallah
+* gepcel
 * Giovanni
 * gluap
 * Gregory Ashton
 * Gregory R. Lee
+* Grillard
 * hamogu
 * Hans Dembinski
 * Hans Moritz Günther
 * Hassan Kibirige
+* Henning Pohl
+* Herbert Kruitbosch
 * Holger Peters
 * hugadams
 * Ian Thomas
+* Ilia Kurenkov
+* ImSoErgodic
 * insertroar
 * Ioannis Filippidis
 * Isaac Schwabacher
 * Isaac Slavitt
 * Ismo Toijala
-* itziakos
+* J. Goutin
+* Jacob McDonald
+* Jae-Joon Lee
 * Jaime Fernandez
 * jaimefrio
 * Jake VanderPlas
+* James A. Bednar
 * James Pallister
 * James R. Evans
 * Jan Schulz
@@ -114,7 +144,7 @@ The following 260 authors contributed 5401 commits.
 * Jascha Ulrich
 * Jason King
 * Jason Liw Yan Chong
-* Jason Miller
+* Jason Zheng
 * JayP16
 * jbbrokaw
 * Jeff Lutgen
@@ -128,25 +158,31 @@ The following 260 authors contributed 5401 commits.
 * Joe Kington
 * Joel B. Mohler
 * John Vandenberg
-* Jorrit Wronski
+* jonchar
 * Josef Heinen
+* Joseph Fox-Rabinovitz
 * Joseph Jon Booker
 * Jouni K. Seppänen
 * Jouni Seppänen
-* jowr
 * Julian Mehne
+* Julian V. Modesto
 * Julien Lhermitte
 * Julien Schueller
 * Julien-Charles Lévesque
 * Katy Huff
 * Kevin Keating
+* khyox
 * kikocorreoso
 * Kimmo Palin
+* Kjartan Myrdal
 * klaus
+* klonuo
 * Konrad Förstner
 * Konstantin Tretyakov
 * Kristen M. Thyng
 * Kristen Thyng
+* Kyle Bridgemohansingh
+* Kyler Brown
 * leeonadoh
 * Leeonadoh
 * Lennart Fricke
@@ -155,7 +191,11 @@ The following 260 authors contributed 5401 commits.
 * lichri12
 * Lori J
 * Loïc Estève
+* Luis Pedro Coelho
+* Mad Physicist
+* Magnus Nord
 * Majid alDosari
+* mamrehn
 * Marcos Duarte
 * Marek Rudnicki
 * Marin Gilles
@@ -165,7 +205,6 @@ The following 260 authors contributed 5401 commits.
 * masamson
 * Masud Rahman
 * Mathieu Duponchelle
-* Matt Giuca
 * Matt Hancock
 * Matt Li
 * Matt Shen
@@ -183,14 +222,15 @@ The following 260 authors contributed 5401 commits.
 * Minty Zhang
 * MirandaXM
 * mrkrd
+* muahah
 * Muhammad Mehdi
+* Nathan Goldbaum
 * Neil Crighton
 * Nelle Varoquaux
-* Niall Robinson
 * Nicholas Devenish
-* nickystringer
 * Nico Schlömer
 * Nicolas P. Rougier
+* Nicolas Tessore
 * Nikita Kniazev
 * Niklas Koep
 * Nils Werner
@@ -206,9 +246,12 @@ The following 260 authors contributed 5401 commits.
 * Parfenov Sergey
 * patchen
 * Patrick Chen
+* paul
 * Paul G
 * Paul Ganssle
 * Paul Hobson
+* Paul Kirow
+* Paul Romano
 * Pete Bachant
 * Peter St. John
 * Peter Würtz
@@ -219,63 +262,292 @@ The following 260 authors contributed 5401 commits.
 * Ramiro Gómez
 * Randy Olson
 * rasbt
-* Remi Rampin
 * Robin Dunn
+* Robin Wilson
 * rsnape
+* ryan
 * Ryan May
 * Ryan Morshead
 * Ryan Nelson
 * ryanbelt
+* RyanPan
 * s9w
+* Samuel St-Jean
+* Sander
+* scls19fr
+* Scott Howard
 * Scott Lawrence
+* scott-vsi
 * sdementen
+* Simon Gibbons
 * Skelpdar
 * Slav
 * sohero
 * Spencer McIntyre
-* Stanley, Simon
 * Stefan Lehmann
 * Stefan Pfenninger
 * Stefan van der Walt
-* Stephen Horst
-* Sterling Smith
 * Steven Silvester
+* story645
 * Stuart Mumford
 * switham
 * Tamas Gal
+* Terrence J. Katzenbaer
 * Thomas A Caswell
 * Thomas Hisch
 * Thomas Lake
 * Thomas Robitaille
 * Thomas Spura
+* Thorsten Liebig
 * Till Stensitzki
+* tmdavison
 * Tobias Megies
 * Tomas Kazmar
 * tomoemon
+* Trish Gillett-Kawamoto
 * u55
 * ugurthemaster
 * Ulrich Dobramysl
+* ultra-andy
 * Umair Idris
 * Vadim Markovtsev
+* Valentin Schmidt
+* Victor Zabalza
 * Víctor Zabalza
 * Warren Weckesser
 * Wen Li
 * Wendell Smith
 * Werner F Bruhin
 * wernerfb
-* William Manley
+* Wieland Hoffmann
 * Xiaowen Tang
 * xuanyuansen
+* Xufeng Wang
 * Yu Feng
 * Yunfei Yang
 * Yuri D'Elia
-* Yuval Langer
 * Zair Mubashar
 
 GitHub issues and pull requests:
 
-Pull Requests (877):
+Pull Requests (894):
 
+* :ghpull:`6601`: BF: protect against locale in sphinext text
+* :ghpull:`6662`: [MRG+1] adding from_list to custom cmap tutorial
+* :ghpull:`6666`: Guard against too-large figures
+* :ghpull:`6659`: Fix image alpha
+* :ghpull:`6642`: Fix rectangle selector release bug
+* :ghpull:`6652`: Minor doc updates.
+* :ghpull:`6653`: DOC: Incorrect rendering of dashes
+* :ghpull:`6648`: adding a new color and editing an existing color in fivethirtyeight.mplstyle
+* :ghpull:`6548`: Fix typo.
+* :ghpull:`6628`: fix the swab bug to compile on solaris system
+* :ghpull:`6622`: colors: ensure masked array data is an ndarray
+* :ghpull:`6625`: DOC: Found a typo.
+* :ghpull:`6614`: Fix docstring for PickEvent.
+* :ghpull:`6554`: Update mpl_toolkits.gtktools.
+* :ghpull:`6564`: Cleanup for drawstyles.
+* :ghpull:`6577`: Fix mlab.rec_join.
+* :ghpull:`6596`: Added a new example to create error boxes using a PatchCollection
+* :ghpull:`2370`: Implement draw_markers in the cairo backend.
+* :ghpull:`6599`: Drop conditional import of figureoptions.
+* :ghpull:`6573`: Some general cleanups
+* :ghpull:`6568`: Add OSX to travis tests
+* :ghpull:`6600`: Typo: markeredgewith -> markeredgewidth
+* :ghpull:`6526`: ttconv: Also replace carriage return with spaces.
+* :ghpull:`6530`: Update make.py
+* :ghpull:`6405`: ToolManager/Tools adding methods to set figure after initialization
+* :ghpull:`6553`: Drop prettyplotlib from the list of toolkits.
+* :ghpull:`6557`: Merge 2.x to master
+* :ghpull:`5626`: New toolbar icons
+* :ghpull:`6555`: Fix docstrings for ``warn_deprecated``.
+* :ghpull:`6544`: Fix typo in margins handling.
+* :ghpull:`6014`: Patch for issue #6009
+* :ghpull:`6517`: Fix conversion of string grays with alpha.
+* :ghpull:`6522`: DOC: made sure boxplot demos share y-axes
+* :ghpull:`6529`: TST Remove plt.show() from test_axes.test_dash_offset
+* :ghpull:`6519`: Fix FigureCanvasAgg.print_raw(...)
+* :ghpull:`6481`: Default boxplot style rebase
+* :ghpull:`6504`: Patch issue 6035 rebase
+* :ghpull:`5593`: ENH: errorbar color cycle clean up
+* :ghpull:`6497`: Line2D._path obeys drawstyle.
+* :ghpull:`6487`: Added docstring to scatter_with_legend.py [MEP12]
+* :ghpull:`6485`: Barchart demo example clean up [MEP 12]
+* :ghpull:`6472`: Install all dependencies from pypi
+* :ghpull:`6482`: Skip test broken with numpy 1.11
+* :ghpull:`6475`: Do not turn on interactive mode on in example script
+* :ghpull:`6442`: MRG: loading TCL / Tk symbols dynamically
+* :ghpull:`6467`: ENH: add unified seaborn style sheet
+* :ghpull:`6465`: updated boxplot figure
+* :ghpull:`6462`: CI: Use Miniconda already installed on AppVeyor.
+* :ghpull:`6456`: FIX: unbreak master after 2.x merge
+* :ghpull:`6445`: Offset text colored by labelcolor param
+* :ghpull:`6417`: Showraise gtk gtk3
+* :ghpull:`6423`: TST: splitlines in rec2txt test
+* :ghpull:`6427`: Output pdf dicts in deterministic order
+* :ghpull:`6431`: Merge from v2.x
+* :ghpull:`6433`: Make the frameworkpython script compatible with Python 3
+* :ghpull:`6358`: Stackplot weighted_wiggle zero-area fix
+* :ghpull:`6382`: New color conversion machinery.
+* :ghpull:`6372`: DOC: add whats_new for qt configuration editor.
+* :ghpull:`6415`: removing unused DialogLineprops from gtk3
+* :ghpull:`6390`: Use xkcd: prefix to avoid color name clashes.
+* :ghpull:`6397`: key events handler return value to True to stop propagation
+* :ghpull:`6402`: more explicit message for missing image
+* :ghpull:`5785`: Better choice of offset-text.
+* :ghpull:`6302`: FigureCanvasQT key auto repeat
+* :ghpull:`6334`: ENH: webagg: Handle ioloop shutdown correctly
+* :ghpull:`5267`: AutoMinorLocator and and logarithmic axis
+* :ghpull:`6386`: Minor improvements concerning #6353 and #6357
+* :ghpull:`6388`: Remove wrongly commited test.txt
+* :ghpull:`6379`: Install basemap from git trying to fix build issue with docs
+* :ghpull:`6369`: Update demo_floating_axes.py with comments
+* :ghpull:`6377`: Remove unused variable in GeoAxes class
+* :ghpull:`6373`: Remove misspelled and unused variable in GeoAxes class
+* :ghpull:`6376`: Update index.rst - add Windrose as third party tool
+* :ghpull:`6371`: Set size of static figure to match widget on hidp displays
+* :ghpull:`6370`: Restore webagg backend following the merge of widget nbagg backend
+* :ghpull:`6366`: Sort default labels numerically in Qt editor.
+* :ghpull:`6367`: Remove stray nonascii char from nbagg
+* :ghpull:`5754`: IPython Widget
+* :ghpull:`6146`: ticker.LinearLocator view_limits algorithm improvement closes #6142
+* :ghpull:`6287`: ENH: add axisbelow option 'line', make it the default
+* :ghpull:`6339`: Fix #6335: Queue boxes to update
+* :ghpull:`6347`: Allow setting image clims in Qt options editor.
+* :ghpull:`6354`: Update events handling documentation to work with Python 3.
+* :ghpull:`6356`: Merge 2.x to master
+* :ghpull:`6304`: Updating animation file writer to allow keywork arguments when using ``with`` construct
+* :ghpull:`6328`: Add default scatter marker option to rcParams
+* :ghpull:`6342`: Remove shebang lines from all examples. [MEP12]
+* :ghpull:`6337`: Add a 'useMathText' param to method 'ticklabel_format'
+* :ghpull:`6346`: Avoid duplicate cmap in image options.
+* :ghpull:`6253`: MAINT: Updates to formatters in ``matplotlib.ticker``
+* :ghpull:`6291`: Color cycle handling
+* :ghpull:`6340`: BLD: make minimum cycler version 0.10.0
+* :ghpull:`6322`: Typo fixes and wording modifications (minor)
+* :ghpull:`6319`: Add PyUpSet as extension
+* :ghpull:`6314`: Only render markers on a line when markersize > 0
+* :ghpull:`6303`: DOC Clean up on about half the Mplot3d examples
+* :ghpull:`6311`: Seaborn sheets
+* :ghpull:`6300`: Remake of #6286
+* :ghpull:`6297`: removed duplicate word in Choosing Colormaps documentation
+* :ghpull:`6200`: Tick vertical alignment
+* :ghpull:`6203`: Fix #5998: Support fallback font correctly
+* :ghpull:`6198`: Make hatch linewidth an rcParam
+* :ghpull:`6275`: Fix cycler validation
+* :ghpull:`6283`: Use ``figure.stale`` instead of internal member in macosx
+* :ghpull:`6247`: DOC: Clarify fillbetween_x example.
+* :ghpull:`6251`: ENH: Added a ``PercentFormatter`` class to ``matplotlib.ticker``
+* :ghpull:`6267`: MNT: trap inappropriate use of color kwarg in scatter; closes #6266
+* :ghpull:`6249`: Adjust test tolerance to pass for me on OSX
+* :ghpull:`6263`: TST: skip broken test
+* :ghpull:`6260`: Bug fix and general touch ups for hist3d_demo example (#1702)
+* :ghpull:`6239`: Clean warnings in examples
+* :ghpull:`6170`: getter for ticks for colorbar
+* :ghpull:`6246`: Merge v2.x into master
+* :ghpull:`6238`: Fix sphinx 1.4.0 issues
+* :ghpull:`6241`: Force Qt validator to use C locale.
+* :ghpull:`6234`: Limit Sphinx to 1.3.6 for the time being
+* :ghpull:`6178`: Use Agg for rendering in the Mac OSX backend
+* :ghpull:`6232`: MNT: use stdlib tools in allow_rasterization
+* :ghpull:`6211`: A method added to Colormap classes to reverse the colormap
+* :ghpull:`6205`: Use io.BytesIO instead of io.StringIO in examples
+* :ghpull:`6229`: Add a locator to AutoDateFormatters example code
+* :ghpull:`6222`: ENH: Added ``file`` keyword to ``setp`` to redirect output
+* :ghpull:`6217`: BUG: Made ``setp`` accept arbitrary iterables
+* :ghpull:`6154`: Some small cleanups based on Quantified code
+* :ghpull:`4446`: Label outer offset text
+* :ghpull:`6218`: DOC: fix typo
+* :ghpull:`6202`: Fix #6136: Don't hardcode default scatter size
+* :ghpull:`6195`: Documentation bug #6180
+* :ghpull:`6194`: Documentation bug fix: #5517
+* :ghpull:`6011`: Fix issue #6003
+* :ghpull:`6179`: Issue #6105: Adds targetfig parameter to the subplot2grid function
+* :ghpull:`6185`: Fix to csv2rec bug for review
+* :ghpull:`6192`: More precise choice of axes limits.
+* :ghpull:`6176`: DOC: Updated docs for rc_context
+* :ghpull:`5617`: Legend tuple handler improve
+* :ghpull:`6188`: Merge 2x into master
+* :ghpull:`6158`: Fix: pandas series of strings
+* :ghpull:`6156`: Bug: Fixed regression of ``drawstyle=None``
+* :ghpull:`5343`: Boxplot stats w/ equal quartiles
+* :ghpull:`6132`: Don't check if in range if the caller passed norm
+* :ghpull:`6091`: Fix for issue 5575 along with testing
+* :ghpull:`6123`: docstring added
+* :ghpull:`6145`: BUG: Allowing unknown drawstyles
+* :ghpull:`6148`: Fix: Pandas indexing Error in collections
+* :ghpull:`6140`: clarified color argument in scatter
+* :ghpull:`6137`: Fixed outdated link to thirdpartypackages, and simplified the page
+* :ghpull:`6095`: Bring back the module level 'backend'
+* :ghpull:`6124`: Fix about dialog on Qt 5
+* :ghpull:`6110`: Fixes matplotlib/matplotlib#1235
+* :ghpull:`6122`: MNT: improve image array argument checking in to_rgba. Closes #2499.
+* :ghpull:`6047`: bug fix related #5479
+* :ghpull:`6119`: added comment on "usetex=False" to ainde debugging when latex not ava…
+* :ghpull:`6073`: fixed bug 6028
+* :ghpull:`6116`: CI: try explicitly including msvc_runtime
+* :ghpull:`6100`: Update INSTALL
+* :ghpull:`6099`: Fix #6069.  Handle image masks correctly
+* :ghpull:`6079`: Fixed Issue 4346
+* :ghpull:`6102`: Update installing_faq.rst
+* :ghpull:`6101`: Update INSTALL
+* :ghpull:`6074`: Fixes an error in the documentation, linestyle is dash_dot and should be dashdot
+* :ghpull:`6068`: Text class: changed __str__ method and added __repr__ method
+* :ghpull:`6018`: Added get_status() function to the CheckButtons widget
+* :ghpull:`6013`: Mnt cleanup pylab setup
+* :ghpull:`5984`: Suggestion for Rasterization to docs pgf-backend
+* :ghpull:`5911`: Fix #5895: Properly clip MOVETO commands
+* :ghpull:`6039`: DOC: added missing import to navigation_toolbar.rst
+* :ghpull:`6036`: BUG: fix ListedColormap._resample, hence plt.get_cmap; closes #6025
+* :ghpull:`6029`: TST: Always use / in URLs for visual results.
+* :ghpull:`6022`: Make @cleanup *really* support generative tests.
+* :ghpull:`6024`: Add Issue template with some guidelines
+* :ghpull:`5718`: Rewrite of image infrastructure
+* :ghpull:`3973`: WIP: BUG: Convert qualitative colormaps to ListedColormap
+* :ghpull:`6005`: FIX: do not short-cut all white-space strings
+* :ghpull:`5727`: Refresh pgf baseline images.
+* :ghpull:`5975`: ENH: add kwarg normalization function to cbook
+* :ghpull:`5931`: use ``locale.getpreferredencoding()`` to prevent OS X locale issues
+* :ghpull:`5972`: add support for PySide2, #5971
+* :ghpull:`5625`: DOC: add FAQ about np.datetime64
+* :ghpull:`5131`: fix #4854: set default numpoints of legend entries to 1
+* :ghpull:`5926`: Fix #5917. New dash patterns. Scale dashes by lw
+* :ghpull:`5976`: Lock calls to latex in texmanager
+* :ghpull:`5628`: Reset the available animation movie writer on rcParam change
+* :ghpull:`5951`: tkagg: raise each new window; partially addresses #596
+* :ghpull:`5958`: TST: add a test for tilde in tempfile for the PS backend
+* :ghpull:`5957`: Win: add mgs as a name for ghostscript executable
+* :ghpull:`5928`: fix for latex call on PS backend (Issue #5895)
+* :ghpull:`5954`: Fix issues with getting tempdir when unknown uid
+* :ghpull:`5922`: Fixes for Windows test failures on appveyor
+* :ghpull:`5953`: Fix typos in Axes.boxplot and Axes.bxp docstrings
+* :ghpull:`5947`: Fix #5944: Fix PNG writing from notebook backend
+* :ghpull:`5936`: Merge 2x to master
+* :ghpull:`5629`: WIP: more windows build and CI changes
+* :ghpull:`5914`: Make barbs draw correctly (Fixes #5803)
+* :ghpull:`5906`: Merge v2x to master
+* :ghpull:`5809`: Support generative tests in @cleanup.
+* :ghpull:`5910`: Fix reading/writing from urllib.request objects
+* :ghpull:`5882`: mathtext: Fix comma behaviour at start of string
+* :ghpull:`5880`: mathtext: Fix bugs in conversion of apostrophes to primes
+* :ghpull:`5872`: Fix issue with Sphinx 1.3.4
+* :ghpull:`5894`: Boxplot concept figure update
+* :ghpull:`5870`: Docs / examples fixes.
+* :ghpull:`5892`: Fix gridspec.Gridspec: check ratios for consistency with rows and columns
+* :ghpull:`5901`: Fixes incorrect ipython sourcecode
+* :ghpull:`5893`: Show significant digits by default in QLineEdit.
+* :ghpull:`5881`: Allow build children to run
+* :ghpull:`5886`: Revert "Build the docs with python 3.4 which should fix the Traitlets…
+* :ghpull:`5877`: DOC: added blurb about external mpl-proscale package
+* :ghpull:`5879`: Build the docs with python 3.4 which should fix the Traitlets/IPython…
+* :ghpull:`5871`: Fix sized delimiters for regular-sized mathtext (#5863)
+* :ghpull:`5852`: FIX: create _dashSeq and _dashOfset before use
+* :ghpull:`5832`: Rewordings for normalizations docs.
+* :ghpull:`5849`: Update setupext.py to solve issue #5846
+* :ghpull:`5853`: Typo: fix some typos in patches.FancyArrowPatch
+* :ghpull:`5842`: Allow image comparison outside tests module
+* :ghpull:`5845`: V2.x merge to master
+* :ghpull:`5813`: mathtext: no space after comma in brackets
 * :ghpull:`5828`: FIX: overzealous clean up of imports
 * :ghpull:`5826`: Strip spaces in properties doc after newline.
 * :ghpull:`5815`: Properly minimize the rasterized layers
@@ -954,208 +1226,324 @@ Pull Requests (877):
 * :ghpull:`4100`: Add guiEvent handling for web backends
 * :ghpull:`4104`: Pep8 fixes
 * :ghpull:`4097`: Fix scale factor label issue #4043
-* :ghpull:`4101`: Add guiEvent data to Qt backend
-* :ghpull:`4096`: Fix minor typo in artist tutorial
-* :ghpull:`4089`: Fix #4074: Bug introduced in 91725d8
-* :ghpull:`4087`: Fix #4076. Change how result is stored in point_in_path/point_on_path.
-* :ghpull:`4006`: Allow interrupts to be delivered once Python is fixed.
-* :ghpull:`3994`: Add per-page pdf notes in PdfFile and PdfPages.
-* :ghpull:`4080`: test_axes: remove extraneous "show()"
-* :ghpull:`4081`: Pep8 version fixes
-* :ghpull:`3992`: Code removal
-* :ghpull:`4039`: added some fixes in order to use the result obtained from ``mpl._get_configdir()`` [backport to 1.4.2-doc]
-* :ghpull:`4050`: Fix masked array handling
-* :ghpull:`4051`: Correct FA 4 name of Download icon
-* :ghpull:`4041`: Prevent Windows from opening command prompt (#4021) [backport to 1.4.x]
-* :ghpull:`4032`: Disable context menu in webagg
-* :ghpull:`4029`: Fix key modifier handling in Web backends [backport 1.4.x]
-* :ghpull:`4035`: FIX: resizing a figure in webagg
-* :ghpull:`4034`: quiver: always recalculate in draw(); improve docstring; closes #3709, #3817 [backport to 1.4.x]
-* :ghpull:`4022`: More helpful error message for pgf backend
-* :ghpull:`3997`: Change documented "Optional" ScaleBase method to "Required"
-* :ghpull:`4009`: Fix name of variable in doc string
-* :ghpull:`4005`: Try to fix mencoder tests. [backport to 1.4.x]
-* :ghpull:`4004`: Provide arguments to mencoder in a more proper way
-* :ghpull:`4002`: fix find_output_cell for IPython >= 3.0 [backport to 1.4.x]
-* :ghpull:`3995`: Fix wx._core.PyAssertionError ... wxGetStockLabel(): invalid stock item ID
-* :ghpull:`3974`: Add Save Tool to NbAgg Figure [backport to 1.4.x]
... 1857 lines suppressed ...

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