Skip to content

1.3.0

Choose a tag to compare

@jph00 jph00 released this 30 Oct 18:41
· 963 commits to master since this release

1.3.0

Breaking Changes

  • change param name copy_meta->as_copy in retain_meta (#157)

New Features

  • groupby extensions for int and str instead of callables, and an optional val transform (#155)

  • add modified_env (#148)

Bugs Squashed

  • fixed coll_repr printing incorrectly when max_n!=10, and added relevant tests (#154), thanks to @kessido