SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-matplotlib-tk-3.3.0-lp155.6.1.x86_64.rpm :

* Mon Jul 20 2020 Benjamin Greiner - Work on unit testing
* Move architecture selection to bcond definition at top of specfile. This makes it clear in the OBS web UI that the test flavor is only built for x86_64 and aarch64
* do not build everything a second time during check (in-place)
* instead use new subpackage testdata wich contains the baseline images created at regular build time
* use pytest-xvfb and %pytest macro (buildroot path actually not required)
* tidy test skip definitions
* add python-gobject-Gdk to pass the gtk3 backend testso- include version for obsoletes -qt-shared (rpmlint warning)- move some cairo files to backend packages- remove python2 transition requirements mock and six- update matplotlib-setup.cfg
* Sat Jul 18 2020 Todd R - update to version 3.3.0 + Figure and Axes creation / management
* Provisional API for composing semantic axes layouts from text or nested lists
* GridSpec.subplots()
* New Axes.sharex, Axes.sharey methods
* tight_layout now supports suptitle
* Setting axes box aspect + Colors and colormaps
* Turbo colormap
* colors.BoundaryNorm supports extend keyword argument
* Text color for legend labels
* Pcolor and Pcolormesh now accept shading=\'nearest\' and \'auto\' + Titles, ticks, and labels
* Align labels to Axes edges
* Allow tick formatters to be set with str or function inputs
* Axes.set_title gains a y keyword argument to control auto positioning
* Offset text is now set to the top when using axis.tick_top()
* Set zorder of contour labels + Other changes
* New Axes.axline method
* imshow now coerces 3D arrays with depth 1 to 2D
* Better control of Axes.pie normalization
* Dates use a modern epoch
* Lines now accept MarkerStyle instances as input + Fonts
* Simple syntax to select fonts by absolute path
* Improved font weight detection + rcParams improvements
* matplotlib.rc_context can be used as a decorator
* rcParams for controlling default \"raise window\" behavior
* Add generalized mathtext.fallback to rcParams
* Add contour.linewidth to rcParams + 3D Axes improvements
* Axes3D no longer distorts the 3D plot to match the 2D aspect ratio
* 3D axes now support minor ticks
* Home/Forward/Backward buttons now work with 3D axes + Interactive tool improvements
* More consistent toolbar behavior across backends
* Toolbar icons are now styled for dark themes
* Cursor text now uses a number of significant digits matching pointing precision
* GTK / Qt zoom rectangle now black and white
* Event handler simplifications + Functions to compute a Path\'s size
* Better interface for Path segment iteration
* Fixed bug that computed a Path\'s Bbox incorrectly + Backend-specific improvements
* savefig() gained a backend keyword argument
* The SVG backend can now render hatches with transparency
* SVG supports URLs on more artists
* Images in SVG will no longer be blurred in some viewers
* Saving SVG now supports adding metadata
* Saving PDF metadata via PGF now consistent with PDF backend
* NbAgg and WebAgg no longer use jQuery & jQuery UI- Rebase no-builddir-freetype.patch
* Wed Jun 24 2020 Todd R - update to version 3.2.2:
* Unit converters recognize subclasses
* imsave accepts metadata and PIL options
* cbook.normalize_kwargs
* FontProperties accepts os.PathLike
* Gouraud-shading alpha channel in PDF backend
* Kerning adjustments now use correct values
* bar3d lightsource shading
* Shifting errorbars
* Improvements in Logit scale ticker and formatter
* rcParams for axes title location and color
* 3-digit and 4-digit hex colors
* Thu Jun 04 2020 Tomáš Chvátal - Skip tests that randomly fail- Run the tests on 64bit arm and intel only as elsewhere there are >100 test failures
* Mon May 18 2020 Tomáš Chvátal - Add patch no-builddir-freetype.patch to not require freetype in build/ subfolder which we use in python macros
* This is SUSE specific patch- Make the package multibuild and execute the testsuite
* Mon May 18 2020 Tomáš Chvátal - Remove the is_opensuse literals as we don\'t want to have matplotlib behave differently between openSUSE and SLE jsc#SLE-11752
* Fri May 15 2020 Tomáš Chvátal - Remove the qt4 code support as we do just Qt5 everywhere
* Sat Mar 28 2020 Arun Persaud - specfile:
* update copyright year
* tkagg.py and wx_compat.py are not part of the build process anymore (the backends still exist though); removed appropiate files from %files section- update to version 3.2.1:
* fix Quiver.set_UVC calls with scalar inputs
* fix bezier.get_parallels failure from floating point rounding errors
* fix markers specified as tuples (polygons, stars, or asterisks)
* fix saving PNGs to file objects in some places
* fix saving figures using the nbAgg/notebook backend
* fix saving with tight layout using the PGF backend
* fix setting custom datapath in rcParams (note: it is still deprecated)
* fix various issues running setup.py in non-CI environments
* fix xpdf distiller
* various minor bug and documentation fixes- changes from version 3.2.0:
* default image interpolation is now `\'antialiased\'` to better handle down-sampling and reduce artifacts when up-sampling by small ratios.
* change when ticks switch to using an offset to improve readability
* improvements to auto-scaling and auto-limits
* `DivergingNorm` has been renamed to `TwoSlopeNorm`
* support for 3 and 4 digit hex colors (`#123` maps to `#112233`)
* improvements to Logit scale ticker and formatter
* control of where errorbars start getting placed with `errorevery`
* correct kerning when laying out text
* improvements to MovieRegistry
* For the full details please see the whats new [1] and API changes [2] in the documentation [1] https://matplotlib.org/3.2.0/users/whats_new.html [2] https://matplotlib.org/3.2.0/api/api_changes.html
* Mon Feb 10 2020 Todd R - Update to 3.1.3
* suppress a warning with Pandas 1.0
* support pillow >= 7
* support dateutils >= 2.8.1
* prevent an infinite recursion
* do not clobber non-python registered signal handler
* fix path intersection computation with 0 length segments
* fix performance regression in draw_idle
* several minor bugs
* Fri Dec 06 2019 Todd R - Update to 3.1.2
* fix regresion of incorrect limits for y-axis in imshow
* fix integer indexed pandas series
* fix ScalarFormatter formatting of masked values
* webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is not set
* several fixes for Qt5 backend
* other bugfixes and documentation fixes
* Mon Oct 14 2019 Fabian Vogt - Disable Qt4 on Leap 15.2+
* Sat Jul 06 2019 Arun Persaud - update to version 3.1.1:
* The first bug-fix release of the 3.1 series + Locator.nonsingular return order API change
* Lots of backports of various bug fixes.
* Sun May 19 2019 Todd R - update to version 3.1.0: + New Features
* `~.dates.ConciseDateFormatter`
* Secondary x/y Axis support
* `~.scale.FuncScale` for arbitrary axes scales
* Legend for scatter
* Matplotlib no longer requires framework app build on MacOSX backend + Figure, FigureCanvas, and Backends
* Figure.frameon is now a direct proxy for the Figure patch visibility state
*
*pil_kwargs
* argument added to savefig
* Add ``inaxes`` method to `.FigureCanvasBase`
* cairo backend defaults to pycairo instead of cairocffi + Axes and Artists
* axes_grid1 and axisartist Axes no longer draw spines twice
* Return type of ArtistInspector.get_aliases changed
* `.ConnectionPatch` accepts arbitrary transforms
* mplot3d Line3D now allows {set,get}_data_3d
* ``Axes3D.voxels`` now shades the resulting voxels + Axis and Ticks
* Added `.Axis.get_inverted` and `.Axis.set_inverted`
* Adjust default minor tick spacing
* `.EngFormatter` now accepts `usetex`, `useMathText` as keyword only arguments + Animation and Interactivity
* Support for forward/backward mouse buttons
*
*progress_callback
* argument to `~.Animation.save()`
* Add ``cache_frame_data`` keyword-only argument into `.animation.FuncAnimation`
* Endless Looping GIFs with PillowWriter
* Adjusted `.matplotlib.widgets.Slider` to have vertical orientation
* Improved formatting of image values under cursor when a colorbar is present
* MouseEvent button attribute is now an IntEnum + Configuration, Install, and Development
* The MATPLOTLIBRC environment variable can now point to any \"file\" path
* Allow LaTeX code ``pgf.preamble`` and ``text.latex.preamble`` in MATPLOTLIBRC file
* New logging API- Switch to upstream-recommended python-cairo instead of python-cairocffi
* Fri Mar 01 2019 Arun Persaud - update to version 3.0.3:
* fix several possible memory leaks
* documentation fixes
* jquery-ui is no longer bundled in git repo and is downloaded during the install or sdist process. If you are installing from pypi the files will be included, but if you are installing from git you will need internet access the first time you run `pip install .`. The install process tries to cache the files and will not need internet access on future installations.
* Wed Feb 27 2019 Fabian Vogt - Disable Qt4 support on Tumbleweed by default
* Mon Nov 12 2018 Arun Persaud - update to version 3.0.2:
* Un-breaks basemap which was broken by partially restoring private APIs for cartopy.
* Fixes bug in warning code when used in an embedded context.
* Fixes crash when using Tk and closing the first open window before showing it
* Many documentation improvements.
* Restore a corner case on ColorBar tick usage.
* Change the default behavior of `matplotlib.use` to silently allow more \'safe\' switching after auto-discovery, but before starting an event loop.
* Improvements to bounding box calculations.
* Provide the correct length for RcParams instances.
* Fri Oct 26 2018 Todd R - Update to version 3.0.1
* Fix failure to import bug when on Python 3.6.7 and 3.7.1
* Fixed a number of failure to import bugs around finding fonts
* Fix Qt4 backend
* Fix bug on OSX that recursively searched current directory for fonts
* Fix bouncing-rocket on OSX when doing backend fallback and not selecting OSX
* Temporarily restore several private APIs to unbreak cartopy
* Make pyplot more tolerant of varying signatures in 3rd-party sub-classe
* Improve datetime64 unit handling
* Fixed several poor interactions with tight_layout
* Wed Sep 19 2018 Todd R - Update to version 3.0.0
* Improved default backend selection
* Cyclic colormaps
* Ability to scale axis by a fixed order of magnitude
* Add AnchoredDirectionArrows feature to mpl_toolkits
* Add minorticks_on()/off() methods for colorbar
* Colorbar ticks can now be automatic
* Don\'t automatically rename duplicate file names
* Legend now has a
*title_fontsize
* kwarg (and rcParam)
* Support for axes.prop_cycle property
*markevery
* in rcParams
* Multipage PDF support for pgf backend
* Pie charts are now circular by default
* Add ax.get_gridspec to .SubplotBase
* Axes titles will no longer overlap xaxis
* New convenience methods for GridSpec
* Figure has an ~.figure.Figure.add_artist method
* math directive renamed to mathmpl- Python 2 support was dropped upstream, so disable it in the spec file and drop python2-specific parts.- Enable wx backend for python 3, since python 3 is now supported by wxPython upstream.
* Tue Aug 14 2018 toddrme2178AATTgmail.com- Update to version 2.2.3
* Fix import failure on BSD systems
* Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12
* Fix import errors if bz2 module is not in standard library
* Fix overflow in _path.h
* Fix infinite recursion in transform repr
* Fix bug with XKCD style
* Remove unsafe usage of Popen
* Sat Jun 02 2018 hpjAATTurpla.net- don\'t use any lua expressions for suse_version < 1500
* Fri Jun 01 2018 dimstarAATTopensuse.org- Only recommend python-matplotlib-tk if tk is already flagged for installation. On most systems there is no reason to have tk available (those UIs are out of date and not well perceived anyway).
* Tue May 15 2018 tbechtoldAATTsuse.com- Add missing Requires for python-backports.functools_lru_cache (boo#1074491)
* Thu May 10 2018 toddrme2178AATTgmail.com- Fix building on SLE which doesn\'t have qhull.
* Sat Mar 17 2018 arunAATTgmx.de- update to version 2.2.2:
* v2.2.1 did not actually restore matplotlib.verbose.- changes from version 2.2.1:
* This release fixes a number of critical bugs: + restores matplotlib.verbose (fixing embedding in pycharm) + preserve precision when color mapping small portions of data with extreme outliers + fixes saving long movies with ffmpeg + fixes UnbourdLocal error in contour labeling + fixes import failure on python 3.4.0 and 3.4.1 + fixes compile time failures with clang on 32bit platforms + fixes an icon in the Tk backends + fixes several issues with Tables + fixes expanding offset boxes with tight_layout + revert changes to the font caching to avoid a possible bug in backports.lru_cache + numerous docstring and documentation fixes
* We have reverted the deprecation of `font_manager.TempCache`.
* Thu Mar 08 2018 arunAATTgmx.de- specfile:
* require kiwisolver
* update required version for dateutil- update to version 2.2.0:
* The first release of the v2.2 LTS series and the last version of Matplotlib to support python2. There will be bug-fix release for this series until 2020.
* This release includes new features including: + An experimental constrained layout manager + Color blind friendly color map (cividis) and color cycle (tableau-colorblind10) + native support for numpy.datetime64 types + animated gif writing via pillow + TkAgg now works with pypy + cairo based backends for Qt, Tk, and WX
* There are several API changes in this release: + To support the constrained layout Matplotlib has a new required dependency (kiwisolver). + The `matplotlib.finance` module has been removed, development has moved to a stand-alone project.
* Tue Jan 30 2018 rolfAATTrotkraut.de- Update versions of required packages.
* Sun Jan 28 2018 arunAATTgmx.de- specfile:
* update copyright year- update to version 2.1.2:
* This release fixes a number of critical bugs: + fix a typo in mlab.cohere which yielded incorrect results + allow nonposx / nonposy to pass through loglog + fix color comparisons when finding handles with legend + fixes a recursive draw bug and a major performance regression in Qt5Agg backend + fix a re-draw bug in WxAgg + fix image scaling with high-bit depth integers + revert the busy-cursor
* Wed Jan 17 2018 thod_AATTgmx.de- dependency changed to python-six >= 1.10 (see \"site-packages/matplotlib/__init__.py\", line 187)
* Sat Dec 16 2017 arunAATTgmx.de- update to version 2.1.1:
* The first and only planned bug-fix release for the 2.1 series.
* This release include many bug and documentation fixes. Highlights are: + change default logscale behavior to clip + fixed webagg import errors + tweaks to polar ticks + fixed exception when guessing afm family names + update manifest to include all doc files + improve masked array handling in pcolormesh + fix segfault from reading invalid png + fix blocking_input + fix bug resulting in huge multi-page pdf files + make `show` in nbagg take args as other backends do + several fixes to OSX backend + restore positional arg handling on Figure.legend + fix bugs in interactive navigation + fix issues when panning with invalid limits + fix bug with fully masked arrays passed to imshow
* Thu Oct 26 2017 toddrme2178AATTgmail.com- Update to version 2.1.0 + New features
* String categorical values
* Interactive JS widgets for animation
* Enhancements to polar plot
* Figure class now has subplots method
* Metadata savefig keyword argument
* Busy Cursor
* PolygonSelector
* Added matplotlib.ticker.PercentFormatter
* Reproducible PS, PDF and SVG output
* Orthographic projection for mplot3d
* voxels function for mplot3d + Improvements
* Add capstyle and joinstyle attributes to Collection
* CheckButtons widget get_status function
* Add fill_bar argument to AnchoredSizeBar
* Annotation can use a default arrow style
* Barbs and Quiver Support Dates
* Hexbin default line color
* Figure.legend() can be called without arguments
* Multiple legend keys for legend entries
* New parameter clear for :func:`~matplotlib.pyplot.figure`
* Specify minimum value to format as scalar for LogFormatterMathtext
* New quiverkey angle keyword argument
* Colormap reversed method
* Artist.setp (and pyplot.setp) accept a file argument
* streamplot streamline generation more configurable
* Axis.set_tick_params now responds to rotation
* Shading in 3D bar plots
* New which Parameter for autofmt_xdate
* New Figure Parameter for subplot2grid
* Interpolation in fill_betweenx
* New keyword argument sep for EngFormatter
* Extend MATPLOTLIBRC behavior
* density kwarg to hist + Internals
* New TransformedPatchPath caching object
* Abstract base class for movie writers
* Stricter validation of line style rcParams + Performance
* Path simplification updates
* Implement intersects_bbox in c++\\- Remove upstream-included patches:
* 0001-Fix-include-path-for-system-libqhull.patch
* 0001-Allow-divmod-to-be-overridden-by-num.patch
* 166a14473272_Fix-contour-colour-level-determination.patch
* 97e170d2fc2c_Pass-integers-to-np_linspace.patch
* Mon Oct 09 2017 stefan.bruensAATTrwth-aachen.de- Fix/enhance build with tests: - set PYTHONPATH, otherwise tests will not find the python modules installed to the buildroot - Add BuildRequires for several tex styles/resources - Add BuildRequires: xorg-x11-Xvfb, needed for Qt backend tests - Remove python-Pillow, tests are only using png, not e.g jpeg - increase image compare tolerance, our Freetype 2.7 renders slightly different to the baseline FT 2.6 - Add upstream 0001-Allow-divmod-to-be-overridden-by-num.patch, to cope with numpy 1.13 changes - Add upstream 166a14473272_Fix-contour-colour-level-determination.patch - Add upstream 97e170d2fc2c_Pass-integers-to-np_linspace.patch
* Mon Oct 09 2017 stefan.bruensAATTrwth-aachen.de- Also remove runtime-only python-tk dependecy from BuildRequires:
* Sat Oct 07 2017 stefan.bruensAATTrwth-aachen.de- Rebase the matplotlib setup.cfg on upstream version- Guard several BuildRequires: which are not necessary for building with the \"tests\" conditional, most backends are pure python- Do not install/package baseline images only necessary for tests, shrinks the main package by 60 MByte
* Thu Aug 10 2017 toddrme2178AATTgmail.com- Update to version 2.0.2 Critical bug fixes for 2.0.1
* fixed Qt4 support
* fixed LogFormatter
* fixed hatched artists in legends
* fixed segfault with large images- Update to version 2.0.1 Bug fix release for 2.0.x series This release includes bug fixes, documentation updates and one major change. + API
* Do not clip the linewidth used for dash pattern scaling. This is an API change, but is a major improvement.
* Deprecate \'vega\' color names in favor of \'tab\'. + Bug Fixes
* Hatching color follows edge color again.
* Fixes a critical bug with masked images.
* Improved high-dpi support for Qt5.
* Log ticking no never skip minor ticks
* Do not skip points surrounded by nan/inf in vector outputs.- Disable backends on releases that don\'t support them.
* Thu Jul 13 2017 stefan.bruensAATTrwth-aachen.de- Add 0001-Fix-include-path-for-system-libqhull.patch Avoid falling back to outdated bundled version
* Sun Apr 30 2017 toddrme2178AATTgmail.com- Restore qt4 backend since qt4 still has maintained, python3-comptible python bindings.- Provide/obsolete gtk backend to avoid conflicts. It doesn\'t have maintained, python3-compatible python bindings.
* Mon Mar 27 2017 toddrme2178AATTgmail.com- Implement single-spec version- Drop old qt4 and gtk2 backends- Drop unmaintained qt designer widget
* Fri Mar 10 2017 toddrme2178AATTgmail.com- Fix file list
* Fri Jan 20 2017 toddrme2178AATTgmail.com- Add python-functools32 dependency.
* Tue Jan 17 2017 toddrme2178AATTgmail.com- update to version 2.0.0 + Highlights include:
* \'viridis\' is default color map instead of jet.
* Modernized the default color cycle.
* Many more functions respect the color cycle.
* Line dash patterns scale with linewidth.
* Change default font to DejaVu, now supports most Western alphabets (including Greek, Cyrillic and Latin with diacritics), math symbols and emoji out of the box.
* Faster text rendering.
* Improved auto-limits.
* Ticks out and only on the right and bottom spines by default.
* Improved auto-ticking, particularly for log scales and dates.
* Improved image support (imshow respects scales and eliminated a class of artifacts).
* Fri Dec 02 2016 sbahlingAATTsuse.com- update to version 1.5.3
* Changed default autorange behavior in boxplots (introduced with 1.5.2)- Change BuildRequires and Recommends from python-Pillow to python-imaging to allow for SLE 12 builds. (python-Pillow provides python-imaging)
* Sat Jul 30 2016 jengelhAATTinai.de- Make use of wxWidgets 3
* Fri Feb 26 2016 tbechtoldAATTsuse.com- Require python-python-dateutil. package was renamed
* Mon Jan 11 2016 toddrme2178AATTgmail.com- Update to version 1.5.1: First bug fix release for 1.5.x series.
* Wed Dec 02 2015 egeorgetAATTopenmailbox.org- Enabled qt5 on Leap 42.1- Enabled wx on Leap 42.1
* Wed Nov 25 2015 p.drouandAATTgmail.com- Drop agg-devel dependenxy; useless
* Fri Oct 30 2015 toddrme2178AATTgmail.com- Add new python-Cycler dependency
* Fri Oct 30 2015 toddrme2178AATTgmail.com- Update to 1.5.0
* Auto-redraw using the object-oriented API.
* Most plotting functions now support labeled data API.
* Color cycling has extended to all style properties.
* Four new perceptually uniform color maps, including the soon-to-be default \'viridis\'.
* More included style sheets.
* Many small plotting improvements.
* Proposed new framework for managing the GUI toolbar and tools.
* Wed Jul 01 2015 toddrme2178AATTgmail.com- Disable qt5 on SLE 12- Disable wx on SLE 11 and 12- Disable latex and gtk3 on SLE 11- Don\'t require texlive-sfmath on SLE 12- Disable qt5 on ppc and arm- Depend on libxml2 instead of libxml2-tools
* Thu May 21 2015 toddrme2178AATTgmail.com- Fix installed files
* Mon Mar 02 2015 toddrme2178AATTgmail.com- specfile:
* update url
* update source url to point to pypi- update to version 1.4.3:
* Many bugs are fixed including: - fixing drawing of edge-only markers in AGG - fix run-away memory usage when using %inline or saving with a tight bounding box with QuadMesh artists - improvements to wx and tk gui backends
* Additionally the webagg and nbagg backends were brought closer to feature parity with the desktop backends with the addition of keyboard and scroll events thanks to Steven Silvester.
* Mon Oct 27 2014 toddrme2178AATTgmail.com- Update to 1.4.2. This is a bug-fix release for the 1.4 series. - corrected boxplot in pyplot.py - added extra paths to default search paths for freetype
* Mon Oct 20 2014 toddrme2178AATTgmail.com- Update to 1.4.1. This is a bug-fix release for the 1.4 series. - reverts the changes to interactive plotting so ion will work as before in all cases fixed boxplot regressions - fixes for finding freetype and libpng - sundry unicode fixes (looking up user folders, importing seaborn/pandas/networkx with macosx backend) - nbagg works with python 3 + new font awesome - fixed saving dialogue in QT5
 
ICM