From e70861a4074da346e4bb218ccc04c9495c87cffec62938f7a0b46c2d7eb07c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Nov 2019 07:46:16 +0000 Subject: [PATCH] Accepting request 749078 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/749078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=16 --- plotly-4.2.1.tar.gz | 3 --- plotly-4.3.0.tar.gz | 3 +++ python-plotly.changes | 29 +++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.2.1.tar.gz create mode 100644 plotly-4.3.0.tar.gz diff --git a/plotly-4.2.1.tar.gz b/plotly-4.2.1.tar.gz deleted file mode 100644 index 5da8934..0000000 --- a/plotly-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6650ddb4da3aa94dcaa32e0779e611c6b17f371b5250ffdbf5ece6d66ba4483b -size 5011519 diff --git a/plotly-4.3.0.tar.gz b/plotly-4.3.0.tar.gz new file mode 100644 index 0000000..cae504e --- /dev/null +++ b/plotly-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6f453efa171dcea32fd08ad981712829f3dba4509603b3c3b8683b140ef30b +size 5009972 diff --git a/python-plotly.changes b/python-plotly.changes index 0e65ab8..445075c 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Nov 16 17:52:20 UTC 2019 - Arun Persaud + +- update to version 4.3.0: + * Updated + + Updated Plotly.js to version 1.51.1. See the plotly.js CHANGELOG + for more information + + Improved propagation of empty templates (#1892) + + Update the add_annotations/add_shapes/add_images methods to no + longer default to adding objects in paper coordinates. This + allows plotly.js to determine the default reference frame based + on context (#1888) + + Use the default template's background color for displaying color + swatches (#1872). Special thanks to @joelostblom for this + contribution! + + Improved docstrings (#1835, #1837) + * Added + + Added image trace type (plotly.js#4289, plotly.js#4307, + plotly.js#4313, plotly.js#4319) + + Added matplotlib-style plotly.express.imshow convenience + function to display images and heatmaps (#1855, #1885) + + Added matplotlib-style simple_white template (#1864). Special + thanks to @joelostblom for this contribution. + + Added support for using an externally managed orca server for + image export features (#1850). Special thanks to @miriad for + this contribution. + + Added facet wrapping support to plotly express functions using + the new facet_col_wrap argument (#1838) + ------------------------------------------------------------------- Sat Nov 9 15:07:23 UTC 2019 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index 1cd29ea..71749a5 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plotly -Version: 4.2.1 +Version: 4.3.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT