Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@jonasvdd jonasvdd released this 27 Mar 07:58
· 1 commit to main since this release

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

Full Changelog: v0.9.2...v0.10.0