- Fix adjancent surface matching
- Update OpenStudio Workflow Gem to 2.3.0 (support for epJSON)
- Fixed #133, cleanup readme and rework BCL tasks
- Fixed #135, Intersect tests 072021
- Fixed #136, Osm from haystack
- Fixed #137, Edge case error in hospital bar
- Fixed #138, os_lib_model_generation does not assign SWH type correctly
- Fixed #139, fix swh_src assignment operators
- Fixed #142, added arg for hoo_var_method and updated test to use it
- Update BCL gem to version 0.7.1 which upgrades REXML and Spreadsheet with security patches
- Minor updates to documentation
- Update measure tester gem which upgrades Rubocop to 1.15
- Update styles to v4 based on new version of Rubocop
- Fixes #113 Fix bad args behavior on bar_from_building_type_ratios
- Fixes #103 make check_upstream_measure_for_arg more robust for non string arguments
- 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
- Fixed #95, Extend exceptions on standards error messages for curves used on multiple objects
- Fixed #113, Fix bad args behavior on bar_from_building_type_ratios
- Fixed #111, night cycling change - for 0.4.x
- Updated version of openstudio-standards for development to openstudio-standards 0.2.13.rc3
- 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
- Update Extension Gem Template
- Add gemfile path instead of just dirname to the initialization
- Update to latest workflow gem to support URBANopt Workflow
- This change first zeroes-out latent (for good measure) and radiant fractions before setting lost fraction to 1.0 to avoid this error.
- 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
- Check that
failed.job
doesn't exist andfinished.job
does exist. - Fixed #98
- Support runner options for bundle_install_path and gemfile_path
- Laboratory and Data Center Support
- Fixed #71, another fix for bcl rake tasks
- Fixed #72, Add laboratory and data centers to os_lib_model_generation
- Fixed #74, adding bundle path and gemfile path options
- 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
- Use new version of rubocop style from S3
- Remove frozen string literals in comments
- Exclude measure tests from being released with the gem (reduces the size of the installed gem significantly)
- Add BCL commands to upload measures
- Update GitHub changelog gem to use Octokit compared to github_api (which was last released 3 years ago)
- Promote GitHub changelog creation to a rake task to be inherited by all downstream extension gems
- Changes from 0.1.5 (runner.conf bug)
- Changes from 0.1.6 (update core library)
- Update measure tester to 0.2.2 (with Rubocop 0.54)
- Upgrade Bundler to 2.1.x
- Restrict to Ruby ~> 2.5.0
- Remove json_pure gem
- Update measure tester to 0.2.0 (removes need for github checkout)
- Note that this version does not include the changes from Version 0.1.5
- Update core library methods with what was in OpenStudio-measures
- Fix bug to respect the runner.conf file when using Extension::Runner with no options
- Update license copyright dates
- Update template for Gemfile to include FAVOR_LOCAL_GEMS env variable
- Move runner configuration options to runner initializer. Allow user to set the number of parallel simulations, max number of simulations, run the simulations (true/false), and verbose output.
- Add a runner.conf file that can be used to define how the run_osw(s) behaves.
- Add rake task to initialize the runner.conf (e.g., rake openstudio:runner:init)
- Support for BuildingSync gem
- Add run_osws capability
- Initial release