Skip to content

3.5.0 - 2025-11-06

Previous: 3.4.1 | 📋 All Releases | 🏷️ GitHub Release


Summary: Improve representations and improve resampling

If upgrading from v2.x, see the v3.0.0 release notes and Migration Guide.

✨ Added

  • Added options to resample and select subsets of flowsystems without converting to and from Dataset each time. Use the new methods FlowSystem.__dataset_resample(), FlowSystem.__dataset_sel() and FlowSystem.__dataset_isel(). All of them expect and return a dataset.

💥 Breaking Changes

♻️ Changed

  • Truncate repr of FlowSystem and CalculationResults to only show the first 10 items of each category
  • Greatly sped up the resampling of a FlowSystem again

Previous: 3.4.1 | 📋 All Releases | 🏷️ GitHub Release