-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from NREL/develop
Prep Release 0.2.0
- Loading branch information
Showing
493 changed files
with
1,248,450 additions
and
17,707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
AllCops: | ||
Exclude: | ||
- gems/**/* | ||
- measures/**/* | ||
- spec/files/**/measures/**/* | ||
|
||
- 'spec/test_measures/**/*' | ||
|
||
inherit_from: | ||
- http://s3.amazonaws.com/openstudio-resources/styles/rubocop.yml | ||
|
||
- http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v3.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# OpenStudio Model Articulation Gems | ||
|
||
## Version 0.1.0 | ||
|
||
## Version 0.2.0 | ||
|
||
* Support for OpenStudio 3.0 | ||
* Upgrade Bundler to 2.1.x | ||
* Restrict to Ruby ~> 2.5.0 | ||
* Removed simplecov forked dependency | ||
* Upgraded openstudio-extension to 0.2.3 | ||
* Updated measure tester to 0.2.0 (removes need for github gem in downstream projects) | ||
* Upgraded openstudio-standards to 0.2.11 | ||
* Exclude measure tests from being released with the gem (reduces the size of the installed gem significantly) | ||
* Removed dependency on openstudio-common-measures gem | ||
|
||
## Version 0.1.1 | ||
|
||
* Update to OpenStudio Common Gem 0.1.2 (and extension gem 0.1.6) | ||
* Merge in OpenStudio articulation measures from OpenStudio-measures | ||
* Code cleanup on the measures | ||
* Update copyrights and licenses | ||
|
||
## Version 0.1.0 | ||
|
||
* Initial release of the articulation measures that are used for generating OpenStudio models. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* @preserve | ||
* OpenStudio(R), Copyright (c) 2008-2019, Alliance for Sustainable Energy, LLC. All rights reserved. | ||
* OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved. | ||
* Use of this source code is governed by a BSD-style license that can be found at openstudio.net/license. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.