From 058f5e0b021af39004fc7cf931281c912a052fba8ab2d1d7d52cce00ccbe5300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Nov 2020 15:26:46 +0000 Subject: [PATCH] Accepting request 845114 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/845114 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=39 --- plotly-4.11.0.tar.gz | 3 --- plotly-4.12.0.tar.gz | 3 +++ python-plotly.changes | 30 ++++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.11.0.tar.gz create mode 100644 plotly-4.12.0.tar.gz diff --git a/plotly-4.11.0.tar.gz b/plotly-4.11.0.tar.gz deleted file mode 100644 index 49e0e11..0000000 --- a/plotly-4.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ad5c3d2cbf056a782e3c6833a334c45a5453a12dc8a48df971602509e8d3d6 -size 6308475 diff --git a/plotly-4.12.0.tar.gz b/plotly-4.12.0.tar.gz new file mode 100644 index 0000000..68a5657 --- /dev/null +++ b/plotly-4.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec2c9f4cceac7c595ebb77c98cbeb6566a97bef777508584d9bb7d9bcb8854c +size 6330816 diff --git a/python-plotly.changes b/python-plotly.changes index bbcda33..e80a574 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Oct 30 22:32:20 UTC 2020 - Arun Persaud + +- update to version 4.12.0: + * Added + + For add_trace, add_shape, add_annotation and add_layout_image, + the row and/or col argument now also accept the string + "all". row="all" adds the object to all the subplot rows and + col="all" adds the object to all the subplot columns. (#2840) + + Shapes that reference the plot axes in one dimension and the + data in another dimension can be added with the new add_hline, + add_vline, add_hrect, add_vrect functions, which also support + the row="all" and col="all" arguments. (#2840) + + The add_trace, add_shape, add_annotation, add_layout_image, + add_hline, add_vline, add_hrect, add_vrect functions accept an + argument exclude_empty_subplots which if True, only adds the + object to subplots already containing traces or layout + objects. This is useful in conjunction with the row="all" and + col="all" arguments. (#2840) + + For all go.Figure functions accepting a selector argument (e.g., + select_traces), this argument can now also be a function which + is passed each relevant graph object (in the case of + select_traces, it is passed every trace in the figure). For + graph objects where this function returns true, the graph object + is included in the selection. (#2844) + * Updated + + Updated Plotly.js to version 1.57.1. See the plotly.js CHANGELOG + for more information. These changes are reflected in the + auto-generated plotly.graph_objects module. + ------------------------------------------------------------------- Sat Oct 10 19:07:17 UTC 2020 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index 3cecc11..2f10409 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.11.0 +Version: 4.12.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT