Skip to content

Commit

Permalink
V0.8.0 prep (#671)
Browse files Browse the repository at this point in the history
* bump to version 0.8.0

* changelog for v0.8.0

* Fix typo in CHANGELOG.md

Co-authored-by: Nicholas Long <1907354+nllong@users.noreply.github.com>

---------

Co-authored-by: Nicholas Long <1907354+nllong@users.noreply.github.com>
  • Loading branch information
vtnate and nllong authored Oct 28, 2024
1 parent 7236a71 commit 6b7011d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## Version 0.8.0

### Exciting New Features 🎉
* Add default cop values for 5G district heat pump efficiencies by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/640
* Support international weather locations by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/654
* Support multiple GHEs in a single district by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/644
* Adds method to process modelica results by @tanushree04 in https://github.com/urbanopt/geojson-modelica-translator/pull/646
* Simplify sys params to closer match reality by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/659
* Templates and tests for horizontal piping modeling by @JingWang-CUB in https://github.com/urbanopt/geojson-modelica-translator/pull/627
* Support single building DES templates by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/670

### Other Changes
* Improve cli typing & validation by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/662
* Add detail to Docker setup docs for Windows users by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/643
* Use the correct ETS heat pump COP by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/642
* Use feature ids in load names instead of simple_uuid by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/652
* Remove alfalfa from conftest.py by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/665
* Update version of Jinja by @nllong in https://github.com/urbanopt/geojson-modelica-translator/pull/667
* Clean up sys-param code that reads parameters by @vtnate in https://github.com/urbanopt/geojson-modelica-translator/pull/668

**Full Changelog**: https://github.com/urbanopt/geojson-modelica-translator/compare/v0.7.0...v0.8.0

## Version 0.7.0

### Exciting New Features 🎉
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geojson-modelica-translator"
version = "0.8.0-rc1"
version = "0.8.0"
description = "Package for converting GeoJSON to Modelica models for urban scale analyses."
authors = ["URBANopt DES Team <nicholas.long@nrel.gov>"]
license = "BSD-4-Clause"
Expand Down

0 comments on commit 6b7011d

Please sign in to comment.