Releases: NREL/OpenStudio-workflow-gem
Releases · NREL/OpenStudio-workflow-gem
Version 2.4.0
Version 2.3.1
- Forward tranlsation when !@run_options.get.forwardTranslateOptions().empty?
Version 2.3.0
- Feature #135 Add option to export/run epJSON
Version 2.2.1
- 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
- Minimum Ruby version upgraded to 2.7.0
- Bundler bumped to ~> 2.2
- Updated copyright
Version 2.1.1
- Add support for URBANopt Workflow
- Update reporting measure in tests
Version 2.1.0
- 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
- Bug fix for idf.addObjects(object) to idf.addObject(object)
Version 2.0.0
- Support Ruby > 2.5
- Support OpenStudio 3.x
Version 1.3.5
- 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