From 2f6f41ed13e1eb97015601cb7307e1a484dc5a93a182f3966c43eb87e55c0e48 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Mar 2024 09:45:54 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=60 --- plotly-5.16.1.tar.gz | 3 --- plotly-5.17.0.tar.gz | 3 +++ plotly.py-5.16.1-gh.tar.gz | 3 --- plotly.py-5.17.0-gh.tar.gz | 3 +++ python-plotly.changes | 24 ++++++++++++++++++++++++ python-plotly.spec | 2 +- 6 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 plotly-5.16.1.tar.gz create mode 100644 plotly-5.17.0.tar.gz delete mode 100644 plotly.py-5.16.1-gh.tar.gz create mode 100644 plotly.py-5.17.0-gh.tar.gz diff --git a/plotly-5.16.1.tar.gz b/plotly-5.16.1.tar.gz deleted file mode 100644 index 12d2615..0000000 --- a/plotly-5.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295ac25edeb18c893abb71dcadcea075b78fd6fdf07cee4217a4e1009667925b -size 7795459 diff --git a/plotly-5.17.0.tar.gz b/plotly-5.17.0.tar.gz new file mode 100644 index 0000000..6ef6443 --- /dev/null +++ b/plotly-5.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d796bf7bab87aad184fe24b86096234c4c95dcca6ecbca02d02bdf17d3d97 +size 7824316 diff --git a/plotly.py-5.16.1-gh.tar.gz b/plotly.py-5.16.1-gh.tar.gz deleted file mode 100644 index 452182b..0000000 --- a/plotly.py-5.16.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d17726f2830c07b5fe16be2b20298da77da26050139c02c36149e79322aa695 -size 30846702 diff --git a/plotly.py-5.17.0-gh.tar.gz b/plotly.py-5.17.0-gh.tar.gz new file mode 100644 index 0000000..bf6c67a --- /dev/null +++ b/plotly.py-5.17.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b2b25ad82f2a949dcf4f764ba9da972f2ef62442afa3005ca08b4102a2ba36 +size 30874848 diff --git a/python-plotly.changes b/python-plotly.changes index f1ca46b..3aa8b72 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Mar 4 09:44:49 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-plotly.spec b/python-plotly.spec index 518460b..c9110e9 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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