Skip to content

v0.7.0 - composability & `register_plotly_resampler`

Choose a tag to compare

@jonasvdd jonasvdd released this 17 Jun 13:25
· 333 commits to main since this release
002da45

What's Changed

You can register plotly_resampler; this adds dynamic resampling functionality under the hood to plotly.py! 🥳
As a result, you can stop wrapping plotly figures with a plotly-resampler decorator (as this all happens automatically)

You only need to call the register_plotly_resampler method and all plotly figures will be wrapped (under the hood) according to that method's configuration.

-> More info in the README and docs!

Aditionally, all resampler Figures are now composable; implying that they can be decorated by themselves and all other types of plotly-(resampler) figures. This eases the switching from a FigureResampler to FigureWidgetResampler and vice-versa.

What's Changed (PR's)

Full Changelog: v0.6.0...v0.7.0