1 2 3 4 5 6 7 8
//! # 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.