Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ All notable changes to GemsPy are documented here.

## [Unreleased]

### Changed
- **Sequential mode carry-over length can now be controlled by the user through the parameter `carry-over-length` (default: `block-overlap`). This also fixes an incorrect stitching for `block-overlap >= 2`, where the previous hardcoded behaviour pinned block
*N+1*'s first timestep to block *N*'s **last** timestep — a different absolute timestep.
- **linopy upgraded to `>=0.9.0`** - the minimum supported Python version rises
to **3.11** accordingly (linopy 0.9 requires Python >= 3.11).
## [0.2.0] - 2026-08-24

### Added
- **Integer strategy and thermal heuristics** - components can now set
Expand All @@ -23,9 +19,18 @@ All notable changes to GemsPy are documented here.
expression language, usable in `extra-outputs` and port-field-definitions. Both take a bare
variable identifier and return its *current* lower/upper bound post-solve — in particular
reflecting mutations made by thermal heuristics (see "Integer strategy and thermal
heuristics" above), which previously had no way to be surfaced in results. Validated at
model-build time; using them inside constraints, binding-constraints, objective
contributions, or variable bounds raises a `ValueError`.
heuristics" above).

### Changed
- **Sequential mode carry-over length is now user-controlled** through the new
`resolution.carry-over-length` parameter (default: `block-overlap`), which
sets how many of the shared leading timesteps of block *N+1* are pinned to
block *N*'s already-solved values. This also fixes an incorrect stitching
for `block-overlap >= 2`, where the previous hardcoded behaviour pinned block
*N+1*'s first timestep to block *N*'s **last** timestep — a different
absolute timestep.
- **linopy upgraded to `>=0.9.0`** - the minimum supported Python version rises
to **3.11** accordingly (linopy 0.9 requires Python >= 3.11).

### Fixed
- **Standard library parsing now accepts hybrid port-type fields** -
Expand All @@ -38,6 +43,8 @@ All notable changes to GemsPy are documented here.
the fields are parsed and validated but otherwise ignored outside hybrid
consumers.

---

## [0.1.3] - 2026-07-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gemspy"
version = "0.1.3"
version = "0.2.0"
description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading