Releases: NREL/openstudio-extension-gem
Releases · NREL/openstudio-extension-gem
Version 0.4.3
- Update measure tester gem which upgrades Rubocop to 1.15
- Update styles to v4 based on new version of Rubocop
Version 0.4.2
- Updatd version of openstudio-standards for development to openstudio-standards 0.2.13
- Added ASHRAE 90.1 2016 and 2019 to get_doe_templates method in os_lib_model_generation.rb file. This method is used by a number of measures to generate allowable argument values
Version 0.4.1
Version 0.4.0
- Fix merging of options on initialization. Options hash will overwrite the default config AND the runner.conf files.
- Includes patch of 0.2.6 (failed.job and finished.job)
- Support Ruby 2.7.0, Bundler > 2.2
- Update copyrights
Version 0.2.6
-
Check that
failed.job
doesn't exist andfinished.job
does exist. -
Fixed #98
Version 0.3.2
- Update Extension Gem Template
- Add gemfile path instead of just dirname to the initialization
- Update to latest workflow gem to support URBANopt Workflow
Version 0.3.1
- This change first zeroes-out latent (for good measure) and radiant fractions before setting lost fraction to 1.0 to avoid this error.
Version 0.3.0
- remove the os_lib_reporting.rb helpers. This file is only used for OS reporting measure and should not be shared with other users.
- Upgrade dependency to openstudio-workflow gem to
~> 2.1.0
- This version works only with EnergyPlus 9.4 since it depends on OpenStudio workflow
~> 2.1.0
Version 0.2.5
Version 0.2.4
- Fixed upload of measures to BCL using rake tasks.
- Support economizer modeling when create_typical measure is split into two parts
Closed Issues: 1
- Fixed #64, README updates