You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ Released on xx/xx/xxxx.
7
7
**The following changes are backwards compatible and do not significantly change benchmark results:**
8
8
9
9
- Update heat pump documentation to BESTEST Hydronic Heat Pump testcase. This is for [#704](https://github.com/ibpsa/project1-boptest/issues/704).
10
-
- Remove scipy and matplotlib dependencies from worker container. scipy.integrate.trapz was substituted with numpy.trapezoid in ``kpis/kpi_calculator.py``,
11
-
scipy.interp1d linear with numpy.interp, and scipy.inter1d zero with a custom zero hold interpolation in ``data/data_manager.py``.
12
-
Update pyfmi from 2.12 to 2.14, update numpy from 1.26.4 to 2.2.1, and update pandas from 1.5.3 to 2.2.3.
13
-
Update worker Python from 3.10 to 3.11, and miniconda version from py310_24.30-1-Linux-x86_64 to py311_24.7.1-0-Linux-x86_64.
10
+
- Enable BACnet interface to work with test case ``multizone_hydronic_simple_hydronic`` by creating the ``bacnet.ttl``. This is for [#735](https://github.com/ibpsa/project1-boptest/issues/735).
11
+
- Remove the ``scenario`` field from the test case ``config.json``. This is for [#719](https://github.com/ibpsa/project1-boptest/issues/719).
12
+
- Remove scipy and matplotlib dependencies from ``worker`` container. Substitute ``scipy.integrate.trapz`` with ``numpy.trapezoid`` in ``kpis/kpi_calculator.py``, ``scipy.interp1d`` linear with ``numpy.interp``, and ``scipy.inter1d`` zero with a custom zero hold interpolation in ``data/data_manager.py``.
13
+
Update ``pyfmi`` from 2.12 to 2.14, update ``numpy`` from 1.26.4 to 2.2.1, and update ``pandas`` from 1.5.3 to 2.2.3.
14
+
Update ``worker`` Python from 3.10 to 3.11, and ``miniconda`` version from ``py310_24.30-1-Linux-x86_64`` to ``py311_24.7.1-0-Linux-x86_64``.
15
+
Update unit tests such that ``test_kpis.py``, ``test_forecast.py``, and ``test_testcase.py`` are run in the ``worker`` container, instead of the ``jm`` container.
14
16
This is for [#663](https://github.com/ibpsa/project1-boptest/issues/663).
15
17
16
18
**The following changes are not backwards-compatible and significantly change benchmark results:**
0 commit comments