Skip to content

Commit f5ac8ba

Browse files
committed
Merge branch 'develop'
2 parents bb67610 + d7c0b5d commit f5ac8ba

36 files changed

Lines changed: 56 additions & 50 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# URBANopt Scenario Gem
22

3+
## Version 1.2.0
4+
5+
* Name changes and update license dates
6+
* Update from github.com/NREL to github.com/NatLabRockies
7+
* Update URBANopt dependencies
8+
39
## Version 1.1.0
410

511
* Upgrade to OpenStudio 3.10 by @vtnate in <https://github.com/urbanopt/urbanopt-scenario-gem/pull/278>

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The contribution process for URBANopt is composed of three steps:
1010

1111
In order for us to distribute your code as part of URBANopt under the URBANopt SDK [license](https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md), we’ll need your consent. An email acknowledging your understanding of these terms and agreeing to them is all that will be asked of any contributor. Send an email to the URBANopt project manager ([see below](#documentation) for the address) including the following text and a list of co-contributors (if any):
1212

13-
*I agree to contribute to the URBANopt SDK. I agree to the following terms and conditions for my contributions: First, I agree that I am licensing the copyright to my contributions under the terms of the current URBANopt SDK license. Second, I hereby grant to Alliance for Sustainable Energy, LLC, to any successor manager and distributor of URBANopt SDK appointed by the U.S. Department of Energy, and to all recipients of a version of URBANopt SDK that includes my contributions, a non-exclusive, worldwide, royalty-free, irrevocable patent license under any patent claims owned by me, or owned by my employer and known to me, that are or will be,necessarily infringed upon by my contributions alone, or by combination of my contributions with the version of URBANopt SDK to which they are contributed, to make, have made, use, offer to sell, sell, import, and otherwise transfer any version of URBANopt SDK that includes my contributions, in source code and object code form. Third, I represent and warrant that I am authorized to make the contributions and grant the foregoing license(s). Additionally, if, to my knowledge, my employer has rights to intellectual property that covers my contributions, I represent and warrant that I have received permission to make these contributions and grant the foregoing license(s) on behalf of my employer.*
13+
*I agree to contribute to the URBANopt SDK. I agree to the following terms and conditions for my contributions: First, I agree that I am licensing the copyright to my contributions under the terms of the current URBANopt SDK license. Second, I hereby grant to Alliance for Energy Innovation, LLC, to any successor manager and distributor of URBANopt SDK appointed by the U.S. Department of Energy, and to all recipients of a version of URBANopt SDK that includes my contributions, a non-exclusive, worldwide, royalty-free, irrevocable patent license under any patent claims owned by me, or owned by my employer and known to me, that are or will be,necessarily infringed upon by my contributions alone, or by combination of my contributions with the version of URBANopt SDK to which they are contributed, to make, have made, use, offer to sell, sell, import, and otherwise transfer any version of URBANopt SDK that includes my contributions, in source code and object code form. Third, I represent and warrant that I am authorized to make the contributions and grant the foregoing license(s). Additionally, if, to my knowledge, my employer has rights to intellectual property that covers my contributions, I represent and warrant that I have received permission to make these contributions and grant the foregoing license(s) on behalf of my employer.*
1414

1515
Once we have your consent on file, you’ll only need to redo it if conditions change (e.g. a change of employer).
1616

@@ -53,6 +53,6 @@ URBANopt Project Management\
5353
ben.polly@nrel.gov\
5454
(303) 384-7429
5555

56-
URBANopt is funded by the U.S. Department of Energy (DOE) and managed by the National Renewable Energy Laboratory (NREL).
56+
URBANopt is funded by the U.S. Department of Energy (DOE) and managed by the National Laboratory of the Rockies (NLR).
5757

58-
URBANopt is developed in collaboration with NREL, LBNL, and private firms.
58+
URBANopt is developed in collaboration with NLR, LBNL, and private firms.

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
1717
# if allow_local && File.exist?('../OpenStudio-extension-gem')
1818
# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
1919
# elsif allow_local
20-
# gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
20+
# gem 'openstudio-extension', github: 'NatLabRockies/OpenStudio-extension-gem', branch: 'develop'
2121
# end
2222

2323
# if allow_local && File.exist?('../urbanopt-core-gem')
@@ -29,7 +29,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
2929
# if allow_local && File.exist?('../openstudio-common-measures-gem')
3030
# gem 'openstudio-common-measures', path: '../openstudio-common-measures-gem'
3131
# elsif allow_local
32-
# gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop'
32+
# gem 'openstudio-common-measures', github: 'NatLabRockies/openstudio-common-measures-gem', branch: 'develop'
3333
# else
3434
# gem 'openstudio-common-measures', '~> 0.12.3'
3535
# end
@@ -43,15 +43,15 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
4343
# if allow_local && File.exist?('../openstudio-standards-gem')
4444
# gem 'openstudio-standards', path: '../openstudio-standards-gem'
4545
# elsif allow_local
46-
# gem 'openstudio-standards', github: 'NREL/openstudio-standards-gem', branch: 'develop'
46+
# gem 'openstudio-standards', github: 'NatLabRockies/openstudio-standards-gem', branch: 'develop'
4747
# else
4848
# gem 'openstudio-standards', '~> 0.8.2'
4949
# end
5050

5151
# if allow_local && File.exist?('../openstudio-model-articulation-gem')
5252
# gem 'openstudio-model-articulation', path: '../openstudio-model-articulation-gem'
5353
# elsif allow_local
54-
# gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'develop'
54+
# gem 'openstudio-model-articulation', github: 'NatLabRockies/openstudio-model-articulation-gem', branch: 'develop'
5555
# else
5656
# gem 'openstudio-model-articulation', '~> 0.12.2'
5757
# end
@@ -65,7 +65,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
6565
# if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
6666
# gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'
6767
# elseif allow_local
68-
# gem 'openstudio-load-flexibility-measures', github: 'NREL/openstudio-load-flexibility-measures-gem', branch: 'develop'
68+
# gem 'openstudio-load-flexibility-measures', github: 'NatLabRockies/openstudio-load-flexibility-measures-gem', branch: 'develop'
6969
# else
7070
# gem 'openstudio-load-flexibility-measures', '~> 0.11.1'
7171
# end

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
URBANopt (tm), Copyright (c) 2019-2025, Alliance for Sustainable Energy, LLC, and other
1+
URBANopt (tm), Copyright (c) 2019-2026, Alliance for Energy Innovation, LLC, and other
22
contributors. All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *********************************************************************************
2-
# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
# URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
33
# See also https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md
44
# *********************************************************************************
55

doc_templates/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
URBANopt (tm), Copyright (c) 2019-2025, Alliance for Sustainable Energy, LLC, and other
1+
URBANopt (tm), Copyright (c) 2019-2026, Alliance for Energy Innovation, LLC, and other
22
contributors. All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

doc_templates/copyright_erb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%
22
# *********************************************************************************
3-
# URBANopt (tm), Copyright (c) 2019-2025, Alliance for Sustainable Energy, LLC, and other
3+
# URBANopt (tm), Copyright (c) 2019-2026, Alliance for Energy Innovation, LLC, and other
44
# contributors. All rights reserved.
55

66
# Redistribution and use in source and binary forms, with or without modification,

doc_templates/copyright_js.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* @preserve
2-
* URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
* URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
33
* See also https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md
44
*/

doc_templates/copyright_ruby.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# *********************************************************************************
2-
# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
# URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
33
# See also https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md
44
# *********************************************************************************

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "vuepress build",
99
"deploy": "gh-pages -d .vuepress/dist"
1010
},
11-
"author": "NREL",
11+
"author": "NLR",
1212
"dependencies": {
1313
"highlight.js": "^10.4.1",
1414
"json-schema-ref-parser": "^9.0.6",

0 commit comments

Comments
 (0)