|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 37 | ## Version 0.13.0 |
4 | 38 |
|
5 | 39 | ## What's Changed |
|
0 commit comments