1
0
forked from pool/python-plotly

Accepting request 1045226 from home:bnavigator:branches:devel:languages:python:numeric

- Update to version 5.11.0
  * Add clustering options to scattermapbox [#5827], with thanks to
    @elben10 for the contribution!
  * Add bounds to mapbox suplots [6339]
  * Add angle, angleref and standoff to marker and add backoff to
    line; also introduce new arrow symbols to facilitate drawing
    networks [#6297]
  * Add minreducedwidth and minreducedheight to layout for
    increasing control over automargin [#6307]
  * Add entrywidth and entrywidthmode to legend [#6202, #6324]
- Add patches for compatibility with numpy 1.24
  * plotly-fix-sources-np1.24.patch
  * plotly-fix-tests-np1.24.patch

OBS-URL: https://build.opensuse.org/request/show/1045226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=51
This commit is contained in:
2022-12-24 16:22:24 +00:00
committed by Git OBS Bridge
parent f1cb1ff85a
commit 3ff6df948c
8 changed files with 183 additions and 23 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 24 12:18:06 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 5.11.0
* Add clustering options to scattermapbox [#5827], with thanks to
@elben10 for the contribution!
* Add bounds to mapbox suplots [6339]
* Add angle, angleref and standoff to marker and add backoff to
line; also introduce new arrow symbols to facilitate drawing
networks [#6297]
* Add minreducedwidth and minreducedheight to layout for
increasing control over automargin [#6307]
* Add entrywidth and entrywidthmode to legend [#6202, #6324]
- Add patches for compatibility with numpy 1.24
* plotly-fix-sources-np1.24.patch
* plotly-fix-tests-np1.24.patch
-------------------------------------------------------------------
Sun Aug 14 14:43:43 UTC 2022 - Arun Persaud <arun@gmx.de>