All Versions
156
Latest Version
Avg Release Cycle
36 days
Latest Release
540 days ago

Changelog History
Page 5

  • v4.4.1 Changes

    December 10, 2019

    [4.4.1] - 2019-12-10

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed improper JSON encoding exception when the pillow module not installed #1993
  • v4.4.0 Changes

    December 10, 2019

    โšก๏ธ Updated

    • Updated Plotly.js to version 1.51.2. See the plotly.js CHANGELOG for more information
    • The tutorials of the plotly.py documentation are now in the main plotly.py Github repository. Contributions in order to improve or extend the documentation are very welcome!
    • plotly.express generated plots no longer have a default height of 600 pixels, instead they inherit the default height of regular figures #1990. To restore the old behavior, set px.defaults.height=600 once per session, or set the height keyword arguement to any px.function() to 600.

    ๐Ÿ›  Fixed

    • Fixed a plotly.express input bug when using data frame indices#1934
    • Fixed how to display facet labels with plotly express #1966
    • Fixed a bug to use correctly the zmin/zmax parameter in px.imshow for single-channel images #1981
    • Clipped docstring width for better display in Jupyterlab #1939. Thank you @joelostblom!
    • Fixed a bug in the case of external orca server #1915 thank you @dev-dsp!

    โž• Added

    • Extended the plotly.express functional API with 7 new functions: px.pie, px.sunburst, px.treemap, px.funnel, and px.funnel_area (#1909) px.density_mapbox and px.choropleth_mapbox #1937.
    • plotly.express mapbox functions in plotly.express have new arguments center and mapbox_style #1937.
    • plotly.express polar plots (scatter_polar, line_polar, bar_polar) now have a range_theta keyword argument for representing only an angular section #1969.
    • All continuous colorscales now accept a _r suffix that reverses their direction #1933
    • Docstrings of plotly.py are now doctested #1921.
    • Reversing a predefined colorscale by appending _r to its name #1933
  • v4.3.0 Changes

    November 11, 2019

    [4.3.0] - 2019-11-11

    โšก๏ธ Updated

    • โšก๏ธ Updated Plotly.js to version 1.51.1. See the
      plotly.js CHANGELOG
      for more information
    • ๐Ÿ‘Œ Improved propagation of empty templates (#1892)
    • Update the add_annotations/add_shapes/add_images methods to no longer default to adding objects in paper coordinates. This allows plotly.js to determine the default reference frame based on context (#1888)
    • 0๏ธโƒฃ Use the default template's background color for displaying color swatches (#1872). Special thanks to @joelostblom for this contribution!
    • ๐Ÿ‘Œ Improved docstrings (#1835, #1837)

    โž• Added

    • โž• Added image trace type (plotly.js#4289, plotly.js#4307, plotly.js#4313, plotly.js#4319)
    • โž• Added matplotlib-style plotly.express.imshow convenience function to display images and heatmaps (#1855, #1885)
    • โž• Added matplotlib-style simple_white template (#1864). Special thanks to @joelostblom for this contribution.
    • โž• Added support for using an externally managed orca server for image export features (#1850). Special thanks to @miriad for this contribution.
    • Added facet wrapping support to plotly express functions using the new facet_col_wrap argument (#1838)
  • v4.2.1 Changes

    October 18, 2019

    [4.2.1] - 2019-10-18

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression in 4.2.0 that caused all figure factories to require that scikit-image be installed (#1832)
  • v4.2.0 Changes

    October 16, 2019

    [4.2.0] - 2019-10-16

    โšก๏ธ Updated

    • โšก๏ธ Updated Plotly.js to version 1.50.1. See the plotly.js CHANGELOG for more information

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed iframe renderer on Python 2 (#1822)
    • ๐Ÿ›  Fixed use of merged templates in plotly.express (#1819)
  • v4.1.1 Changes

    September 02, 2019

    โšก๏ธ Updated

    • Updated Plotly.js to version 1.49.4. See the plotly.js CHANGELOG for more information
    • The width of a figure produced by the create_gantt figure factory now resizes responsively (#1724)

    ๐Ÿ›  Fixed

    • The name of the steps property of graph_objects.indicator.Guage has been renamed from stepss to steps
    • Avoid crash in iframe renderers when running outside iPython (#1723)
  • v4.1.0 Changes

    August 06, 2019

    โšก๏ธ Updated

    • Updated Plotly.js to version 1.49.1. See the plotly.js CHANGELOG for more information.
    • Bars in the figures produced by the create_gantt figure factory may now be hidden by clicking on the legend (#1665). Special thanks to @csabaszan for this contribution!
    • Improved performance when serializing figures containing large numpy arrays (#1690). Special thanks to @miriad for this contribution!

    โž• Added

    ๐Ÿ›  Fixed

    • Fixed incorrect facet row ordering in figures generated by plotly.express functions (plotly/plotly_express#129)
    • Fixed "The truth value of an array with more than one element is ambiguous" error when specifying subplot titles as numpy array of strings (#1685). Special thanks to @MrQubo for this contribution!
    • The line_3d plotly express function was not visible by default when importing * from plotly.express (#1667)
  • v4.1.0.rc3

    August 06, 2019
  • v4.1.0.rc2

    August 06, 2019
  • v4.1.0.rc1

    August 04, 2019