From 9f61dabb09b848531fa27e8e1871002bb103f4cf57dca48d22e8f241ab45dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 14 Sep 2020 08:09:34 +0000 Subject: [PATCH] Accepting request 834029 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/834029 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=35 --- plotly-4.10.0.tar.gz | 3 ++ plotly-4.8.2.tar.gz | 3 -- python-plotly.changes | 71 +++++++++++++++++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 plotly-4.10.0.tar.gz delete mode 100644 plotly-4.8.2.tar.gz diff --git a/plotly-4.10.0.tar.gz b/plotly-4.10.0.tar.gz new file mode 100644 index 0000000..080bc6c --- /dev/null +++ b/plotly-4.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1602346ffa17895687fc48ae58611f014ed7a5da4b07e79c2ca99d6d4dca31 +size 6263967 diff --git a/plotly-4.8.2.tar.gz b/plotly-4.8.2.tar.gz deleted file mode 100644 index 948e3fe..0000000 --- a/plotly-4.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce55e1a9669ea7455574ddbfe2fb52636eb63a6c29387ee0c0a929ed2325f916 -size 5509712 diff --git a/python-plotly.changes b/python-plotly.changes index 335dd47..1f01a3e 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Sat Sep 12 19:58:52 UTC 2020 - Arun Persaud + +- update to version 4.10.0: + * Added + + Added plotly.io.full_figure_for_development() and + plotly.graph_objects.Figure.full_figure_for_development() + (#2737) + * Updated + + Updated Plotly.js to version 1.55.2. See the plotly.js CHANGELOG + for more information. These changes are reflected in the + auto-generated plotly.graph_objects module. + + px.imshow has a new binary_string boolean argument, which passes + the image data as a b64 binary string when True. Using binary + strings allow for faster image rendering and smaller figure + size. Additional optional arguments binary_backend, + binary_format and binary_compression_level control how to + generate the b64 string (#2691 + + px.imshow has a new constrast_rescaling argument in order to + choose how to set data values corresponding to the bounds of the + color range (#2691 + * Fixed + + Plotly Express no longer converts datetime columns of input + dataframes to UTC (#2749) + + Plotly Express has more complete support for datetimes as + additional hover_data (#2749) + + Histogram selection behaviour with FigureWidget (#2711) with + thanks to @meffmadd + + Behaviour of full_html() with html=False (#2469) with thanks to + @tallamjr + + ff.distplot() now only computes traces that will be shown + (#2730) with thanks to @akbo + + Pandas backend .hist() works with latest version of Pandas + (#2713) with thanks to @Kerybas + +- changes from version 4.9.0: + * Added + + Added image export support using Kaleido. The image export + backend can be configured using the new engine argument to + plotly.io.to_image and plotly.io.write_image. The engine + argument may be set to "kaleido", "orca", or "auto". The default + is engine="auto", in which case the Kaleido backend is enabled + if the kaleido package from PyPI is installed, otherwise Orca is + used. (#2613). + + plotly.express.timeline() added as an official alternative to + plotly.figure_factories.create_gantt() (#2626) + + create_hexbin_mapbox() added to Figure Factories, with thanks to + @RenaudLN for the impressive contribution! + + facet_row_spacing and facet_col_spacing added to Plotly Express + cartesian 2d functions (#2614) + + base added to Plotly Express bar and bar_polar functions (#2626) + + px.NO_COLOR constant to override wide-form color assignment in + Plotly Express (#2614) + * Fixed + + trendline traces are now of type scattergl when + render_mode="webgl" in Plotly Express (#2614) + + regression from 4.8.1 whereby "parent" was not accepted as part + of path for px.sunburst() and px.treemap() (#2640) + + create_dendrogram() figure factory now works correctly with + scipy 1.5.1 (#2627) + * Updated + + Updated Plotly.js to version 1.54.6. See the plotly.js CHANGELOG + for more information. + + Added all cartesian-2d Plotly Express functions, plus imshow, to + Pandas backend with kind option (#2541) + + plotly.express.imshow now uses data frame index and columns + names and values to populate axis parameters by default (#2539) + + Javascript extensions are now build using Node 12, and have an + updated package-lock.json with many fewer security warnings + (#2636) + ------------------------------------------------------------------- Sat Jul 11 19:18:52 UTC 2020 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index 2c7dfa7..e441f9a 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-plotly -Version: 4.8.2 +Version: 4.10.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT