forked from pool/python-plotly
Accepting request 877580 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/877580 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=28
This commit is contained in:
commit
66cde053db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ec2c9f4cceac7c595ebb77c98cbeb6566a97bef777508584d9bb7d9bcb8854c
|
||||
size 6330816
|
3
plotly-4.14.3.tar.gz
Normal file
3
plotly-4.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8aaeed392e82fb8e0e48899f2d3d957b12327f9d38cdd5802bc574a8a39d91
|
||||
size 6374650
|
@ -1,3 +1,89 @@
|
||||
Sat Mar 6 18:25:33 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.14.3:
|
||||
* px.timeline() now allows hover_data formatting of start and end
|
||||
times 3018
|
||||
* Small change to packaging of plotlywidget extension for JupyterLab
|
||||
3 3021
|
||||
|
||||
- changes from version 4.14.2:
|
||||
* Updated
|
||||
+ JupyterLab extensions now compatible with JupyterLab 3.x 3016
|
||||
+ Updated Plotly.js to version 1.58.4. See the plotly.js CHANGELOG
|
||||
for more information. These changes are reflected in the
|
||||
auto-generated plotly.graph_objects module. Notable changes
|
||||
include:
|
||||
o fixes for rendering 3d plots on recent Safari versions
|
||||
o fixes to inside ticklabels
|
||||
o regression fixes
|
||||
* Fixed
|
||||
+ px.histogram() Y-axis labels now take into account histnorm and
|
||||
barnorm 2989
|
||||
+ px.histogram() marginal and facet_* now work correctly together
|
||||
3014
|
||||
|
||||
- changes from version 4.14.1:
|
||||
* Updated
|
||||
+ Updated Plotly.js to version 1.58.2. See the plotly.js CHANGELOG
|
||||
for more information. These changes are reflected in the
|
||||
auto-generated plotly.graph_objects module. Notable changes
|
||||
include:
|
||||
o fixes for new ticklabelposition attribute
|
||||
o fixes for a regression related to treemaps in the previous version
|
||||
|
||||
- changes from version 4.14.0:
|
||||
* Added
|
||||
+ px.imshow now supports facet_col and animation_frame arguments
|
||||
for visualizing 3-d and 4-d images 2746
|
||||
+ px.defaults now supports color_discrete_map, symbol_map,
|
||||
line_dash_map, labels and category_orders as well as a .reset()
|
||||
method 2957
|
||||
* Fixed
|
||||
+ axes will now auto-type numeric strings as categorical data
|
||||
rather than linear in the default templates 2951
|
||||
* Updated
|
||||
+ Updated Plotly.js to version 1.58.1. See the plotly.js CHANGELOG
|
||||
for more information. These changes are reflected in the
|
||||
auto-generated plotly.graph_objects module. Notable changes
|
||||
include:
|
||||
o a new ticklabelposition attribute to enable positioning tick labels inside the plotting area
|
||||
better support for scaleanchor and matches on cartesian axes for matched square subplots
|
||||
o a new autotypenumbers attribute which is now set to strict in the default templates
|
||||
various fixes relating to automargins for small figures
|
||||
|
||||
- changes from version 4.13.0:
|
||||
* Added
|
||||
+ px.choropleth, px.scatter_geo and px.line_geo now support
|
||||
faceting as well as fitbounds and basemap_visible 2923
|
||||
+ px.scatter_geo and px.line_geo now support geojson/featureidkey
|
||||
input 2923
|
||||
+ px.scatter_geo now supports symbol 2923
|
||||
+ go.Figure now has a set_subplots method to set subplots on an
|
||||
already existing figure. 2866
|
||||
+ Added Turbo colorscale and fancier swatch display functions 2882
|
||||
+ A utility function image_array_to_data_uri has been added in
|
||||
plotly.utils, in order to transform NumPy arrays to data b64
|
||||
URIs (which can be passed to the source parameter of go.Image,
|
||||
or to layout images). 2879
|
||||
+ the selector argument to updater/selector functions now accepts
|
||||
ints and strs 2894
|
||||
* Updated
|
||||
+ the JSON serialization of plotly figures has been accelerated
|
||||
thanks to a different handling of Infinity and NaN values. For
|
||||
example, a figure with a 1000x1000 Heatmap should now serialize
|
||||
2x faster. 2880
|
||||
+ Coding mistakes with "magic underscores" now return
|
||||
significantly more ergonomic error messages 2843
|
||||
+ Error messages related to impossible subplot geometries are now
|
||||
much more helpful 2897
|
||||
* Fixed
|
||||
+ px.scatter_geo support for text is fixed 2923
|
||||
+ the x and y parameters of px.imshow are now used also in the
|
||||
case where an Image trace is used (for RGB data or with
|
||||
binary_string=True). However, only numerical values are accepted
|
||||
(while the Heatmap trace allows date or string values for x and
|
||||
y). 2761
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 22:32:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-plotly
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.12.0
|
||||
Version: 4.14.3
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user