Changelog for
python-matplotlib-1.3.0-47.1.i586.rpm :
Wed Aug 21 14:00:00 2013 highwaystar.ruAATTgmail.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 13:00:00 2012 highwaystar.ruAATTgmail.com
- update to 1.2.0
* Python 3.x support
* PGF/TikZ backend
* Locator interface
* Tri-Surface Plots
* Control the lengths of colorbar extensions
* Figures are picklable
* Set default bounding box in matplotlibrc
* New Boxplot Functionality
* New RC parameter functionality
* Streamplot
* New hist functionality
* Updated shipped dependencies
* Face-centred colors in tripcolor plots
* Hatching patterns in filled contour plots, with legends
- python3 package added
Tue Aug 21 14:00:00 2012 highwaystar.ruAATTgmail.com
- bugfix upstream release 1.1.1
Thu Apr 26 14:00:00 2012 toddrme2178AATTgmail.com
- Remove configobj buildrequires, all configobj files should have
been removed from matplotlib years ago
Tue Mar 20 13:00:00 2012 toddrme2178AATTgmail.com
- Fix Qt Designer plugin directories
Fri Mar 16 13:00:00 2012 toddrme2178AATTgmail.com
- Cleaned up spec file formatting
- Removed tests for obsolete openSUSE versions
- Added Qt Designer plugin from Python(x,y) project
Tue Jan 10 13:00:00 2012 kukukAATTsuse.de
- Fix spec file for SLE11 (Group entries did go lost)
Wed Dec 14 13:00:00 2011 highwaystar.ruAATTgmail.com
- update to 1.1.0
* module for drawing sankey diagrams;
* environment for creating animated graphics – module animation;
* automated positioning charts, labels, and axes on the canvas – a
team tight_layout () will distribute them so that they are not
people came to each other;
* Work on integration with PySide, although functional is still
in the beta-version and it is recommended to continue using
PyQt4;
* improved mapping and positioning of the legend;
* simplified work with three-dimensional graphs (module mplot3d),
also significantly expanded and updated documentation on mplot3d;
* uniform markers;
* completely removed the old module support Numerix, now all
users must use Numpy;
* fixes some bugs.
- removed patches that now upstream
Thu Dec 8 13:00:00 2011 cooloAATTsuse.com
- fix license to be in spdx.org format
Tue Oct 11 14:00:00 2011 jmatejekAATTsuse.com
- fix build failing because Tkinter has a faulty __version__
Mon Aug 15 14:00:00 2011 roAATTsuse.de
- fix build for platform == linux3
Mon Jan 24 13:00:00 2011 toddrme2178AATTgmail.com
- new version 1.0.1
This is a bugfix release:
+ Fixed error with Hammer projection.
+ Fixed the placement and angle of axis labels in 3D plots.
+ New rc parameters examples.download and examples.directory
allow bypassing the download mechanism in get_sample_data.
+ Change Axis.set_view_interval() so that when updating an
existing interval, it respects the orientation of that
interval, and can enlarge but not reduce the interval.
+ Handle NaN\'s correctly in path analysis routines.
+ Fix bug in patch alpha handling, and in bar color kwarg
+ Return Qt4\'s default cursor when leaving the canvas
- cleanup specfile
Wed Dec 29 13:00:00 2010 sbrabecAATTsuse.cz
- Compile with wxWidgets (STL variant).
Sat Dec 11 13:00:00 2010 cooloAATTnovell.com
- remove buildrequire on libstdc++
Sat Jul 17 14:00:00 2010 werner.hoAATTgmx.de
- new version 1.0.0
Sat Oct 10 14:00:00 2009 werner.hoAATTgmx.de
- new version 0.99.1.1
- config file added (seen at home:ocefpaf project)