Skip to content

Commit 708a710

Browse files
authored
docs: prepare release of libecalc v11.1.1 (#1163)
Auto-generated by devCalc
1 parent 7861457 commit 708a710

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/config/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"current_index": -53}
1+
{"current_index": -54}

docs/docs/changelog/v11-1.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
slug: "v11.1-release"
33
title: "v11.1"
44
authors: ecalc-team
5-
tags: [release, eCalc]
6-
sidebar_position: -52
5+
tags: [ release, eCalc ]
6+
sidebar_position: -53
77
---
88

99
# eCalc v11.1
1010

1111
## Features
12-
- Pump models now show the calculated results for invalid time steps, the same way as compressor models do.
12+
13+
- Results at consumer level (`FUEL_CONSUMERS` and `CONSUMERS` under `GENERATOR_SETS`) will no longer overwrite results with the
14+
result from the previous timestep when results are invalid (ie. results from valid steps would extrapolate over invalid results).
15+
Instead, the actual result will be returned. This means that you can now safely trust the results, even when they are invalid, to
16+
better understand what is needed in order to make them valid.
1317

1418
## Bug Fixes
1519

1620
## Breaking changes
1721

18-
### CLI
22+
### CLI

docs/drafts/next.draft.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
slug: "{{ version_slug }}"
33
title: "{{ version_title }}"
44
authors: ecalc-team
5-
tags: [ release, eCalc ]
6-
sidebar_position: -53
5+
tags: [release, eCalc]
6+
sidebar_position: -54
77
---
88

99
# eCalc {{ version }}
1010

1111
## Features
1212

13-
- Results at consumer level (FUEL_CONSUMERS, CONSUMERS under GENERATOR_SETS) will no longer overwrite results with the
14-
result from the previous timestep when results are invalid. Instead, the actual result will be returned.
15-
1613
## Bug Fixes
1714

1815
## Breaking changes

0 commit comments

Comments
 (0)