1
0

Accepting request 196017 from devel:languages:python

updated to 1.3.0 (forwarded request 195788 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/196017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2013-08-23 12:21:14 +00:00
committed by Git OBS Bridge
parent 9fef6e540e
commit 64161eb083
6 changed files with 51 additions and 110 deletions

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Wed Aug 21 05:25:57 UTC 2013 - highwaystar.ru@gmail.com
- update to 1.3.0
- New features:
* xkcd-style sketch plotting
* New eventplot plot type
* Triangular grid interpolation
* Baselines for stackplot
* Rectangular colorbar extensions
* Calling subplot() without arguments
- Drawing:
* Independent alpha values for face and edge colors
* Path effects on lines
* Easier creation of colormap and normalizer for levels with colors
* Full control of the background color
* Improved bbox_inches="tight" functionality
* Initialize a rotated rectangle
- Text:
* Anchored text support
* Better vertical text alignment and multi-line text
* Left and right side axes titles
* Improved manual contour plot label positioning
- Configuration (rcParams)
* Quickly find rcParams
* Changes to font rcParams
- Backends
* WebAgg backend
* Remember save directory
- Documentation and examples:
* Numpydoc docstrings
* Example reorganization
* Examples now use subplots()
- Infrastructure
* Housecleaning
* New setup script
* XDG base directory support
* Catch opening too many figures using pyplot
- for API changes see
http://matplotlib.org/api/api_changes.html#changes-in-1-3
- removed patches needed for python3 package
-------------------------------------------------------------------
Mon Nov 12 04:24:19 UTC 2012 - highwaystar.ru@gmail.com