Skip to content

0.8.21

Compare
Choose a tag to compare
@flexatone flexatone released this 17 Oct 21:52

Added Frame.to_npz(), Frame.from_npz()

Performance enhancements to Frame.iter_group() and Frame.iter_group_items().

Performance enhancements to Frame.pivot().

Added drop parameter to Frame.iter_group() and Frame.iter_group_items().

Introduction of TypeBlocks._block_slices as lazily derived and persistently stored.

Fixed issue with Frame.from_overlay when called with FrameGO.

Added index_constructor argument to apply, apply_pool, map_any, map_fill, map_all.