Skip to content

tsflex v0.3.0

Compare
Choose a tag to compare
@jvdd jvdd released this 23 Feb 13:56
· 79 commits to main since this release
9787fc0

What's Changed

  • 🥅 update make_robust by @jvdd in #45
  • 🎨 Update examples by @jvdd in #46
  • 💨 series_pipeline insert & append is more compose-like by @jonasvdd in #47
  • 📌 Update dependencies by @jvdd in #48
  • 🙈 minor bug fix in make_robust by @jvdd in #52
  • 🚑 Fix windows bug by @jvdd in #53
  • 🚑 update critical depencies by @jvdd in #55
  • ✨ vectorized feature function support by @jvdd in #58
  • [MRG] Remove deprecated closed argument in pd.daterange by @jeroenboeye in #64
  • 🐛 fix bug with bound_method + ✨ new integrations by @jvdd in #62
  • ♻️ improve output indexing by @jvdd in #68
  • 🖍️ improve the make_robust docs by @jonasvdd in #72
  • ✨ decouple stride + support setpoints by @jvdd in #74
  • ♻️ refactor indexing + ✂️ decouple stride & window + ✨ support segment idxs by @jvdd in #71

Major changes

Updates on the output indexing

✂️ Decoupling of stride & window from FeatureDescriptors

  • Both argments are now optional.
  • The stride can now also be a list of stride values

✨ Support segment indexes

  • Users can now add their start & end segment indexes to the FeatureCollection.calculate method - allowing even more flexible feature extraction 😉

Full Changelog: v0.2.3...v0.3


DISCLAIMER: this release was already published some months ago (11 Oct, 2022) on pypi.
Our apologies for the late tag + release on GitHub.