- 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:
2024-03-01 10:06:06 +00:00
committed by Git OBS Bridge
parent d5572a1dc3
commit 97f1bf9f98
6 changed files with 87 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-plotly
Version: 5.14.1
Version: 5.15.0
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT