Skip to content

Doc v2 release notes #6994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Sep 5, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bb775aa
DOC: merge api changes into main api_changes.rst
tacaswell Aug 27, 2016
7314c90
DOC: move whats_new files into main whats_new.rst
tacaswell Aug 27, 2016
0d4c84a
DOC: merge the rcparams sections
tacaswell Aug 27, 2016
4be1c14
DOC: document 'CN' pattern of naming colors
tacaswell Aug 27, 2016
7a6429e
DOC: fix rst
tacaswell Aug 27, 2016
19a96c1
WIP: split up whats_new
tacaswell Aug 27, 2016
628f4c1
FIX: correct name of seaborn stylesheet
tacaswell Aug 28, 2016
fa4fbe1
DOC: work on color documentation
tacaswell Aug 28, 2016
b314fbb
DOC: minor changes to old whats_new
tacaswell Aug 28, 2016
97b0574
DOC: move style change documentation around a bit
tacaswell Aug 28, 2016
39636b0
DOC: start to re-arrange top-level organization
tacaswell Aug 28, 2016
cdc11fe
DOC: yet more re-organization / consolidation
tacaswell Aug 28, 2016
534778f
FIX: properly rename seaborn style sheet
tacaswell Aug 28, 2016
251ae73
DOC: update colormap section
tacaswell Aug 29, 2016
ee0d3e2
DOC: fix adornments
tacaswell Aug 29, 2016
7652e40
DOC: clean up API changes a bit
tacaswell Aug 29, 2016
f1753b7
DOC: yet more work on new defaults
tacaswell Aug 29, 2016
b11d170
API: add `lines.scale_dashes` rcParam
tacaswell Aug 29, 2016
6f43449
FIX: matplotlibrc.template to match rcsetup
tacaswell Aug 29, 2016
b6e9648
DOC: add section on `plot`
tacaswell Aug 29, 2016
dbab147
DOC: edits colors.rst
tacaswell Aug 30, 2016
ce9243e
DOC: minor wording / punctuation changes
tacaswell Aug 30, 2016
f81a08d
DOC: Fix small issues in new release notes.
QuLogic Aug 30, 2016
1aaa2c0
DOC: add patch section
tacaswell Aug 30, 2016
d925fff
DOC: add section on dpi / figure size / font size
tacaswell Aug 30, 2016
89add4c
DOC: yet more doc changes
tacaswell Sep 3, 2016
6d97f09
DOC: cleanups in api_changes for v1.5 and later
efiring Sep 5, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: minor changes to old whats_new
  • Loading branch information
tacaswell committed Sep 4, 2016
commit b314fbb2b51d25edab87fb18f52ffeb51da91f31
5 changes: 5 additions & 0 deletions doc/users/prev_whats_new/whats_new_1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ New in matplotlib 1.1
:depth: 2


.. note::

matplotlib 1.1 supports Python 2.4 to 2.7


Sankey Diagrams
---------------

Expand Down
3 changes: 3 additions & 0 deletions doc/users/prev_whats_new/whats_new_1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ New in matplotlib 1.2
.. contents:: Table of Contents
:depth: 2

.. note::

matplotlib 1.2 supports Python 2.6, 2.7, and 3.1

Python 3.x support
------------------
Expand Down
2 changes: 2 additions & 0 deletions doc/users/prev_whats_new/whats_new_1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ New in matplotlib 1.3
.. contents:: Table of Contents
:depth: 2

.. note::

matplotlib 1.3 supports Python 2.6, 2.7, 3.2, and 3.3

New in 1.3.1
------------
Expand Down
5 changes: 5 additions & 0 deletions doc/users/prev_whats_new/whats_new_1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Thomas A. Caswell served as the release manager for the 1.4 release.
:depth: 2


.. note::

matplotlib 1.4 supports Python 2.6, 2.7, 3.3, and 3.4


New colormap
------------
In heatmaps, a green-to-red spectrum is often used to indicate intensity of
Expand Down
9 changes: 9 additions & 0 deletions doc/users/prev_whats_new/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ New in matplotlib 1.5
:depth: 2


.. note::

matplotlib 1.5 supports Python 2.7, 3.4, and 3.5






Interactive OO usage
--------------------

Expand Down