forked from pool/python-plotly
Accepting request 1156902 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1156902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=39
This commit is contained in:
commit
0f87e7a7a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:295ac25edeb18c893abb71dcadcea075b78fd6fdf07cee4217a4e1009667925b
|
||||
size 7795459
|
3
plotly-5.17.0.tar.gz
Normal file
3
plotly-5.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:290d796bf7bab87aad184fe24b86096234c4c95dcca6ecbca02d02bdf17d3d97
|
||||
size 7824316
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d17726f2830c07b5fe16be2b20298da77da26050139c02c36149e79322aa695
|
||||
size 30846702
|
3
plotly.py-5.17.0-gh.tar.gz
Normal file
3
plotly.py-5.17.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b2b25ad82f2a949dcf4f764ba9da972f2ef62442afa3005ca08b4102a2ba36
|
||||
size 30874848
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 09:44:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.17.0:
|
||||
* Improved json docstrings, added `BasePlotlyType.to_json()`
|
||||
method
|
||||
* Updated Plotly.js from version 2.25.2 to version 2.26.0. See
|
||||
the plotly.js CHANGELOG for more information. These changes
|
||||
are reflected in the auto-generated `plotly.graph_objects`
|
||||
module. Notable changes include:
|
||||
* Add "min", "max", "min reversed" and "max reversed" autorange
|
||||
options and handle partial ranges (i.e. one end being null),
|
||||
add `autorangeoptions` (`clipmin`, `clipmax`, `minallowed`,
|
||||
`maxallowed`, `include`) as well as `minallowed` and
|
||||
`maxallowed` to cartesian, gl3d and radial axes
|
||||
* Add [n]-sigma (std deviations) box plots as an alternative to
|
||||
quartiles
|
||||
* Add "top left" & "top center" side options to legend title
|
||||
* Add "false" option to `scaleanchor` to allow removing a
|
||||
constraint that is set by default
|
||||
* Fixed two issues with px.imshow: [#4330] when facet_col is an
|
||||
earlier dimension than animation_frame for xarrays and
|
||||
[#4329] when facet_col has string coordinates in xarrays
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 10:07:30 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python39 1
|
||||
Name: python-plotly
|
||||
Version: 5.16.1
|
||||
Version: 5.17.0
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user