-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make it easier to generate changelog on release (#660)
use jinja2 templates to allow for automatic generation updated last 6 changelogs that were missing Refs: ECALC-1630
- Loading branch information
Showing
12 changed files
with
122 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"current_index": -36} |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
slug: "v8.23-release" | ||
title: "v8.23" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: -32 | ||
--- | ||
|
||
# eCalc v8.23 | ||
|
||
## Features | ||
|
||
- `POWER_ADJUSTMENT_FACTOR` for models: Optional factor to adjust the power (MW). Previously only the | ||
`POWER_ADJUSTMENT_CONSTANT` has been available for models, now it is possible to adjust/scale the power with a | ||
constant and a factor. It can be used to calibrate equipment. | ||
|
||
## Bug Fixes | ||
|
||
- Default pressure control was added to variable speed train, but missing for single speed and multiple streams. | ||
|
||
## Breaking changes | ||
|
||
- H2O is no longer supported in composition. Use 'water' instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
slug: "v8.24-release" | ||
title: "v8.24" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: -33 | ||
--- | ||
|
||
# eCalc v8.24 | ||
|
||
Security updates only. | ||
|
||
## Features | ||
|
||
## Bug Fixes | ||
|
||
## Breaking changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
slug: "v8.25-release" | ||
title: "v8.25" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: -34 | ||
--- | ||
|
||
# eCalc v8.25 | ||
|
||
## Features | ||
|
||
## Bug Fixes | ||
|
||
## Breaking changes | ||
|
||
- The CLI command `ecalc show results` has been removed. The reason being additional maintenance for something that did not seem to be used a lot. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
slug: "v8.26-release" | ||
title: "v8.26" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: -35 | ||
--- | ||
|
||
# eCalc v8.26 | ||
|
||
## Features | ||
|
||
## Bug Fixes | ||
|
||
- Emission intensities are no longer calculated and reported in the results, due to the following discrepancies: | ||
CO2 intensity is defined as the total emission divided by the total HC export. eCalc only calculates the future data, so the correct CO2 intensity should be found by adding the historical to these future data. The hydrocarbon export rate is still reported to help the user calculate the CO2 intensity outside of eCalc. | ||
Methane intensity was incorrectly calculated based on HC export. The common definition is the methane emission divided by the natural gas throughput of the wanted equipment- or installation level. This is safest done outside of eCalc to ensure proper definition. | ||
|
||
|
||
## Breaking changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
slug: "{{ version_slug }}" | ||
title: "{{ version_title }}" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: -36 | ||
--- | ||
|
||
# eCalc {{ version }} | ||
|
||
## Features | ||
|
||
## Bug Fixes | ||
|
||
## Breaking changes |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
slug: "{{ version_slug }}" | ||
title: "{{ version_title }}" | ||
authors: ecalc-team | ||
tags: [release, eCalc] | ||
sidebar_position: {{ index }} | ||
--- | ||
|
||
# eCalc {{ version }} | ||
|
||
## Features | ||
|
||
## Bug Fixes | ||
|
||
## Breaking changes | ||
|