From ed27c0aa3ff15a11f2b15193f073d4fdb9753eb8 Mon Sep 17 00:00:00 2001 From: Thomas Falch Johansen Date: Thu, 19 Dec 2024 11:14:23 +0100 Subject: [PATCH] docs: update v9.2 and v9.2 changelogs --------- Co-authored-by: Jostein Solaas --- docs/docs/changelog/v9-2.md | 14 ++++++++++++++ docs/docs/changelog/v9-3.md | 9 +++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/docs/changelog/v9-2.md diff --git a/docs/docs/changelog/v9-2.md b/docs/docs/changelog/v9-2.md new file mode 100644 index 000000000..43da97a06 --- /dev/null +++ b/docs/docs/changelog/v9-2.md @@ -0,0 +1,14 @@ +--- +slug: "v9-2-release" +title: "v9.2" +authors: ecalc-team +tags: [ release, eCalc ] +sidebar_position: -37 +--- + +# eCalc v9.2 + +## Bug Fixes + +* Flow diagram generation has been changed. It should now work for all valid models, but it has been simplified. + Consumer systems will no longer be clickable, i.e. consumers in a system are no longer shown. diff --git a/docs/docs/changelog/v9-3.md b/docs/docs/changelog/v9-3.md index d5d20f742..2d57438cf 100644 --- a/docs/docs/changelog/v9-3.md +++ b/docs/docs/changelog/v9-3.md @@ -2,7 +2,7 @@ slug: "v9.3-release" title: "v9.3" authors: ecalc-team -tags: [release, eCalc] +tags: [ release, eCalc ] sidebar_position: -38 --- @@ -12,4 +12,9 @@ sidebar_position: -38 ## Bug Fixes -## Breaking changes \ No newline at end of file +* Fixed bug where comparison of 2 eCalc models failed when they had different START and END times +* Fixed a bug where electrical consumers were allowed to have duplicate names. Also added name/reference validation for + MODELS, FACILITY_INPUT, TIME_SERIES, FUEL_TYPEs and EMISSIONS names. +* Fixed error message for missing resources (FILE keyword) in TIME_SERIES. + +## Breaking changes