Skip to content

Releases: NREL/OpenStudio-workflow-gem

Version 2.4.0

03 May 04:36
4b41713
Compare
Choose a tag to compare
  • Minimum Ruby version upgraded to 3.2.2

Version 2.3.1

03 Nov 14:47
67a66cf
Compare
Choose a tag to compare
  • Forward tranlsation when !@run_options.get.forwardTranslateOptions().empty?

Version 2.3.0

21 Oct 13:02
19610d1
Compare
Choose a tag to compare
  • Feature #135 Add option to export/run epJSON

Version 2.2.1

02 Jun 14:19
6f8ca20
Compare
Choose a tag to compare
  • Fixes #4150 LoadError changes current working directory in CLI
  • Add skip option to not zip up datapoint results
  • Update measure tester gem which upgrades Rubocop to 1.15
  • Update styles to v4 based on new version of Rubocop

Version 2.2.0

15 Feb 20:22
d0b0f47
Compare
Choose a tag to compare
  • Minimum Ruby version upgraded to 2.7.0
  • Bundler bumped to ~> 2.2
  • Updated copyright

Version 2.1.1

08 Dec 21:43
Compare
Choose a tag to compare
  • Add support for URBANopt Workflow
  • Update reporting measure in tests

Version 2.1.0

25 Sep 17:51
Compare
Choose a tag to compare
  • Support for EnergyPlus 9.4. This version will not work with prior versions of EnergyPlus.
  • Add warning when paths are not relative

Version 2.0.1

16 Apr 22:20
247d4f3
Compare
Choose a tag to compare
  • Bug fix for idf.addObjects(object) to idf.addObject(object)

Version 2.0.0

26 Mar 02:11
Compare
Choose a tag to compare
  • Support Ruby > 2.5
  • Support OpenStudio 3.x

Version 1.3.5

24 Mar 03:05
a846bdc
Compare
Choose a tag to compare
  • Allow reporting to fail gracefully so HTML reports are returned Fixed this.
  • Allow EMS:OutputVariable in reporting measure
  • Fixes #93 - Pass Model to the arguments method of ReportingMeasure
  • Update README
  • Remove CircleCI in favor of Jenkins
  • Update license and copyright
  • Improve speed by not loading REXML unless needed
  • Fix ChangeBuildingLocation test failure