Skip to content

v8.0.0

Choose a tag to compare

@flixopt-release-bot flixopt-release-bot released this 27 Jul 16:15
125e03c

8.0.0 (2026-07-27)

Note

Despite the major version, this release contains no breaking changes.
The clustering format change that justified the bump (#739) was reverted before release (#746), but its BREAKING CHANGE footer still drove the version number.
Serialized clustering is unchanged from 7.2.1, and files written by 6.x — which stopped loading under 7.0 — load again as of #757. No migration is needed.

Bug Fixes

  • dimension-aware effect-total consistency check (#745) (2b2720c)
  • load clustered NetCDF files written before flixopt 7.0 (#757) (f8e53bd)
  • load pre-7.0 clustered NetCDF files with legacy original_data refs (#742) (6962e5e)
  • support linopy 0.9.0 (#758) (051480b)

Reverts

  • drop clustering dim-rename layer via tsam-xarray DimNames (#739) was merged and then reverted (#746) before release, so the serialized clustering format is unchanged from 7.2.1.