v0.7.0 - composability & `register_plotly_resampler`
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_resamplermethod 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)
- 🦌 Adding reset-axes functionality by @jonasvdd in #48
- 🐛 Small bugfixes by @jonasvdd in #52
- 🔍 investigating gap-detection methodology by @jonasvdd in #53
- 🔍 fix float index problem of #63 by @jonasvdd in #64
- 🔧 hotfix for rounding error by @jonasvdd in #66
- 🗳️ Compose figs by @jonasvdd in #72
- ✨ register plotly-resampler by @jvdd in #70
- 🤖 update dependencies + new release by @jvdd in #74
Full Changelog: v0.6.0...v0.7.0