Skip to content

Releases: ibpsa/project1-boptest

BOPTEST v0.6.0

03 Apr 14:59
7866550
Compare
Choose a tag to compare

This is a new development version that contains mostly maintenance updates. Highlights include:

  • Allow simulations and forecast to work across the end of the year to the next year.
  • Add storing of scenario result trajectories, kpis, and test information to simulation directory within test case docker container.
  • Improve test case input documentation.

For all changes and more details, see releasenotes.md.

BOPTEST v0.5.0

04 Oct 19:02
12ceafe
Compare
Choose a tag to compare

This is a new development version. Highlights include:

  • Added interface for communicating with a running test case through BACnet.
  • Updated BOPTEST Docker container to use Python 3.10, pyfmi 2.11, and co-simulation FMUs. Also convert all test case FMUs to co-simulation. This impacts simulation time (generally slower for multi-zone models) and introduces some non-backward compatibility. Please see release notes for more details.

For all changes and more details, see releasenotes.md.

BOPTEST v0.4.0

21 Mar 19:27
3a8c4db
Compare
Choose a tag to compare

This is a new development version. Highlights include:

  • A new test case featuring a 2-zone apartment with floor heating system.
  • The API request /results accepts lists of variable names with the parameter point_names instead of a single string variable name with the parameter point_name.
  • Changed API request /forecast to PUT and now accepts lists of variable names with the parameter point_names instead of returning data for all variables. Also added parameters to the request interval and horizon. Added API GET forecast_points to return available forecast point names and metadata from test case. Forecast point information added to test case documentation. Removed APIs GET and PUT forecast_parameters.

For all changes and more details, see releasenotes.md.

BOPTEST v0.3.0

28 Jul 00:43
1fd2911
Compare
Choose a tag to compare

This is a new development version. Highlights include:

  • A new test case featuring a 5-zone VAV system.
  • New KPIs calculated for peak electrical, gas, and district heating demand.
  • Updated and standardized API return packages that allow for status indication and messaging for errors and warnings.
  • A new API request that will be used to publish results to an online dashboard for storing and sharing.

For all changes and more details, see releasenotes.md.

BOPTEST v0.2.0

05 Mar 19:35
155bbfb
Compare
Choose a tag to compare

This is a new development version.

See releasenotes.md for changes.

BOPTEST v0.1.0

13 Jul 22:19
ed58a21
Compare
Choose a tag to compare

This is an initial development release.