Skip to content

Changelog#

Versions follow Semantic Versioning (<major>.<minor>.<patch>).

Backward incompatible (breaking) changes will only be introduced in major versions with advance notice in the Deprecations section of releases.

Python package for zero- and first-order continuous timeseries v0.4.0 (2025-03-20)#

⚠️ Breaking Changes#

  • Renamed gradient_aware_harmonisation.harmoniser to gradient_aware_harmonisation.harmonise (without the 'e') (#8)
  • Updated internal use of the API to handle the change to the interface (this change is largely driven by representing a constant also as a spline) (#9)

🔧 Trivial/Internal Changes#

Python package for zero- and first-order continuous timeseries v0.3.0 (2025-03-17)#

⚠️ Breaking Changes#

  • Refactored the API as part of testing. If you're using this, be aware that we are going to do further refactoring soon i.e. the API is currently very unstable. (#4)

🔧 Trivial/Internal Changes#

Python package for zero- and first-order continuous timeseries v0.2.3 (2025-03-16)#

No significant changes.

Python package for zero- and first-order continuous timeseries v0.2.2 (2025-03-16)#

No significant changes.

Python package for zero- and first-order continuous timeseries v0.2.1 (2025-03-05)#

🐛 Bug Fixes#

  • added pdm.lock (#3)

Python package for zero- and first-order continuous timeseries v0.2.0 (2025-03-05)#

No significant changes.