Skip to content

pytimetk 2.4.1

Choose a tag to compare

@mdancho84 mdancho84 released this 26 Nov 23:37
· 21 commits to master since this release

Compatibility

  • Added compatibility with pandas-flavor 0.8.0, including support for its
    renamed DataFrame GroupBy registration decorator.
  • Added a compatibility shim that preserves PyTimeTK's registered pandas
    DataFrame and GroupBy methods across both older and newer pandas-flavor
    releases.
  • Applied the compatibility layer during package initialization and in pandas
    helper registration so existing method-chaining workflows continue to work.

Breaking Changes

  • None. This was a focused compatibility patch for 2.4.0 users.

Full Changelog: v2.4.0...v2.4.1