From 6bdb410d22056800fb6d6b4a20a1d29d918a8c12 Mon Sep 17 00:00:00 2001 From: climateinteractive-bot <106618738+climateinteractive-bot@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:42:01 -0800 Subject: [PATCH] chore: release main (#407) Co-authored-by: Chris Campbell --- .release-please-manifest.json | 3 ++- packages/parse/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 packages/parse/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96e6d6ac..7851f8b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,6 @@ "packages/runtime": "0.2.2", "packages/runtime-async": "0.2.2", "packages/create": "0.2.7", - "packages/plugin-config": "0.2.4" + "packages/plugin-config": "0.2.4", + "packages/parse": "0.1.0" } diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md new file mode 100644 index 00000000..d1ebe040 --- /dev/null +++ b/packages/parse/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0 (2023-12-11) + + +### Features + +* add `parse` package ([#406](https://github.com/climateinteractive/SDEverywhere/issues/406)) ([044d135](https://github.com/climateinteractive/SDEverywhere/commit/044d13591613c5c2831c88cef400791b77b94640)), closes [#405](https://github.com/climateinteractive/SDEverywhere/issues/405) +* preserve Vensim group names during preprocessing and parsing ([#418](https://github.com/climateinteractive/SDEverywhere/issues/418)) ([e755be2](https://github.com/climateinteractive/SDEverywhere/commit/e755be210369c7bbb1ea543b9b38e5c1b29ecd15)), closes [#417](https://github.com/climateinteractive/SDEverywhere/issues/417) + + +### Bug Fixes + +* add parentheses if needed when reduceConditionals optimization is applied ([#411](https://github.com/climateinteractive/SDEverywhere/issues/411)) ([9269098](https://github.com/climateinteractive/SDEverywhere/commit/926909866da0f668f0208ae9de07b446679cda7d)), closes [#410](https://github.com/climateinteractive/SDEverywhere/issues/410) +* change reduceConditionals to not resolve variable references outside of the condition expression ([#409](https://github.com/climateinteractive/SDEverywhere/issues/409)) ([62e1ab1](https://github.com/climateinteractive/SDEverywhere/commit/62e1ab1400d887aeccfab9ed406103483c66af95)), closes [#408](https://github.com/climateinteractive/SDEverywhere/issues/408) +* implement unary NOT case for reduceExpr ([#415](https://github.com/climateinteractive/SDEverywhere/issues/415)) ([ce66990](https://github.com/climateinteractive/SDEverywhere/commit/ce669901e84442721dff34768bab80f703fba80f)), closes [#414](https://github.com/climateinteractive/SDEverywhere/issues/414)