Commit Graph

165 Commits

Author SHA256 Message Date
Dominique Leuenberger
87729d68b2 Accepting request 1219961 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=112
2024-11-01 20:47:04 +00:00
5a8223dac7 - update to 3.9.2:
* Be more resilient to I/O failures when writing font cache
  * Fix nondeterministic behavior with subplot spacing and
    constrained layout
  * Fix sticky edge tolerance relative to data range
  * Improve formatting of image values in cases of singular norms
  * Re-add matplotlib.cm.get_cmap; note this function will still
    be removed at a later date
  * Allow duplicate backend entry points
  * Fix Axes autoscaling of thin bars at large locations
  * Fix Axes autoscaling with axhspan / axvspan
  * Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
  * Fix Axes3D mouse interactivity with non-default roll angle
  * Fix box aspect ratios in Axes3D with alternate vertical axis
  * Fix case handling of backends specified as module://...
  * Fix crash with TkAgg on Windows with tk.window_focus: True
  * Fix interactive update of SubFigures
  * Fix interactivity when using the IPython console
  * Fix pickling of AxesWidgets and SubFigures
  * Fix scaling on GTK3Cairo / GTK4Cairo backends
  * Fix text wrapping within SubFigures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=104
2024-10-24 19:05:29 +00:00
Ana Guerrero
8fd90966a5 Accepting request 1217299 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1217299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=111
2024-10-23 19:08:01 +00:00
dcaed189a7 - Fix tests for Leap 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=102
2024-10-23 09:42:06 +00:00
Ana Guerrero
424dab1348 Accepting request 1205391 from devel:languages:python:numeric
- Disable nbagg and wx plugin also on Leap16

OBS-URL: https://build.opensuse.org/request/show/1205391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=110
2024-10-04 15:08:30 +00:00
0e34f828ef - Disable nbagg and wx plugin also on Leap16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=100
2024-10-03 08:56:48 +00:00
Ana Guerrero
a2b9d39939 Accepting request 1178866 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1178866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=109
2024-06-07 13:02:04 +00:00
7d6f0f4a47 Accepting request 1178863 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 3.9.0
  ## Plotting and Annotation improvements
  * Axes.inset_axes is no longer experimental
  * Legend support for Boxplot
  * Percent sign in pie labels auto-escaped with usetex=True
  * hatch parameter for stackplot
  * Add option to plot only one half of violin plot
  * axhline and axhspan on polar axes
  * Subplot titles can now be automatically aligned
  * axisartist can now be used together with standard Formatters
  * Toggle minorticks on Axis
  * StrMethodFormatter now respects axes.unicode_minus
  ## Figure, Axes, and Legend Layout
  * Subfigures now have controllable zorders
  * Getters for xmargin, ymargin and zmargin
  ## Mathtext improvements
  * mathtext documentation improvements
  * mathtext spacing corrections
  ## Widget Improvements
  * Check and Radio Button widgets support clearing
  ## 3D plotting improvements
  * Setting 3D axis limits now set the limits exactly
  ## Other improvements
  * New BackendRegistry for plotting backends
  * Add widths, heights and angles setter to EllipseCollection
  * image.interpolation_stage rcParam
  * Arrow patch position is now modifiable
  * NonUniformImage now has mouseover support
- Add matplotlib-meson-options-opensuse.patch

OBS-URL: https://build.opensuse.org/request/show/1178863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=98
2024-06-05 23:18:42 +00:00
Ana Guerrero
7c2e45e8ed Accepting request 1169287 from devel:languages:python:numeric
Forwarded request #1169124 from bnavigator

- Update to 3.8.4
    * Enable building against numpy 2.0; released wheels are built
      against numpy 2
    * Add a draw during show for macos backend
    * Fix color sequence data for Set2 and Set3
    * gtk: Ensure pending draws are done before GTK draw
    * Update "Created with" url in hand.svg
    * Avoid modifying user input to Axes.bar
    * fix quiver3d incorrect arrow colors

