Last Release with the Bokeh 2.x.y
- Last Release Before Transitioning to Bokeh 3.x.y
- Please note that the upcoming release will not be backward compatible.
What's Changed
- Development version development for the Domain-Specific Language with a fraction of the desired functionality (details below)
- Next Release Goals:
- M:N joins
- Lossy compression/decompression
- Enhanced user-friendliness through integration with the ROOT team
Details:
- Various client side lazy evaluation optimizations and bugfix by @pl0xz0rz in #336
- RDataFrame interface binary search, fix for BoolOp by @pl0xz0rz in #337
- Error handling for custom variables by @pl0xz0rz in #339
- Rolling window statistics - so far only sum, mean and std by @pl0xz0rz in #340
- Rolling median builtin for domain specific language with RDataFrame by @pl0xz0rz in #342
- RDataFrame rolling quantile by @pl0xz0rz in #343
- Optimization for simple joins on client by @pl0xz0rz in #344
- Removed uproot dependency by @pl0xz0rz in #347
Full Changelog: v1-01-10...v0-01-11