forked from pool/python-plotly
Accepting request 768852 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 4.5.0 + Updated * Updated Plotly.js to version 1.52.1. * Plotly Express uses the new `legend.title` attribute and so now has shorter trace `name`s * The heuristic used by `px.parallel_categories` to determine which columns of the data frame to draw has been changed and made more configurable with the `dimensions_max_cardinality` argument * The `simple_white` colorbar styling has been streamlined * The `jupyterlab-plotly` and `plotlywidget` JupyterLab extensions should now share code when installed together, resulting in smaller JupyterLab vendor bundle sizes + Fixed * Plotly Express `category_orders` are now respected independent of the contents of the data set * `go.Scattergl` symbols now accept numeric specification * `px.scatter` trendline coefficients are now more readable * Built-in cyclical color scales now all have identical start and end points + Added * `px.sunburst` and `px.treemap` now accept a `path` argument for passing columns of a rectangular dataframe to build the charts * `px.choropleth` now accepts a user-supplied `geojson` attribute * `px.choropleth` and `px.choropleth_mapbox` now accept `featureidkey` to specify the GeoJSON field to use to match `locations` * `px.choropleth` and `px.choropleth_mapbox` now accept discrete color * `px.bar_polar` now accepts continuous color * New `layout.uniformtext` attribute allows for automatic standardization of font sizes across bar-like and hierarchical traces. OBS-URL: https://build.opensuse.org/request/show/768852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=22
This commit is contained in:
parent
041d7ad7fa
commit
46594c3a66
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acc94f17452471ca3446c2ce491c4d1affb99b9ddd9eac4e05614ac4318f8780
|
||||
size 5023823
|
3
plotly-4.5.0.tar.gz
Normal file
3
plotly-4.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb5271f648913cf330a0de4ede3084cda848f8ad8b080330a0678e1b21df97b0
|
||||
size 4977807
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 17:27:22 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to version 4.5.0
|
||||
+ Updated
|
||||
* Updated Plotly.js to version 1.52.1.
|
||||
* Plotly Express uses the new `legend.title` attribute and so now has shorter trace `name`s
|
||||
* The heuristic used by `px.parallel_categories` to determine which columns of the data frame to draw has been changed and made more configurable with the `dimensions_max_cardinality` argument
|
||||
* The `simple_white` colorbar styling has been streamlined
|
||||
* The `jupyterlab-plotly` and `plotlywidget` JupyterLab extensions should now share code when installed together, resulting in smaller JupyterLab vendor bundle sizes
|
||||
+ Fixed
|
||||
* Plotly Express `category_orders` are now respected independent of the contents of the data set
|
||||
* `go.Scattergl` symbols now accept numeric specification
|
||||
* `px.scatter` trendline coefficients are now more readable
|
||||
* Built-in cyclical color scales now all have identical start and end points
|
||||
+ Added
|
||||
* `px.sunburst` and `px.treemap` now accept a `path` argument for passing
|
||||
columns of a rectangular dataframe to build the charts
|
||||
* `px.choropleth` now accepts a user-supplied `geojson` attribute
|
||||
* `px.choropleth` and `px.choropleth_mapbox` now accept `featureidkey` to specify the GeoJSON field to use to match `locations`
|
||||
* `px.choropleth` and `px.choropleth_mapbox` now accept discrete color
|
||||
* `px.bar_polar` now accepts continuous color
|
||||
* New `layout.uniformtext` attribute allows for automatic standardization of font sizes across bar-like and hierarchical traces.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 00:25:52 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-plotly
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-plotly
|
||||
Version: 4.4.1
|
||||
Version: 4.5.0
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user