From 76d6d75fbc1c92dbd69e478aaf44f1f033a85146b745784e12976a78600f6efa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 1 Mar 2024 10:08:03 +0000 Subject: [PATCH] - update to 5.16.1: * Fixed issue with necessary columns from complex arguments dropped when interchanging dataframes * Updated Plotly.js from version 2.24.1 to version 2.25.2. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include: * Add "Equal Earth" projection to geo subplots [#6670], * Add options to include legends for shapes and `newshape` * `px` methods now accept data-frame-like objects that support a dataframe interchange protocol, such as polars, vaex, modin etc. This protocol has priority on `to_pandas` call, but will only be used if pandas>=2.0.2 is installed in the environment. * `px` methods now accept data-frame-like objects that support a `toPandas()` method, such as Spark DataFrames, or a `to_pandas_df()` method, such as Vaex DataFrames. * Fixed Pandas performance warning issue caused by multiple `frame.insert` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=58 --- plotly-5.15.0.tar.gz | 3 --- plotly-5.16.1.tar.gz | 3 +++ plotly.py-5.15.0-gh.tar.gz | 3 --- plotly.py-5.16.1-gh.tar.gz | 3 +++ python-plotly.changes | 23 +++++++++++++++++++++++ python-plotly.spec | 2 +- 6 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 plotly-5.15.0.tar.gz create mode 100644 plotly-5.16.1.tar.gz delete mode 100644 plotly.py-5.15.0-gh.tar.gz create mode 100644 plotly.py-5.16.1-gh.tar.gz diff --git a/plotly-5.15.0.tar.gz b/plotly-5.15.0.tar.gz deleted file mode 100644 index 77fc8e6..0000000 --- a/plotly-5.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f -size 7757675 diff --git a/plotly-5.16.1.tar.gz b/plotly-5.16.1.tar.gz new file mode 100644 index 0000000..12d2615 --- /dev/null +++ b/plotly-5.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295ac25edeb18c893abb71dcadcea075b78fd6fdf07cee4217a4e1009667925b +size 7795459 diff --git a/plotly.py-5.15.0-gh.tar.gz b/plotly.py-5.15.0-gh.tar.gz deleted file mode 100644 index 2d1fdc1..0000000 --- a/plotly.py-5.15.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:919563e389d55d7324783c40cf554c4d3b66b18917b1d4bd4b44a6352405655e -size 30801940 diff --git a/plotly.py-5.16.1-gh.tar.gz b/plotly.py-5.16.1-gh.tar.gz new file mode 100644 index 0000000..452182b --- /dev/null +++ b/plotly.py-5.16.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d17726f2830c07b5fe16be2b20298da77da26050139c02c36149e79322aa695 +size 30846702 diff --git a/python-plotly.changes b/python-plotly.changes index 2284787..68616fa 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Mar 1 10:07:05 UTC 2024 - Dirk Müller + +- update to 5.16.1: + * Fixed issue with necessary columns from complex arguments + dropped when interchanging dataframes + * Updated Plotly.js from version 2.24.1 to version 2.25.2. See + the plotly.js CHANGELOG for more information. These changes + are reflected in the auto-generated `plotly.graph_objects` + module. Notable changes include: + * Add "Equal Earth" projection to geo subplots [#6670], + * Add options to include legends for shapes and `newshape` + * `px` methods now accept data-frame-like objects that support + a dataframe interchange protocol, such as polars, vaex, modin + etc. This protocol has priority on `to_pandas` call, but will + only be used if pandas>=2.0.2 is installed in the + environment. + * `px` methods now accept data-frame-like objects that support + a `toPandas()` method, such as Spark DataFrames, or a + `to_pandas_df()` method, such as Vaex DataFrames. + * Fixed Pandas performance warning issue caused by multiple + `frame.insert` + ------------------------------------------------------------------- Fri Mar 1 10:04:56 UTC 2024 - Dirk Müller diff --git a/python-plotly.spec b/python-plotly.spec index 7eb692c..52ba635 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -17,7 +17,7 @@ Name: python-plotly -Version: 5.15.0 +Version: 5.16.1 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT