Skip to content

Commit

Permalink
Few more updates to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Apr 18, 2024
1 parent e8b0015 commit c74f8b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c74f8b6

Please sign in to comment.