Skip to content

Releases: NREL/OpenStudio

v3.9.0

14 Nov 18:32
c77fbb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.9.0-rc3

13 Nov 00:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0-rc2...v3.9.0-rc3

v3.9.0-rc2

02 Nov 20:22
cc1e0bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0-rc1...v3.9.0-rc2

v3.9.0-rc1

30 Oct 21:53
fb69e54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.9.0-rc1

v3.8.0

18 May 07:28
f953b6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.8.0

v3.8.0-rc3

16 May 07:23
Compare
Choose a tag to compare
v3.8.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.8.0-rc2...v3.8.0-rc3

v3.8.0-rc2

07 May 05:17
06d9d97
Compare
Choose a tag to compare
v3.8.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.7.0...v3.8.0-rc2

v3.8.0-rc1

30 Apr 00:47
Compare
Choose a tag to compare
v3.8.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.7.0...v3.8.0-rc1

v3.7.0

19 Nov 02:31
Compare
Choose a tag to compare

OpenStudio SDK:

The 3.7.0 is a major release. This update includes several new features, performance improvements, and bug fixes.

C++ Workflow code

As of OpenStudio SDK 3.7.0 a re-written workflow written in C++ is used by default in place of the Ruby based Workflow Gem that had been used in the past. This enhancement is in support of Python measures being used in an OpenStudio workflow, including mixed language workflows that include both Ruby Measures and Python Measures. If you need to use the older Workflow Gem implementation, you can do that by using the classic subcommand after openstudio. classic will be deprecated in a future version of OpenStudio.

Known Issues / Limitations

  • In some cases you may need to install an extra dependency needed by EnergyPlus on Linux and Mac. See this EnergyPlus issue for details NREL/EnergyPlus#10284
  • While we udpated the gbXML schema to v7.03, the forward and reverse translation between gbXML and OSM does not support any new gbXML fields that may have been added.

New Features, Major Fixes and API-breaking changes

Minor changes and bug fixes

Read more

v3.7.0-rc3

16 Nov 20:38
37087fd
Compare
Choose a tag to compare
v3.7.0-rc3 Pre-release
Pre-release

What's Changed

  • Fix #5018 - C++ CLI: Calling a non existing method in a measure ends up with a crash and stack trace by @jmarrec in #5023
  • Fixing run workflow with outdated measures by @jmarrec in #5015
  • C++ CLI: Create results.json and handle analysis.json (create objectives.json) by @jmarrec in #5028
  • Don't delete the osw when it is in the run dir by @kbenne in #5041
  • Fix #5030 - C++ CLI: run.log is huge and missing the runner.registerWarning messages by @jmarrec in #5035
  • Fix #5037 - Adjust log formatters for workflow (stdout + run.log) by @jmarrec in #5042
  • Bump to rc3. by @wenyikuang in #5043
  • Add missing add_result_measure_info so that out.osw step result have the same info as before by @jmarrec in #5044

Full Changelog: v3.7.0-rc2...v3.7.0-rc3