Tomáš Chvátal
6fd8c7e05f
Accepting request 738194 from home:Vogtinator:branches:devel:languages:python:numeric
...
- Disable Qt4 on Leap 15.2+
OBS-URL: https://build.opensuse.org/request/show/738194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=19
2019-10-14 10:21:08 +00:00
Tomáš Chvátal
e3c83f2e3f
Accepting request 713757 from home:apersaud:branches:devel:languages:python:numeric
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/713757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=17
2019-07-07 20:01:44 +00:00
Todd R
0d0e8aa7a3
Accepting request 703996 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- 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
OBS-URL: https://build.opensuse.org/request/show/703996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=15
2019-05-19 05:15:06 +00:00
Todd R
1c4093f038
Accepting request 680563 from home:apersaud:branches:devel:languages:python:numeric
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/680563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=13
2019-03-01 18:47:47 +00:00
Tomáš Chvátal
08061b278d
Accepting request 679804 from home:favogt:branches:devel:languages:python:numeric
...
- Disable Qt4 support on Tumbleweed by default
OBS-URL: https://build.opensuse.org/request/show/679804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=11
2019-02-27 13:12:25 +00:00
Tomáš Chvátal
513d506e34
Accepting request 651236 from home:apersaud:branches:devel:languages:python:numeric
...
update without running spec-cleaner, so hopefully everything should be OK
- 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.
OBS-URL: https://build.opensuse.org/request/show/651236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=9
2018-11-23 08:27:47 +00:00
Todd R
9b9055bf94
Accepting request 644950 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- 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
OBS-URL: https://build.opensuse.org/request/show/644950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=7
2018-10-26 19:44:25 +00:00
Todd R
368a527512
Accepting request 636487 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/636487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=5
2018-09-19 01:59:45 +00:00
Dominique Leuenberger
59944496be
Accepting request 629427 from devel:languages:python:numeric
...
- 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
OBS-URL: https://build.opensuse.org/request/show/629427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=65
2018-08-17 22:03:18 +00:00
Yuchen Lin
69222c7291
Accepting request 613765 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/613765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=64
2018-06-15 12:37:40 +00:00
Dominique Leuenberger
f3a88f489e
Accepting request 613571 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/613571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=63
2018-06-02 10:15:27 +00:00
Dominique Leuenberger
9dfa715222
Accepting request 607681 from devel:languages:python
...
- Add missing Requires for python-backports.functools_lru_cache (boo#1074491)
OBS-URL: https://build.opensuse.org/request/show/607681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=62
2018-05-16 09:42:42 +00:00
Dominique Leuenberger
cd6d6fe8fe
Accepting request 606286 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/606286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=61
2018-05-11 07:18:53 +00:00
Dominique Leuenberger
f32f254f48
Accepting request 590819 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/590819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=60
2018-03-26 11:13:21 +00:00
Dominique Leuenberger
d08a5b60b4
Accepting request 575268 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/575268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=59
2018-02-14 08:44:59 +00:00
Dominique Leuenberger
a4b973de6c
Accepting request 570907 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/570907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=58
2018-01-31 18:51:16 +00:00
Dominique Leuenberger
ab88c4bccb
Accepting request 566559 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/566559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=57
2018-01-19 10:53:19 +00:00
Dominique Leuenberger
d1a04dc29b
Accepting request 537215 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/537215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=56
2017-11-09 12:57:25 +00:00
Dominique Leuenberger
0ae8b452de
Accepting request 533942 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/533942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=55
2017-10-16 23:52:04 +00:00
Yuchen Lin
287ecc9cb6
Accepting request 516044 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/516044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=54
2017-08-13 12:58:58 +00:00
Dominique Leuenberger
946bb729f5
Accepting request 510271 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/510271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=53
2017-07-17 07:12:01 +00:00
Dominique Leuenberger
f69b712df4
Accepting request 492245 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/492245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=52
2017-05-06 16:29:48 +00:00
Dominique Leuenberger
0c24c5637a
Accepting request 478550 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/478550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=51
2017-03-12 19:05:14 +00:00
Dominique Leuenberger
29e1ce2070
Accepting request 451740 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/451740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=50
2017-01-25 22:30:29 +00:00
Dominique Leuenberger
7aba17e4dc
Accepting request 448462 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/448462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=49
2017-01-10 09:45:39 +00:00
Dominique Leuenberger
49fddd478c
Accepting request 417069 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/417069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=48
2016-08-09 20:14:42 +00:00
Dominique Leuenberger
d045124269
Accepting request 361874 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/361874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=47
2016-03-07 12:23:18 +00:00
Dominique Leuenberger
5a9272abaf
Accepting request 353007 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/353007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=46
2016-01-12 15:13:12 +00:00
Dominique Leuenberger
a8d7d16698
Accepting request 346298 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/346298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=45
2015-12-01 08:18:36 +00:00
Dominique Leuenberger
0935c82149
Accepting request 341648 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/341648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=44
2015-11-04 14:33:04 +00:00
Dominique Leuenberger
42b162f3fb
Accepting request 314735 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/314735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=43
2015-07-02 20:50:49 +00:00
Dominique Leuenberger
62066e27e3
Accepting request 308497 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/308497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=42
2015-05-24 17:34:56 +00:00
Dominique Leuenberger
e56f66a473
Accepting request 288529 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/288529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=41
2015-03-03 10:15:46 +00:00
Stephan Kulow
f002773750
Accepting request 258511 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/258511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=40
2014-10-29 20:10:01 +00:00
Stephan Kulow
fc15892f6a
Accepting request 257762 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/257762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=39
2014-10-24 08:47:51 +00:00
Stephan Kulow
d948f4d5e9
Accepting request 250125 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/250125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=38
2014-09-19 11:56:26 +00:00
Stephan Kulow
887a92432c
Accepting request 249989 from devel:languages:python
...
- downgrade Recommends for texlive (and other big packages) to Suggests
(this means texlive is not pulled in by default zypper settings)
OBS-URL: https://build.opensuse.org/request/show/249989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=37
2014-09-18 05:12:55 +00:00
Stephan Kulow
0c7e179ce7
Accepting request 249564 from devel:languages:python
...
- Dependency and spec file cleanups
- Remove unneeded use-setuptools.diff
OBS-URL: https://build.opensuse.org/request/show/249564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=36
2014-09-17 15:26:35 +00:00
Stephan Kulow
39da1c4581
Accepting request 247122 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/247122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=35
2014-09-03 16:22:57 +00:00
Stephan Kulow
3adca68032
Accepting request 242026 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/242026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=33
2014-07-23 20:07:19 +00:00
Stephan Kulow
24b00dec60
Accepting request 228122 from devel:languages:python
...
- Package doc/users/license.rst
OBS-URL: https://build.opensuse.org/request/show/228122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=32
2014-03-30 05:58:33 +00:00
Stephan Kulow
1cd14375b0
Accepting request 226396 from devel:languages:python
...
fix bnc#863451 (forwarded request 226376 from MargueriteSu)
OBS-URL: https://build.opensuse.org/request/show/226396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=31
2014-03-18 13:01:29 +00:00
Stephan Kulow
a143b4eead
Accepting request 225588 from devel:languages:python
...
Recommend python-matplotlib-tk because it is the default config
solves a problem hit by 3+ people:
http://stackoverflow.com/questions/20582384/importerror-no-module-named-backend-tkagg
http://forums.opensuse.org/showthread.php/416182-Python-matplolib (forwarded request 225175 from bmwiedemann)
OBS-URL: https://build.opensuse.org/request/show/225588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=30
2014-03-12 13:46:29 +00:00
Stephan Kulow
eb8a2100a5
Accepting request 213409 from devel:languages:python
...
- remove qt4/designer subpackages for SLE11, as those can
not be installed without additional updates on a SLES+SDK system (forwarded request 213292 from dirkmueller)
OBS-URL: https://build.opensuse.org/request/show/213409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=29
2014-03-09 19:14:38 +00:00
Tomáš Chvátal
a8952b214f
Accepting request 204620 from devel:languages:python
...
- Update to version 1.3.1:
+ Many changes
OBS-URL: https://build.opensuse.org/request/show/204620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=28
2013-10-25 09:21:32 +00:00
Stephan Kulow
23dc5bf77d
Accepting request 197049 from devel:languages:python
...
- add Requires: python-pyparsing
(the pyparsing module is required for mathtext rendering) (forwarded request 196799 from matejcik)
OBS-URL: https://build.opensuse.org/request/show/197049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=26
2013-09-03 20:03:40 +00:00
Tomáš Chvátal
64161eb083
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
2013-08-23 12:21:14 +00:00
Stephan Kulow
89ec85c1c8
Accepting request 141081 from devel:languages:python
...
update to 1.2.0
python3 package added
removed unneded hacks for 11.4
__pycache__ hacks still here, because python3-base not fixed yet (forwarded request 141073 from HighwayStar)
OBS-URL: https://build.opensuse.org/request/show/141081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=22
2012-11-14 15:56:34 +00:00
Ismail Dönmez
5270d4cbd0
Accepting request 131264 from devel:languages:python
...
new upstream release 1.1.1 (forwarded request 131261 from HighwayStar)
OBS-URL: https://build.opensuse.org/request/show/131264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=21
2012-08-26 09:33:52 +00:00
Stephan Kulow
5b0307c9f3
Accepting request 115837 from devel:languages:python
...
- Remove configobj buildrequires, all configobj files should have been removed from matplotlib years ago (forwarded request 115721 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/115837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=19
2012-05-07 20:50:00 +00:00