urbanopt-core 1.1.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ccaad2d858808ff056d8eba1a97dfdc8eb3663ffe56bda7af5fb444dfe1767f
4
- data.tar.gz: 89bdeadcf09a688bfae9a153dd23ccb95c0551795937e4aaede67e2d31c93878
3
+ metadata.gz: 296484bbc229053e0b8ac701eece3f6b9b22b68cc73db23d9faa84c514df4444
4
+ data.tar.gz: b3aeb928d95b2848ba9b93bc0076538a7a965e9f1a5c1a9ab5fd402bd2509792
5
5
  SHA512:
6
- metadata.gz: e2b077673d949506890ba16fab978a93d13e1b7fe839b473fa8ec09b1d1b7943c7d161fb093bdf0397062c77b874305288519d2225e35e8edfb3325c60e3e193
7
- data.tar.gz: 6c832dcdc1de3461eb43662442765bffbc39d5a80bc910db18f9a17177b91d36f41a5b66b06af9e5d4f8aa2d81bfb31ce40aac4657b250ce0d5e89b0ef017ac4
6
+ metadata.gz: b08d2f7754210cdb22f0c2b3eeee0b6e37b0590b35600ab582a697ade63c548adcdf186b514b10c2b0092abf72577fc7d23abdc77c38c050c7acf5b5908d2651
7
+ data.tar.gz: 6a496b6c6365cf4eddc063c850c0d78806af030a8578c8f43eb3568c985bce5f21170d7287693035562e0ff43ebf03f412043f328f60ae8a7b0bea1bf395c899
@@ -17,7 +17,7 @@ jobs:
17
17
  weeknight-tests:
18
18
  runs-on: ubuntu-latest
19
19
  container:
20
- image: docker://nrel/openstudio:3.10.0
20
+ image: docker://nrel/openstudio:3.11.0
21
21
  steps:
22
22
  - uses: actions/checkout@v5
23
23
  - name: Update gems
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # URBANopt Core Gem
2
2
 
3
+ ## Version 1.3.0
4
+
5
+ * Update dependencies for OpenStudio 3.11
6
+
7
+ ## Version 1.2.0
8
+
9
+ * Update license names and dates
10
+ * NLR name change and NatLabRockies github org change
11
+
3
12
  ## Version 1.1.0
4
13
 
5
14
  * Use openstudio 3.10.0 by @vtnate in <https://github.com/urbanopt/urbanopt-core-gem/pull/64>
data/CONTRIBUTING.md CHANGED
@@ -10,7 +10,7 @@ The contribution process for URBANopt is composed of three steps:
10
10
 
11
11
  In order for us to distribute your code as part of URBANopt under the URBANopt SDK [license](https://github.com/urbanopt/urbanopt-core-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):
12
12
 
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.*
14
14
 
15
15
  Once we have your consent on file, you’ll only need to redo it if conditions change (e.g. a change of employer).
16
16
 
@@ -50,9 +50,9 @@ For further questions or information:
50
50
 
51
51
  - Ben Polly\
52
52
  URBANopt Project Management\
53
- ben.polly@nrel.gov\
53
+ ben.polly@nlr.gov\
54
54
  (303) 384-7429
55
55
 
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).
57
57
 
58
- URBANopt is developed in collaboration with NREL, LBNL, and private firms.
58
+ URBANopt is developed in collaboration with NLR, LBNL, and private firms.
data/Gemfile CHANGED
@@ -14,5 +14,5 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
14
14
  # if allow_local && File.exist?('../OpenStudio-extension-gem')
15
15
  # gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
16
16
  # elsif allow_local
17
- # gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'faraday'
17
+ # gem 'openstudio-extension', github: 'NatLabRockies/OpenStudio-extension-gem', branch: 'develop'
18
18
  # end
data/LICENSE.md CHANGED
@@ -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
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
data/Rakefile CHANGED
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt™, Copyright © Alliance for Sustainable Energy, LLC.
2
+ # URBANopt™, Copyright © Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -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
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -1,6 +1,6 @@
1
1
  <%
2
2
  # *********************************************************************************
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
4
4
  # contributors. All rights reserved.
5
5
 
6
6
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,4 +1,4 @@
1
1
  /* @preserve
2
- * URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ * URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  * See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  */
@@ -1,4 +1,4 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
@@ -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
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -1,13 +1,11 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
6
6
  # see the URL below for information on how to write OpenStudio measures
7
- # http://openstudio.nrel.gov/openstudio-measure-writing-guide
7
+ # https://natlabrockies.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
8
8
 
9
- # see the URL below for access to C++ documentation on mondel objects (click on "model" in the main window to view model objects)
10
- # http://openstudio.nrel.gov/sites/openstudio.nrel.gov/files/nv_data/cpp_documentation_it/model/html/namespaces.html
11
9
 
12
10
  # start the measure
13
11
  class UrbanoptCoreTestMeasure < OpenStudio::Measure::ModelMeasure
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,10 +1,10 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
6
6
  module URBANopt
7
7
  module Core
8
- VERSION = '1.1.0'.freeze
8
+ VERSION = '1.3.0'.freeze
9
9
  end
10
10
  end
data/lib/urbanopt/core.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-core-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -5,8 +5,8 @@ require 'urbanopt/core/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'urbanopt-core'
7
7
  spec.version = URBANopt::Core::VERSION
8
- spec.authors = ['Dan Macumber', 'Nicholas Long']
9
- spec.email = ['nicholas.long@nrel.gov']
8
+ spec.authors = ['Dan Macumber', 'Nicholas Long', 'Katherine Fleming']
9
+ spec.email = ['katherine.fleming@nlr.gov']
10
10
  spec.summary = 'URBANopt core library and measures'
11
11
  spec.description = 'URBANopt core library and measures'
12
12
  spec.homepage = 'https://github.com/urbanopt'
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'simplecov', '0.22.0'
31
31
  spec.add_development_dependency 'simplecov-lcov', '0.8.0'
32
32
 
33
- spec.add_dependency 'openstudio-extension', '~> 0.9.4'
33
+ spec.add_dependency 'openstudio-extension', '~> 0.9.7'
34
34
  end
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Macumber
8
8
  - Nicholas Long
9
+ - Katherine Fleming
9
10
  autorequire:
10
11
  bindir: exe
11
12
  cert_chain: []
12
- date: 2025-10-06 00:00:00.000000000 Z
13
+ date: 2026-07-08 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rake
@@ -101,17 +102,17 @@ dependencies:
101
102
  requirements:
102
103
  - - "~>"
103
104
  - !ruby/object:Gem::Version
104
- version: 0.9.4
105
+ version: 0.9.7
105
106
  type: :runtime
106
107
  prerelease: false
107
108
  version_requirements: !ruby/object:Gem::Requirement
108
109
  requirements:
109
110
  - - "~>"
110
111
  - !ruby/object:Gem::Version
111
- version: 0.9.4
112
+ version: 0.9.7
112
113
  description: URBANopt core library and measures
113
114
  email:
114
- - nicholas.long@nrel.gov
115
+ - katherine.fleming@nlr.gov
115
116
  executables: []
116
117
  extensions: []
117
118
  extra_rdoc_files: []