Revisions of python-plotly

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 784425 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 26)
update to latest version
buildservice-autocommit accepted request 778509 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 778458 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 24)
update to latest version
buildservice-autocommit accepted request 768853 from Todd R's avatar Todd R (TheBlackCat) (revision 23)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 768852 from Todd R's avatar Todd R (TheBlackCat) (revision 22)
- 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.
buildservice-autocommit accepted request 756725 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 21)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 756670 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 20)
update to latest version
buildservice-autocommit accepted request 754762 from Todd R's avatar Todd R (TheBlackCat) (revision 19)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 754761 from Todd R's avatar Todd R (TheBlackCat) (revision 18)
Disable python2 support since dependencies dropped python2
buildservice-autocommit accepted request 749099 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 749078 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 16)
update to latest version
buildservice-autocommit accepted request 747198 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 747016 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 14)
update to latest version
buildservice-autocommit accepted request 729679 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 729109 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 12)
update to latest version
buildservice-autocommit accepted request 724149 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 724148 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
Update to 4.1.0
buildservice-autocommit accepted request 718606 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 718605 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
- Update to 4.0.0
  + Updated
    * Updated Plotly.js to version 1.48.3.
  + Added
    * The Plotly Express tech preview has been integrated as the `plotly.express` module 
    * Added a new renderers framework the supports rendering figure in a wide variety of contexts. See the new Displaying Plotly Figures documentation page for more information.
    * Added `plotly.io.write_html` and `plotly.io.to_html` functions for exporting figures to HTML. Also available as `.write_html` and `.to_html` figure methods.
    * Added new figure methods for batch updating figure properties (`update_layout`, `update_traces`, `update_xaxes`, etc.).  See the new Creating and Updating Figures documentation page for more details.
    * Added support for all trace types in `make_subplots` 
    * Added support for secondary y-axes in `make_subplots` 
    * Support passing a scalar trace object (rather than a list or tuple of trace objects) as the `data` property to the `Figure` constructor 
    * Added dictionary-stule `.pop` method to graph object classes 
    * New `jupyterlab-plotly` JupyterLab extension for rendering figures in JupyterLab. Replaces the `@jupyterlab/plotly-extension` extension, and includes JupyterLab 1.0 support.
    * Added new suite of built-in colorscales to the `plotly.colors` module, and support for specifying this wide range of colorscales by name. Also added support for specifying colorscales as a list of colors, in which case the color spacing is assumed to be uniform.
    * Added `sphinx-gallery` renderer for embedding plotly figures in Sphinx-Gallery.
  + Removed
    * The follow modules for interfacing with the Chart Studio cloud service have been removed from plotly.py and moved to the new `chart-studio` distribution package.  The following modules have been moved to a new top-level `chart_studio` module:
      > `plotly.plotly` -> `chart_studio.plotly`
      > `plotly.api` -> `chart_studio.api`
      > `plotly.dashboard_objs` -> `chart_studio.dashboard_objs`
      > `plotly.grid_objs` -> `chart_studio.grid_objs`
      > `plotly.presentation_objs` -> `chart_studio.presentation_objs`
    * The legacy `plotly.widgets.GraphWidget` class for displaying online figures hosted by Chart Studio as ipywidgets has been removed. Please use the offline, and much more capable, `plotly.graph_objects.FigureWidget` class instead.
    * The `fileopt` argument to `chart_studio.plotly.plot` has been removed, so in-place modifications to previously published figures are no longer supported, and a figure will always overwrite a figure with the same name. 
  + Changed
    * The `'plotly'` template is used as the default theme across all figures.
    * In order to reduce the size of the core `plotly` distribution package, the bundled geographic shape files used by the `create_choropleth` figure factory have been moved to a new optional `plotly-geo` distribution package 
    * For consistency with other figure factories, the `create_choropleth`  and `create_gantt` figure factories now always returns `Figure` objects, rather than dictionaries.
    * Figure add trace methods (`.add_trace`, `.add_traces`, `.add_scatter`, etc.) now return a reference to the calling figure, rather than the newly created trace 
    * `plotly.tools.make_subplots` has been moved to `plotly.subplots.make_subplots`, though it is still available at the previous location for backward compatibility
    * The `plotly.graph_objs` module has been moved to `plotly.graph_objects`, though it is still available at the previous location for backward compatibility 
    * Trace `uid` properties are only generated automatically when a trace is added to a `FigureWidget`.  When a trace is added to a standard `Figure` graph object the input `uid`, if provided, is accepted as is.
    * `datetime` objects that include timezones are not longer converted to UTC 
    * When a tuple property (e.g. `layout.annotations`) is updated with a list/tuple that is longer than the current value, the extra elements are appended to the end of the tuple.
  + Fixed
    * Fixed visibility of `bar` trace error bars in built-in templates 
buildservice-autocommit accepted request 707292 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
baserev update by copy to link target
Displaying revisions 41 - 60 of 66
openSUSE Build Service is sponsored by