Skip to content

v9.0.0

Latest

Choose a tag to compare

@flixopt-release-bot flixopt-release-bot released this 08 Sep 10:22
cc39298

9.0.0 (2026-09-08)

⚠ BREAKING CHANGES

  • clustering weights move from ClusterConfig(weights={...}) to transform.cluster(weights={...}), and cluster() arguments after cluster_duration are now keyword-only so a positional argument cannot silently bind to the wrong parameter. tsam requirement is now >= 4.0.0, < 5.

Features

  • accept a tsam_xarray ClusteringResult in apply_clustering() (#777) (e33918a)
  • bump tsam to 4.0.0 and move clustering weights to a top-level argument (#766) (83bfdc6)