forked from pool/python-plotly
- update to 5.15.0:
* Updated Plotly.js from version 2.20.0 to version 2.24.1. See the plotly.js CHANGELOG for more information. Notable changes include: * Add pattern to pie, funnelarea, sunburst, icicle and treemap traces [#6601, #6619, #6622, #6626, #6627, #6628, #6629], with thanks to @thierryVergult for the contribution! * Add `texttemplate` to shape.label for parametric shapes i.e. line, rect and circle [#6527], * Add strict option to custom bundle command [#6557], * Add `legend` references to traces and `legend2`, `legend3`, etc. to layout, * also add `visible` to legend i.e. to allow positioning multiple legends on a graph [#6535], * Add `legend.xref` and `legend.yref` to enable container- referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development. * Add `colorbar.xref` and `colorbar.yref` to enable container- referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development. * `px` methods now accept data-frame-like objects that support a `to_pandas()` method, such as polars, cudf, vaex etc * Fixed another compatibility issue with Pandas 2.0, just affecting `px.*(line_close=True)` * Empty pandas dataframe with facet row/column set no longer fails * Added some rounding to the `make_subplots` function to handle situations where the user-input specs cause the domain to exceed 1 by small amounts * Sanitize JSON output to prevent an XSS vector when graphs are OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=57
This commit is contained in:
parent
7fc6409913
commit
fd6b1ca16f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcac86d7fcba3eff7260c1eddc36ca34dae2aded10a0709808446565e0e53b93
|
|
||||||
size 7669296
|
|
3
plotly-5.15.0.tar.gz
Normal file
3
plotly-5.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f
|
||||||
|
size 7757675
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1b58deb79a278e6ea7329c0dbcd0988d01688c101ec0d13b64f62e2ca2a8ad1
|
|
||||||
size 30697895
|
|
3
plotly.py-5.15.0-gh.tar.gz
Normal file
3
plotly.py-5.15.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:919563e389d55d7324783c40cf554c4d3b66b18917b1d4bd4b44a6352405655e
|
||||||
|
size 30801940
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 10:04:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.15.0:
|
||||||
|
* Updated Plotly.js from version 2.20.0 to version 2.24.1. See
|
||||||
|
the plotly.js CHANGELOG for more information. Notable changes
|
||||||
|
include:
|
||||||
|
* Add pattern to pie, funnelarea, sunburst, icicle and treemap
|
||||||
|
traces [#6601, #6619, #6622, #6626, #6627, #6628, #6629],
|
||||||
|
with thanks to @thierryVergult for the contribution!
|
||||||
|
* Add `texttemplate` to shape.label for parametric shapes i.e.
|
||||||
|
line, rect and circle [#6527],
|
||||||
|
* Add strict option to custom bundle command [#6557],
|
||||||
|
* Add `legend` references to traces and `legend2`, `legend3`,
|
||||||
|
etc. to layout,
|
||||||
|
* also add `visible` to legend i.e. to allow positioning
|
||||||
|
multiple legends on a graph [#6535],
|
||||||
|
* Add `legend.xref` and `legend.yref` to enable container-
|
||||||
|
referenced positioning of legends [#6589], with thanks to
|
||||||
|
Gamma Technologies for sponsoring the related development.
|
||||||
|
* Add `colorbar.xref` and `colorbar.yref` to enable container-
|
||||||
|
referenced positioning of colorbars [#6593], with thanks to
|
||||||
|
Gamma Technologies for sponsoring the related development.
|
||||||
|
* `px` methods now accept data-frame-like objects that support
|
||||||
|
a `to_pandas()` method, such as polars, cudf, vaex etc
|
||||||
|
* Fixed another compatibility issue with Pandas 2.0, just
|
||||||
|
affecting `px.*(line_close=True)`
|
||||||
|
* Empty pandas dataframe with facet row/column set no longer
|
||||||
|
fails
|
||||||
|
* Added some rounding to the `make_subplots` function to handle
|
||||||
|
situations where the user-input specs cause the domain to
|
||||||
|
exceed 1 by small amounts
|
||||||
|
* Sanitize JSON output to prevent an XSS vector when graphs are
|
||||||
|
inserted directly into HTML
|
||||||
|
* Fixed issue with shapes and annotations plotting on the wrong
|
||||||
|
y axis when supplied with a specific axis in the `yref`
|
||||||
|
parameter
|
||||||
|
* Remove `use_2to3` setuptools arg, which is invalid in the
|
||||||
|
latest Python and setuptools versions
|
||||||
|
* Fix #4066 JupyterLab v4 giving tiny default graph height
|
||||||
|
* Fixed issue with `colors.n_colors` where generated RGB color
|
||||||
|
values were not being constrained to stay between 0 and 255
|
||||||
|
* Fix streamline figure factory with recent versions of Numpy
|
||||||
|
* Fix issue with shapes and annotations not drawing on correct
|
||||||
|
axis
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 8 13:02:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Thu Jun 8 13:02:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-plotly
|
# spec file for package python-plotly
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-plotly
|
Name: python-plotly
|
||||||
Version: 5.14.1
|
Version: 5.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user