Skip to content

Commit

Permalink
Backport PR matplotlib#17858: Refresh what's new page for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
story645 authored and meeseeksmachine committed Jul 15, 2020
1 parent bb9598d commit 9109275
Show file tree
Hide file tree
Showing 11 changed files with 510 additions and 248 deletions.
10 changes: 9 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,14 @@ Leon Yin <hello.leonyin@gmail.com>

Lion Krischer <lion.krischer@gmail.com> <krischer@geophysik.uni-muenchen.de>

Manan Kevadiya <kevadiyamanan@gmail.com>
Manan Kevadiya <kevadiyamanan@gmail.com> <43081866+manan2501@users.noreply.github.com>

Manuel Nuno Melo <manuel.nuno.melo@gmail.com>

Marco Gorelli <m.e.gorelli@gmail.com>
Marco Gorelli <m.e.gorelli@gmail.com> <33491632+MarcoGorelli@users.noreply.github.com>

Marek Rudnicki <marekrud@gmail.com>

Martin Fitzpatrick <martin.fitzpatrick@gmail.com> <mfitzp@abl.es>
Expand Down Expand Up @@ -188,7 +194,9 @@ Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

OceanWolf <juichenieder-tigger@yahoo.co.uk>

Olivier <castany@clevo>
Olivier Castany <1868182+ocastany@users.noreply.github.com>
Olivier Castany <1868182+ocastany@users.noreply.github.com> <Olivier@home>
Olivier Castany <1868182+ocastany@users.noreply.github.com> <castany@clevo>

Om Sitapara <omsitapara23@gmail.com>

Expand Down
6 changes: 3 additions & 3 deletions doc/users/prev_whats_new/github_stats_3.1.2.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats_3-1-2:
.. _github-stats-3-1-2:

GitHub Stats
============
GitHub Stats for Matplotlib 3.1.2
=================================

GitHub stats for 2019/05/18 - 2019/06/30 (tag: v3.1.0)

Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.2.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats-3-2-0:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.0
=================================

GitHub stats for 2019/05/18 - 2020/03/03 (tag: v3.1.0)

Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.2.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats-3-2-1:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.1
=================================

GitHub stats for 2020/03/03 - 2020/03/17 (tag: v3.2.0)

Expand Down
6 changes: 3 additions & 3 deletions doc/users/prev_whats_new/github_stats_3.2.2.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. .. _github-stats-3-2-2:
.. _github-stats-3-2-2:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.2
=================================

GitHub stats for 2020/03/18 - 2020/06/17 (tag: v3.2.1)

Expand Down
18 changes: 9 additions & 9 deletions doc/users/prev_whats_new/whats_new_1.0.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. _whats-new-1-0:

New in matplotlib 1.0
======================
=====================

.. contents:: Table of Contents
:depth: 2

.. _whats-new-html5:

HTML5/Canvas backend
---------------------
--------------------

Simon Ratcliffe and Ludwig Schwardt have released an `HTML5/Canvas
<http://code.google.com/p/mplh5canvas/>`__ backend for matplotlib. The
Expand Down Expand Up @@ -47,7 +47,7 @@ indexing (starts with 0). e.g.::
See :doc:`/gallery/subplots_axes_and_figures/subplot_demo` for several code examples.

Contour fixes and and triplot
---------------------------------
-----------------------------

Ian Thomas has fixed a long-standing bug that has vexed our most
talented developers for years. :func:`~matplotlib.pyplot.contourf`
Expand All @@ -66,7 +66,7 @@ plotting unstructured triangular grids.
Triplot Demo

multiple calls to show supported
---------------------------------
--------------------------------

A long standing request is to support multiple calls to
:func:`~matplotlib.pyplot.show`. This has been difficult because it
Expand All @@ -85,7 +85,7 @@ and `bug tracker


mplot3d graphs can be embedded in arbitrary axes
-------------------------------------------------
------------------------------------------------

You can now place an mplot3d graph into an arbitrary axes location,
supporting mixing of 2D and 3D graphs in the same figure, and/or
Expand All @@ -100,15 +100,15 @@ argument to add_axes or add_subplot. Thanks Ben Root.
What's New 1 Subplot3d

tick_params
------------
-----------

Eric Firing wrote tick_params, a convenience method for changing the
appearance of ticks and tick labels. See pyplot function
:func:`~matplotlib.pyplot.tick_params` and associated Axes method
:meth:`~matplotlib.axes.Axes.tick_params`.

Lots of performance and feature enhancements
---------------------------------------------
--------------------------------------------


* Faster magnification of large images, and the ability to zoom in to
Expand All @@ -124,7 +124,7 @@ Lots of performance and feature enhancements
throughout the API

Much improved software carpentry
---------------------------------
--------------------------------

The matplotlib trunk is probably in as good a shape as it has ever
been, thanks to improved `software carpentry
Expand All @@ -140,7 +140,7 @@ Thanks to Andrew Straw, Michael Droettboom and other matplotlib
developers for the heavy lifting.

Bugfix marathon
----------------
---------------

Eric Firing went on a bug fixing and closing marathon, closing over 100 bugs on
the (now-closed) SourceForge bug tracker with help from Jae-Joon Lee, Michael
Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ on two or more property cycles.


New Colormaps
--------------
-------------

All four of the colormaps proposed as the new default are available
as ``'viridis'`` (the new default in 2.0), ``'magma'``, ``'plasma'``, and
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Features include:
Note the new API to access this:

New ``plt.figure`` and ``plt.subplots`` kwarg: ``constrained_layout``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:meth:`~matplotlib.pyplot.figure` and :meth:`~matplotlib.pyplot.subplots`
can now be called with ``constrained_layout=True`` kwarg to enable
constrained_layout.

New ``ax.set_position`` behaviour
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`.Axes.set_position` now makes the specified axis no
longer responsive to ``constrained_layout``, consistent with the idea that the
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_3.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whats-new-3-0-0:

New in Matplotlib 3.0
=============================
=====================

Improved default backend selection
----------------------------------
Expand Down Expand Up @@ -41,7 +41,7 @@ the order of magnitude depending on the axis values, rather than keeping it fixe


Add ``AnchoredDirectionArrows`` feature to mpl_toolkits
--------------------------------------------------------
-------------------------------------------------------

A new mpl_toolkits class
:class:`~mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows`
Expand Down
Loading

0 comments on commit 9109275

Please sign in to comment.