From 49a8c602c292565a0c874f47054e68a0d5295756 Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Wed, 28 May 2025 09:48:26 -0700 Subject: [PATCH] Start working on the release notes. --- .../ReleaseNotes/OpenStudio_Release_Notes_3_10_0_TDB.md | 9 +++++++++ .../doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0.md | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_10_0_TDB.md b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_10_0_TDB.md index bc62116ed37..14b817d3434 100644 --- a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_10_0_TDB.md +++ b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_10_0_TDB.md @@ -88,6 +88,15 @@ You can also refer to the [OpenStudio SDK Python Binding Version Compatibility M * [#5365](https://github.com/NREL/OpenStudio/pull/5365) - E+ 25.1.0: Wrap OutputControl:ResilienceSummaries * [#5312](https://github.com/NREL/OpenStudio/pull/5312) - Wrap PythonPlugin:SearchPaths + * The unique object was wrapped in the SDK. + * Forward translation intentionally happens before PythonPlugin_Instance so that there cannot be two PythonPlugin_SearchPaths objects. + +* [#5134](https://github.com/NREL/OpenStudio/pull/5134) - Addresses #5132, EPW design condition methods should return boost::optional doubles or integers + * `EpwDesignCondition` has many API-breaking changes related to its getters. The previous behavior was to misleadingly return a value of 0 for any empty design condition header field. The types for the getters are now either boost::optional or boost::optional. + +* [#5350](https://github.com/NREL/OpenStudio/pull/5350) - Wrap CoilSystem:Cooling:Water + * The object was wrapped in the SDK. + * This coil system enables "Water Side Economizer Mode" and "Wrap Around Water Coil Heat Recovery Mode". ## Minor changes and bug fixes diff --git a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0.md b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0.md index 2cef0fda416..5891bda4e55 100644 --- a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0.md +++ b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0.md @@ -83,9 +83,6 @@ You can also refer to the [OpenStudio SDK Python Binding Version Compatibility M * `getHighHumidityOutdoorAirFlowRatio` (`boost::optional` to `double`) * `getControlHighIndoorHumidityBasedOnOutdoorHumidityRatio` (`boost::optional` to `bool`) -* [#5134](https://github.com/NREL/OpenStudio/pull/5134) - Addresses #5132, EPW design condition methods should return boost::optional doubles or integers - * `EpwDesignCondition` has many API-breaking changes related to its getters. The previous behavior was to misleadingly return a value of 0 for any empty design condition header field. The types for the getters are now either boost::optional or boost::optional. - ## Minor changes and bug fixes Refer to the changelog on the release page at [v3.9.0](https://github.com/NREL/OpenStudio/releases/v3.9.0)