Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
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
added deprecation note to API changes
  • Loading branch information
ivanov committed Dec 14, 2012
commit 845ac07b0221f1ff9c11b85e85f4f8431307d77e
3 changes: 3 additions & 0 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Changes in 1.3.x
:class:`~matplotlib.colorbar.ColorbarBase` allows one to control the shape
of colorbar extensions.

* The `~matplotlib.mpl` module is now deprecated. Those who relied on this
module should transition to simply using `import matplotlib as mpl`.

Changes in 1.2.x
================

Expand Down