diff --git a/README.md b/README.md index c41ae4faa..03f31eeb0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Building Optimization Performance Tests This repository contains code for the Building Optimization Performance Test framework (BOPTEST) -that is being developed as part of the IBPSA Project 1 (https://ibpsa.github.io/project1/). +that is being developed as part of the [IBPSA Project 1](https://ibpsa.github.io/project1/). + +Visit the [BOPTEST Home Page](https://ibpsa.github.io/project1-boptest/) for more information about the project, software, and documentation. ## Structure - ``/testcases`` contains test cases, including docs, models, and configuration settings. diff --git a/releasenotes.md b/releasenotes.md index f1bf69d9e..42c4dfff0 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -6,6 +6,7 @@ Released on xx/xx/xxxx. **The following changes are backwards-compatible and do not significantly change benchmark results:** +- New project home page launched at [https://ibpsa.github.io/project1-boptest/](https://ibpsa.github.io/project1-boptest/). This is for [#214](https://github.com/ibpsa/project1-boptest/issues/214). - Add file exclusion list to ``data_manager.py`` when loading data from fmu resource directory. This is for [#423](https://github.com/ibpsa/project1-boptest/issues/423). - Specify better command on ``README.md`` for specifying test case to deploy on Windows. This is for [#419](https://github.com/ibpsa/project1-boptest/issues/419). - Remove dependency of example controllers on ``pathlib`` package. This is for [#416](https://github.com/ibpsa/project1-boptest/issues/416).