Skip to content

Commit

Permalink
Release 0.7.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed Nov 25, 2024
1 parent ad61a1a commit 6f32146
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/01_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ hero_height: is-fullwidth

# Download the Latest BOPTEST Software

The latest version is ``v0.6.0``, released on April 03, 2024.
The latest version is ``v0.7.0``, released on November 25, 2024.

Click the button below to download the latest version as a zip file.

<a class="button is-primary" href="https://github.com/ibpsa/project1-boptest/releases/download/v0.6.0/project1-boptest-0.6.0.zip"><b>Download</b></a>
<a class="button is-primary" href="https://github.com/ibpsa/project1-boptest/releases/download/v0.7.0/project1-boptest-0.7.0.zip"><b>Download</b></a>

Get started with the [User Guide](/docs-userguide/index.html) and [Training](/project1-boptest/training/index.html).

Expand Down
6 changes: 4 additions & 2 deletions web/08_contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Thank you to all contributors of the project. They are in alphabetical order:
- **Tim Coleman (National Renewable Energy Laboratory, USA)** for web-service development.
- **Iago Cupeiro Figueroa (Cupeiro Sinte, dnergy, Spain)** for framework development, test case implementation (multizone_office_simple_hybrid), tutorial and workshop development.
- **Roel De Coninck (dnergy, Belgium)** for framework development.
- **Jaap Neven (KU Leuven, VITO, Belgium)** for software implementation.
- **Jan Drgona (Pacific Northwest National Laboratory, USA)** for framework development.
- **Jesus Febres (IK4 Tekniker, Spain)** for framework development.
- **Gauthier-Clerc Francois (Pure Control, France)** for software implementation.
Expand All @@ -33,10 +34,11 @@ Thank you to all contributors of the project. They are in alphabetical order:
- **Amit Kapoor (Devetry, USA)** for online dashboard development.
- **Donghun Kim (Lawrence Berkeley National Laboratory, USA)** for framework development, tutorial development.
- **Nicholas Long (National Renewable Energy Laboratory, USA)** for software implementation.
- **Xing Lu (Pacific Northwest National Laboratory, USA)** for software implementation.
- **Robert Lutes (Pacific Northwest National Laboratory, USA)** for software implementation.
- **Bart Merema (dnergy, Belgium)** for test case implementation (multizone_office_simple_hybrid).
- **Kefei Mo (Pacific Northwest National Laboratory, USA)** for software implementation.
- **Erik Paulson (Independent, USA)** for BACnet interface development.
- **Erik Paulson (Independent, USA)** for BACnet interface development and implementation.
- **Matt Robinson (University of Colorado Boulder, USA)** for software implementation.
- **Marjorie Schott (National Renewable Energy Laboratory, USA)** for online dashboard development.
- **Jermy Thomas (National Renewable Energy Laboratory, USA)** for web-service development, tutorial development.
Expand All @@ -46,4 +48,4 @@ Thank you to all contributors of the project. They are in alphabetical order:
- **Michael Wetter (Lawrence Berkeley National Laboratory, USA)** for framework development.
- **Tao Yang (Southern Denmark University, Denmark)** for framework development, test case development (singlezone_commercial_hydronic).
- **Laura Zabala (IK4 Tekniker, Spain)** for framework development, forecast uncertainty characterization.
- **Ettore Zanetti (Lawrence Berkeley National Laboratory, USA)** for framework development, test case implementation (twozone_apartment_hydronic), test case review, controller testing.
- **Ettore Zanetti (Lawrence Berkeley National Laboratory, USA)** for framework development, test case implementation (twozone_apartment_hydronic), test case review, controller testing, software implementation.
2 changes: 0 additions & 2 deletions web/_data/testcases_menubar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
link: /testcases/ibpsa/testcases_ibpsa_multizone_residential_hydronic/
- name: Multizone Office Simple Air
link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_air/
- label: Available in Next Release
items:
- name: Multizone Office Simple Hydronic
link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_hydronic/
- label: Under Development
Expand Down
15 changes: 15 additions & 0 deletions web/_posts/2024-11-25-v070.md
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)

0 comments on commit 6f32146

Please sign in to comment.