From c74f8b6df3d3653cc509afd594ce863a16ecce6e Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Thu, 18 Apr 2024 10:16:47 -0700 Subject: [PATCH] Few more updates to release notes. --- .../doc/ReleaseNotes/OpenStudio_Release_Notes_3_8_0_TBD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_8_0_TBD.md b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_8_0_TBD.md index d309942e0b..63a8e31bce 100644 --- a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_8_0_TBD.md +++ b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_8_0_TBD.md @@ -88,8 +88,8 @@ For a list of deprecated and removed methods, please refer to [deprecated_method * Refer to [deprecated_methods.csv](../../ruby/deprecated_methods.csv) for the complete list * [#5111](https://github.com/NREL/OpenStudio/pull/5111) - ScheduleDay: new timeseries method and interpolation options * The `ScheduleDay` has API-breaking changes related to setters and getters for its `Interpolate To Timestep` field. They now use `string` rather than `bool` to conform to the IDD type `\choice` - * The forward translator for `ScheduleDay` replaces always setting "Average" with the interpolation method stored in ``Interpolate to Timestep field - * A new `timeseries()` method is introduced for returning vectors of times and values for the given number of timesteps per hour established by the `Timestep` object; `getValue` references this vector for an interpolated value at a given time + * The forward translator for `ScheduleDay` replaces always setting "Average" with the interpolation method stored in `Interpolate to Timestep` field + * A new `timeseries()` method is introduced for returning vectors of times and (interpolated) values for the given number of timesteps per hour established by the `Timestep` object; `getValue` references this vector for an interpolated value at a given time ## Minor changes and bug fixes