1 2 3 4 5 6 7 8 9
//! # Changelog v0.4
//!
//! * median aggregation added to `ChunkedArray<T>`
//! * Arrow LargeList datatype support (and groupby aggregation into LargeList).
//! * Shift operation.
//! * Fill None operation.
//! * Buffered serialization (less memory requirements)
//! * Temporal utilities
//!