Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: plotly/plotly.py

v6.5.0

17 Nov 18:37

Choose a tag to compare

Updated

  • Update plotly.js from version 3.2.0 to version 3.3.0. See the plotly.jsrelease notes for more information. [#5421]. Notable changes include:
    • Addhovertemplate forcandlestick andohlc traces [#7619]

Fixed

  • Fix bug where numpy datetime contained in Python list was converted to integer [#5415]

Full Changelog:v6.4.0...v6.5.0

Assets4
Loading

v6.4.0

04 Nov 17:53

Choose a tag to compare

Updated

  • Update plotly.js from version 3.1.1 to version 3.2.0. See the plotly.jsrelease notes for more information. [#5357]. Notable changes include:
    • Addhovertemplatefallback andtexttemplatefallback attributes [#7577]
    • Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto) [#7249]

Deprecated

  • Deprecatecreate_hexbin_mapbox in favor ofcreate_hexbin_map, update related function calls [5358], with thanks to@ajlien for the contribution!

Contributors

  • @ajlien
ajlien
Loading
wevertonms, Molkree, AnabelBerumen, and lizmwale-3 reacted with thumbs up emoji
4 people reacted

v6.3.1

02 Oct 15:58

Choose a tag to compare

Updated

  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.jsrelease notes for more information. [#5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#5312], with thanks to@robertoffmoura to the contribution!
  • Allowshared_yaxes to work with secondary axes [#5180], with thanks to@gmjw for the contribution!

Fixed

  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#5325]
  • Fix typo in default argument to_ternary_contour.py [#5315], with thanks to@Lexachoc for the contribution!
  • Fix incorrectfig.show() behavior whenipython is installed [#5258]

Full Changelog:v6.3.0...v6.3.1

Contributors

  • @gmjw
  • @Lexachoc
  • @robertoffmoura
gmjw, Lexachoc, and robertoffmoura
Loading
Molkree reacted with thumbs up emojinaruaika reacted with hooray emoji
2 people reacted

v6.3.0

12 Aug 20:24

Choose a tag to compare

Updated

  • Updated Plotly.js from version 3.0.1 to version 3.1.0. See the plotly.jsrelease notes for more information. [#5318]

Added

  • Exposedplotly.io.get_chrome() as a function which can be called from within a Python script. [#5282]

Fixed

  • Resolved issue causing extraneous engine deprecation warnings [#5287], with thanks to@jdbeel for the contribution!

Contributors

  • @jdbeel
jdbeel
Loading
emariot, wevertonms, alexveider1, emilykl, and Molkree reacted with thumbs up emojiemilykl reacted with heart emoji
5 people reacted

v6.2.0

26 Jun 16:24

Choose a tag to compare

Added

  • Add SRI (Subresource Integrity) hash support for CDN script tags when usinginclude_plotlyjs='cdn'. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to@ddworken)

Fixed

  • Allow setting Plotly.js path viapio.defaults [#5207]

Changed

  • Refactor validation code to reduce bundle size [#5214] (with thanks to@bmaranville)
  • Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]

Contributors

  • @bmaranville
  • @ddworken
bmaranville and ddworken
Loading
Molkree reacted with thumbs up emojibmaranville reacted with hooray emoji
2 people reacted

v6.1.2

27 May 20:20

Choose a tag to compare

Fixed

  • Fix type checking and code highlighting forgraph_objects classes [#5199]
Loading
zou-y-t, christophecolly, Molkree, and rctc-phiwo reacted with thumbs up emoji
4 people reacted

v6.1.1

20 May 20:08
c044f1e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Prevent swallowing ofValueError when creating a figure with subplots [#3888]
  • Fix issue causingfig.write_image() to not generate an image [#5193]
Loading
xplosionmind and Molkree reacted with thumbs up emojiaaravind100 reacted with rocket emojixplosionmind reacted with eyes emoji
3 people reacted

v6.1.0

15 May 16:02
1462f3f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062,#5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case wherejupyterlab ornotebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]
Loading
xplosionmind, wevertonms, and Molkree reacted with thumbs up emojixplosionmind reacted with eyes emoji
3 people reacted

v6.1.0rc0

02 May 19:12

Choose a tag to compare

v6.1.0rc0Pre-release
Pre-release

Updated

  • Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [#5062]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case wherejupyterlab ornotebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]
Loading
Molkree reacted with thumbs up emojiMichalRIcar reacted with rocket emoji
2 people reacted

v6.1.0b0

31 Mar 19:01

Choose a tag to compare

v6.1.0b0Pre-release
Pre-release

Updated

  • Add support for Kaleido >= v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [#5062]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case wherejupyterlab ornotebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
Loading
Molkree reacted with thumbs up emoji
1 person reacted
Previous1345910
Previous

[8]ページ先頭

©2009-2025 Movatter.jp