OBS-URL: https://build.opensuse.org/request/show/1169287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=108
2024-04-23 16:54:45 +00:00
aa1cbd1964 Accepting request 1169124 from home:bnavigator:numpy
- Update to 3.8.4
  * Enable building against numpy 2.0; released wheels are built
    against numpy 2
  * Add a draw during show for macos backend
  * Fix color sequence data for Set2 and Set3
  * gtk: Ensure pending draws are done before GTK draw
  * Update "Created with" url in hand.svg
  * Avoid modifying user input to Axes.bar
  * fix quiver3d incorrect arrow colors

OBS-URL: https://build.opensuse.org/request/show/1169124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=96
2024-04-19 22:20:46 +00:00
Ana Guerrero
246a6c34c0 Accepting request 1163696 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1163696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=107
2024-04-08 15:38:22 +00:00
04c9c600be - update to 3.8.3:
* Fix crash at exit for PGF backend
- Skip some broken tests with new pyparsing.
  * fix use of customized toolbars in TkAgg and WXAgg backends
- Bump dependency versions
  * Move architecture selection to bcond definition at top of
  * use pytest-xvfb and %pytest macro
- update to version 1.5.3
  * Four new perceptually uniform color maps, including the
- adjust python-tz buildrequires to match runtime requires (python-pytz)
  to pull in the python-qt5 package to make it work, and that
    - Phil Elson rewrote of the documentation and userguide for both
    - Support for specifying properties of wedge and text in pie
    - Fixed the mouse coordinates giving the wrong theta value in
    - Matplotlib now looks for configuration files (both rcparams and
    -  You can now easily switch between different styles using the
      + In the figure options dialog one can now choose to
      + Interactive performance of the Qt4 backend has been
      + The mapping of key-signals from Qt to values matplotlib
      +  The Cairo backends are now able to use the cairocffi
      +  The Gtk3Agg backend now works on Python 3.x, if the cairocffi
    -  The context directive in the plot_directive Sphinx extension
        can now accept an optional reset setting, which will cause the
      * Added an option span_stays to SpanSelector which makes the
        selector rectangle stay on the axes after you release the
- install LICENSE directory and fix license tag
- add use-setuptools.diff: build against old setuptools as well
- Configuration (rcParams)
 * Remember save directory
- for API changes see

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=94
2024-03-23 12:10:50 +00:00
5a5c88fea4 Accepting request 1160597 from home:favogt:branches:openSUSE:Factory:Staging:M
- Add explicit BuildRequires on Mesa-dri, needed to run tests

OBS-URL: https://build.opensuse.org/request/show/1160597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=93
2024-03-22 10:03:16 +00:00
1a5cd9516a - Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=92
2024-03-22 09:10:55 +00:00
9c5a710deb Accepting request 1159627 from home:alarrosa:branches:devel:languages:python:numeric
- Do not BuildRequire PyQt6 in SLE15. We don't want to include
  the whole qt6 stack in SLE only for matplotlib tests.

OBS-URL: https://build.opensuse.org/request/show/1159627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=91
2024-03-22 08:20:33 +00:00
Dominique Leuenberger
e77c161801 Accepting request 1155352 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1155352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=106
2024-03-06 22:03:07 +00:00
e3f75e6795 Accepting request 1155316 from home:bnavigator:branches:devel:languages:python:numeric
- Don't build nbagg for python39: ipython not available anymore

OBS-URL: https://build.opensuse.org/request/show/1155316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=89
2024-03-05 21:06:23 +00:00
Ana Guerrero
977904cda4 Accepting request 1149946 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1149946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=105
2024-02-25 13:05:08 +00:00
a307fcf395 Accepting request 1149931 from home:mlin7442:rebuild_fails_156:gnuhealth
Drop changes from lkocman.

* parallel change from Max fixes the issue

OBS-URL: https://build.opensuse.org/request/show/1149931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=87
2024-02-23 13:34:52 +00:00
47718e923c Accepting request 1149747 from Application:ERP:GNUHealth:4.4
OBS-URL: https://build.opensuse.org/request/show/1149747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=86
2024-02-23 12:14:08 +00:00
1ea6cc2e54 Accepting request 1149561 from home:lkocman:branches:devel:languages:python:numeric
- Disable tests for Leap 15 / SLES 15
  re-add dropped changelog entry bsc#1184340 and bsc#1198319

OBS-URL: https://build.opensuse.org/request/show/1149561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=85
2024-02-23 12:07:41 +00:00
Ana Guerrero
87e3012361 Accepting request 1148750 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1148750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=104
2024-02-21 16:56:11 +00:00
58fb3eac7a Accepting request 1148715 from home:alarrosa:branches:devel:languages:python:numeric
Add references to bugzilla issues

  file and drop python2-specific parts (bsc#1184340, bsc#1198319)

OBS-URL: https://build.opensuse.org/request/show/1148715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=83
2024-02-21 14:39:08 +00:00
Ana Guerrero
ba1c03ea73 Accepting request 1141080 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1141080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=103
2024-01-24 18:03:57 +00:00
Steve Kowalik
1de880ba07 Accepting request 1141029 from home:sndirsch:branches:devel:languages:python:numeric
- force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by
  setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of
  issues when Mesa is trying to load 'zink' driver (messages are
  just warnings, but seem to be fatal for the tests here) (boo#1219095)

OBS-URL: https://build.opensuse.org/request/show/1141029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=81
2024-01-24 00:04:02 +00:00
Ana Guerrero
68f3bd0faf Accepting request 1134473 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1134473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=102
2023-12-25 18:04:23 +00:00
Ana Guerrero
00dc2da7eb Accepting request 1133778 from home:bnavigator:branches:devel:languages:python:numeric
This needs ipykernel and a few new dependencies in Ring1

- Update to 3.8.2
  * Bugfix release without API changes
- API Changes for 3.8.1
  ## Behaviour
  * Default behaviour of hexbin with C provided requires at least 1
    point
  ## Deprecations
  * Deprecations removed in contour
- What's new in 3.8
  ## Type Hints
  ## Plotting and Annotation improvements
  * Support customizing antialiasing for text and annotation
  * rcParams for AutoMinorLocator divisions
  * Axline setters and getters
  * Clipping for contour plots
  * Axes.ecdf
  * Figure.get_suptitle(), Figure.get_supxlabel(),
    Figure.get_supylabel()
  * Ellipse.get_vertices(), Ellipse.get_co_vertices()
  * Remove inner ticks in label_outer()
  * Configurable legend shadows
  * offset parameter for MultipleLocator
  * Add a new valid color format (matplotlib_color, alpha)
  * The pie chart shadow can be controlled
  * PolyQuadMesh is a new class for drawing quadrilateral meshes
  * Shadow shade can be controlled
  * SpinesProxy now supports calling the set() method
  * Allow setting the tick label fonts with a keyword argument
  ## Figure, Axes, and Legend Layout
  * pad_inches="layout" for savefig

OBS-URL: https://build.opensuse.org/request/show/1133778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=79
2023-12-21 14:18:15 +00:00
Dominique Leuenberger
9fc4643df2 Accepting request 1098337 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1098337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=101
2023-07-14 13:35:37 +00:00
b6eb1322b6 Accepting request 1098098 from home:mcalabkova:branches:devel:languages:python:numeric
- add pyparsing-workaround-setName.patch as a part of a workaround
  for boo#1213007
  * it changes the behaviour for the debugging purposes, the laic
    end user shouldn't notice

Should go together with pyparsing

OBS-URL: https://build.opensuse.org/request/show/1098098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=77
2023-07-12 09:33:06 +00:00
Dominique Leuenberger
4a6a4c79c8 Accepting request 1085436 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1085436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=100
2023-05-09 11:07:38 +00:00
8b07bef9c9 Accepting request 1085404 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=75
2023-05-08 08:17:51 +00:00
Dominique Leuenberger
42d756c3f3 Accepting request 1064340 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1064340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=99
2023-02-12 18:14:05 +00:00
902d91fcc2 Accepting request 1063912 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1063912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=73
2023-02-10 22:03:18 +00:00
Dominique Leuenberger
036db6af93 Accepting request 1045049 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1045049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=98
2023-01-06 16:04:38 +00:00
260f612dbb Accepting request 1044331 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 3.6.2
  * Avoid mutating dictionaries passed to subplots
  * Fix bbox_inches='tight' on a figure with constrained layout
    enabled
  * Fix auto-scaling of ax.hist density with histtype='step'
  * Fix compatibility with PySide6 6.4
  * Fix evaluating colormaps on non-NumPy arrays
  * Fix key reporting in pick events
  * Fix thread check on PyPy 3.8
  * Handle input to ax.bar that is all NaN
  * Make rubber band more visible on Tk and Wx backends
  * Restore (and warn on) seaborn styles in style.library
  * Restore get_renderer function in deprecated tight_layout
  * nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari)
- Release 3.6.1
  * A warning is no longer raised when constrained layout
    explicitly disabled and tight layout is applied
  * Add missing get_cmap method to ColormapRegistry
  * Adding a colorbar on a ScalarMappable that is not attached to
    an Axes is now deprecated instead of raising a hard error
  * Fix barplot being empty when first element is NaN
  * Fix FigureManager.resize on GTK4
  * Fix fill_between compatibility with NumPy 1.24 development
    version
  * Fix hexbin with empty arrays and log scaling
  * Fix resize_event deprecation warnings when creating figure on
    macOS
  * Fix build in mingw
  * Fix compatibility with PyCharm's interagg backend
  * Fix crash on empty Text in PostScript backend

OBS-URL: https://build.opensuse.org/request/show/1044331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=71
2022-12-23 16:13:55 +00:00
Dominique Leuenberger
a3e01fcbc6 Accepting request 1041050 from devel:languages:python:numeric
- Add fix-tests-pytest72.patch to fix tests failing with pytest 7.2
  gh#matplotlib/matplotlib#24173

OBS-URL: https://build.opensuse.org/request/show/1041050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=97
2022-12-08 15:50:17 +00:00
87e7f60d87 - Add fix-tests-pytest72.patch to fix tests failing with pytest 7.2
gh#matplotlib/matplotlib#24173

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=69
2022-12-07 11:31:15 +00:00
Dominique Leuenberger
a7da7789a4 Accepting request 1035220 from devel:languages:python:numeric
- Remove also setuptools_scm_git_archive dependency as it's suggested in the
  release post
  https://discourse.matplotlib.org/t/matplotlib-announce-amm-matplotlib-3-5-3/23046

- Allow build with setuptools_scm>=7

OBS-URL: https://build.opensuse.org/request/show/1035220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=96
2022-11-12 16:40:12 +00:00
8062773c55 - Remove also setuptools_scm_git_archive dependency as it's suggested in the
release post
  https://discourse.matplotlib.org/t/matplotlib-announce-amm-matplotlib-3-5-3/23046

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=67
2022-11-11 11:41:02 +00:00
f5aba026f7 - Allow build with setuptools_scm>=7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=66
2022-11-11 11:20:37 +00:00
Dominique Leuenberger
53e8fdc1b8 Accepting request 998238 from devel:languages:python:numeric
- specfile:
  * removed pathc matplotlib-pr22975-fixarray.patch; included upstream
- update to version 3.5.3:
  * Fix alignment of over/under symbols
  * Fix bugs in colorbars:
    + alpha of extensions
    + drawedges=True with extensions
    + handling of panchor=False
  * Fix builds on Cygwin and IBM i
  * Fix contour labels in SubFigures
  * Fix cursor output:
    + for imshow with all negative values
    + when using BoundaryNorm
  * Fix interactivity in IPython/Jupyter
  * Fix NaN handling in errorbar
  * Fix NumPy conversion from AstroPy unit arrays
  * Fix positional markerfmt passed to stem
  * Fix unpickling:
    + crash loading in a separate process
    + incorrect DPI when HiDPI screens

OBS-URL: https://build.opensuse.org/request/show/998238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=95
2022-08-22 09:04:50 +00:00
10b0afb464 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=64 2022-08-19 18:18:45 +00:00
b43f4c879d Accepting request 995054 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/995054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=63
2022-08-15 07:11:27 +00:00
Dominique Leuenberger
e28dbb0d47 Accepting request 979442 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/979442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=94
2022-05-30 10:42:37 +00:00
a1ff5e2405 Accepting request 979387 from home:bnavigator:branches:devel:languages:python:numeric
- Skip a flaky leak test, move sigint test skip to all archs
- Add matplotlib-pr22975-fixarray.patch,
  gh#matplotlib/matplotlib#22975, required for astropy 5.1

OBS-URL: https://build.opensuse.org/request/show/979387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=61
2022-05-27 07:09:07 +00:00
61583fdf9b - update to 3.5.2:
* Preliminary support for Windows on arm64 target has been added; this
    requires FreeType 2.11 or above.
- drop matplotlib-pr22780-Pillow-deprecations.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=60
2022-05-04 19:16:18 +00:00
Dominique Leuenberger
dae2c1831a Accepting request 969907 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/969907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=93
2022-04-15 22:12:39 +00:00
5ccb35735d Accepting request 969899 from home:bnavigator:branches:devel:languages:python:numeric
- Add matplotlib-pr22780-Pillow-deprecations.patch for
  deprecation errors with Pillow -- gh#matplotlib/matplotlib#22780
- Skip any test with svg png or pdf in its id for non x86_64, as
  image comparison tests compare to x86_64 references.

OBS-URL: https://build.opensuse.org/request/show/969899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=58
2022-04-13 15:57:42 +00:00
Dominique Leuenberger
1f4545e76b Accepting request 940873 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/940873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=92
2021-12-22 19:17:39 +00:00
bd18b6c841 Accepting request 940596 from home:bnavigator:python-rpm-macros
- Skip tests which crash with oom
- Update to version 3.5.1
  * https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.5.0.html
  * Figure and Axes creation / management
    - subplot_mosaic supports simple Axes sharing
    - Figure now has draw_without_rendering method
    - Figure __init__ passes keyword arguments through to set
  * Plotting methods
    - Add Annulus patch
    - set_data method for FancyArrow patch
    - New arrow styles in ArrowStyle and ConnectionPatch
    - Setting collection offset transform after initialization
  * Colors and colormaps
    - Colormap registry (experimental)
    - Image interpolation now possible at RGBA stage
    - imshow supports half-float arrays
    - A callback registry has been added to Normalize objects
  * Titles, ticks, and labels
    - Settings tick positions and labels simultaneously in
      set_ticks
  * Fonts and Text
    - Triple and quadruple dot mathtext accents
    - Font properties of legend title are configurable
    - Text and TextBox added parse_math option
    - Text can be positioned inside TextBox widget
    - Simplifying the font setting for usetex mode
    - Type 42 subsetting is now enabled for PDF/PS backends
  * rcParams improvements
    - Allow setting default legend labelcolor globally
  * 3D Axes improvements
    - Axes3D now allows manual control of draw order
    - Allow changing the vertical axis in 3d plots
    - plot_surface supports masked arrays and NaNs
    - 3D plotting methods support data keyword argument
  * Interactive tool improvements
    - Colorbars now have pan and zoom functionality
    - Updated the appearance of Slider widgets
    - Removing points on a PolygonSelector
    - Dragging selectors
    - Clearing selectors
    - Setting artist properties of selectors
    - Ignore events outside selection
    - CallbackRegistry objects gain a method to temporarily block
      signals
    - Directional sizing cursors
  * Sphinx extensions
    - More configuration of mathmpl sphinx extension
  * Backend-specific improvements
    - GTK backend
    - Qt backends
    - HiDPI support in Cairo-based, GTK, and Tk backends
    - Qt figure options editor improvements
    - WX backends support mouse navigation buttons
    - WebAgg uses asyncio instead of Tornado
- Add gtk4 and gtk-common subpackages

OBS-URL: https://build.opensuse.org/request/show/940596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=57
2021-12-16 11:34:18 +00:00