-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: post | ||
title: v0.7.0 released (<a href="https://github.com/ibpsa/project1-boptest/releases/tag/v0.7.0/">highlights and release notes</a>) | ||
hero_height: is-fullwidth | ||
author: David Blum | ||
--- | ||
|
||
This is a new development version that contains important software updates and new features. Highlights include: | ||
|
||
- Refactored the deployment architecture so as to migrate [BOPTEST-Service](https://github.com/NREL/boptest-service) code to the BOPTEST repository and make it the only deployment architecture for BOPTEST. Notable changes are for those who deploy and use BOPTEST locally, see the full [releasenotes.md](https://github.com/ibpsa/project1-boptest/blob/v0.7.0/releasenotes.md) for more details and updated repository [README](https://github.com/ibpsa/project1-boptest/blob/v0.7.0/README.md) for changes to local deployment and API. | ||
- New Test Case added: ``multizone_office_simple_hydronic``. This is a 2-zone typical office building in Brussels, Belgium, served by fan-coil units for space heating and cooling, air handling units for space ventilation, an air-source heat pump for hot water production, and an air-cooled chiller for chilled water production. | ||
- Updates to test cases ``bestest_air``, ``bestest_hydronic``, and ``multizone_residential_hydronic`` to improve controllability. | ||
- Added support to ``parsing/parser.py`` for test case compilation using [Modelon's OPTIMICA Compiler Toolkit (OCT)](https://help.modelon.com/latest/reference/oct/). | ||
|
||
For all changes and more details, see [releasenotes.md](https://github.com/ibpsa/project1-boptest/blob/v0.7.0/releasenotes.md) |