v0.10.0
New features
π¨  Nan handling has been delegated to the aggregators, this implies that plotly-resampler does not perform any nan-checks anymore (making it faster) π.
Consequently, we removed the check_nans argument of the FigureResampler constructor and its add_traces method. This argument was used to check for NaNs in the input data, but this is now handled by the nan_policy argument of specific aggregators (see for instance the constructor of the MinMax and MinMaxLTTB aggregator). π
What's Changed
- Address FutureWarning: 'H' is deprecated and will be removed in a future version. Please use 'h' instead of 'H'. by @t-jakubek in #291
- π Python 3.12 support by @jvdd in #292
- π₯ delegate nan behavior to aggregators by @jonasvdd in #294
New Contributors
- @t-jakubek made their first contribution in #291
Full Changelog: v0.9.2...v0.10.0