Skip to content

Commit 5dbb5e7

Browse files
authored
Prep release 0.14 (#854)
* prep release * update changelog * update poetry lock
1 parent 470b314 commit 5dbb5e7

4 files changed

Lines changed: 161 additions & 127 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## Version 0.14.0
4+
5+
## What's Changed
6+
7+
### Improvements & Bug Fixes 🐛
8+
9+
* Add the different fluid options to modelica templates by @kflemin in <https://github.com/urbanopt/geojson-modelica-translator/pull/820>
10+
* Expose 4G DES Chiller Plant System Parameters in Templates by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/847>
11+
* Expose 4G DES Boiler Plant System Parameters in Templates by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/848>
12+
* Improve sizing for mass flows and borehole field when cooling increases [5G template] by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/849>
13+
* Allow null loop order by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/850>
14+
* Make facMulHea and facMulCoo dynamic in 5G Template model by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/852>
15+
16+
### Bug Fixes 🐞
17+
18+
* Update calculate_dimensions function to handle small geometry errors by @kflemin in <https://github.com/urbanopt/geojson-modelica-translator/pull/816>
19+
* Add tests for pipe lengths order relative to loop order by @kflemin in <https://github.com/urbanopt/geojson-modelica-translator/pull/817>
20+
* Ensure package.order exists and is correct by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/851>
21+
22+
### Dependency Updates 📦
23+
24+
* Bump mkdocstrings-python from 2.0.1 to 2.0.2 in the prod-deps group by @dependabot[bot] in <https://github.com/urbanopt/geojson-modelica-translator/pull/814>
25+
* Update dependencies by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/834>
26+
* Update precommit and mypy dependencies by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/846>
27+
28+
### Maintenance 🧹
29+
30+
* Use updated GHA methods for deploying documentation by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/812>
31+
* Bump actions/upload-pages-artifact from 3 to 4 in the actions-deps group by @dependabot[bot] in <https://github.com/urbanopt/geojson-modelica-translator/pull/813>
32+
* Bump the actions-deps group across 1 directory with 6 updates by @dependabot[bot] in <https://github.com/urbanopt/geojson-modelica-translator/pull/830>
33+
* Enforce line endings to be consistent using pre-commit by @nllong in <https://github.com/urbanopt/geojson-modelica-translator/pull/853>
34+
35+
**Full Changelog**: <https://github.com/urbanopt/geojson-modelica-translator/compare/v0.13.0...v0.14.0>
36+
337
## Version 0.13.0
438

539
## What's Changed

docs/developer_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The GeoJSON to Modelica Translator contains a `ModelicaRunner.run_in_docker(...)
173173

174174
## Release Instructions
175175

176-
1. Create a branch named `Release 0.x.`
176+
1. Create a branch named `release-0.x.`
177177
1. Update version in `pyproject.toml`
178178
1. Update CHANGELOG using GitHub's "Autogenerate Change Log" feature, using `develop` as the target
179179
1. After tests pass, merge branch into develop

0 commit comments

Comments
 (0)