Module polars_core::doc::changelog::v0_6
source · Available on crate feature
docs
only.Expand description
Changelog v0.6
- Add more distributions for random sampling.
- Fix float aggregations with NaNs.
- Comparisons are more performant.
- Outer join is more performant.
- Start with parallel iterator support for ChunkedArrays.
- Remove crossbeam dependency.