From 6621776b2517371bc2db47902469bedd03610fbf Mon Sep 17 00:00:00 2001 From: federico Tartarini Date: Mon, 15 Jan 2024 12:33:45 +1100 Subject: [PATCH] docs: updated changelog --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ba40c6..0e468c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,34 @@ Changelog ========= +2.9.0 (2024-01-15) +------------------- + +.. warning:: + pythermalcomfort 2.9.0 is no longer compatible with Python 3.8 + +* The PHS model accepts arrays as inputs + +2.8.11 (2023-10-26) +------------------- + +* wrote more test and improved code + +2.8.11 (2023-10-26) +------------------- + +* fixed issues with the documentation and sorted the models in alphabetical order + +2.8.7 (2023-10-23) +------------------- + +* Adaptive ASHRAE now returns a dataclass + +2.8.6 (2023-10-09) +------------------- + +* re-structured and linted the code + 2.8.4 (2023-09-20) -------------------