v.0.8.3 - object dtype index parsing
Main changes:
- Try to parse the
object
dtype of thehf_x
property in plotly-resampler, see #116 #120 #115 - Add the
check_nan
option to theadd_trace(s)
methods. Setting this variable to True allows for graph construction speedups when no Nans are present in your data.
What's Changed
- ποΈ add contributing guide + changelog by @jvdd in #111
- π§ Tweaks - improve code quality, fix type-checking bug when IPywidgets is not installed & loosen up plotly-version by @jonasvdd in #114
- π update layout
axes range
bug by @jvdd in #126 - β¨ fix + test for #124 by @jonasvdd in #127
- π¨ making orjson non-option and fixating werkzeug #123 by @jonasvdd in #128
- πͺπΌ making orjson serialization more robust, see #118 by @jonasvdd in #131
- Resample bug, see #137 by @jonasvdd in #138
- β¨ add check_nans to add_trace(s) by @jvdd in #140
- π parse object arrays for hf_x by @jvdd in #116
Full Changelog: v0.8.0...v0.8.3