urbanopt-scenario 1.2.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: 7f17c4e7ec8128169d2d07079253849b9cbf6f2ff52913677bdc81c90a5cdcf6
4
- data.tar.gz: 740cdce9ff59efdf6c4fd112817dfc2dc7522be0910594f43fe1d1547fe00ebe
3
+ metadata.gz: 92ca6a4e3e6d31d8966874306ec1ff10f7af86317014108dd02abdc77c3b3ae5
4
+ data.tar.gz: 649590a3b5c345e97e34c655f86f7a0f486b993e2409f1eb1c611f182a82a17f
5
5
  SHA512:
6
- metadata.gz: 651d28948b88da987449bbd4279bd3a439f8801338735fa53d0e7ba00d255cfc51958551d6a9baf406e19e0a080478feffb681c1e3d9cfd1f06656355e2d3708
7
- data.tar.gz: f9680311f5a80b2c1da91c920476083fa730a2dd6f34d56ca1d722012a19104ef9591216dfe3ccf435b3afb3e080bfb9930b9ff4fccd42bdba2150779eefabf0
6
+ metadata.gz: 2a3a937b392eeeb96929c573a3b165230914b3ecf95298f1e58db01736cb122f5237f9da83d1d22dbf85db3277407be2483b022ccd77f3abe491f7ca29232a13
7
+ data.tar.gz: 36a1c0f25c521210310fe94cdbdd64c3ece95fc69a2b734799ac7b50dee9622f30593ad25326be00117900999a8a7e07c76f19dc33514a3bffb4b6be02cf929c
@@ -2,12 +2,14 @@
2
2
  name: Scenario-gem CI
3
3
 
4
4
  on:
5
- workflow_dispatch:
5
+ pull_request:
6
6
  push:
7
+ branches:
8
+ - "develop"
7
9
  schedule:
8
10
  # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
9
- # 5 am UTC (11pm MDT the day before) every weekday night in MDT
10
- - cron: '21 5 * * 2-6'
11
+ # 5:21 am UTC (11:21pm MDT the day before) every Monday night in MDT
12
+ - cron: '21 5 * * 2'
11
13
 
12
14
  env:
13
15
  # This env var will enforce develop branch of all dependencies
@@ -18,7 +20,7 @@ jobs:
18
20
  weeknight-tests:
19
21
  runs-on: ubuntu-latest
20
22
  container:
21
- image: docker://nrel/openstudio:3.10.0
23
+ image: docker://nrel/openstudio:3.11.0
22
24
  steps:
23
25
  - uses: actions/checkout@v4
24
26
  - name: Update gems
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # URBANopt Scenario Gem
2
2
 
3
+ ## Version 1.3.0
4
+
5
+ * Upgrade to OpenStudio 3.11
6
+
7
+ ## Version 1.2.1
8
+
9
+ * Bugfix - Update how data is loaded for individual features in OpenDSS processor
10
+
3
11
  ## Version 1.2.0
4
12
 
5
13
  * Name changes and update license dates
data/CONTRIBUTING.md CHANGED
@@ -50,7 +50,7 @@ 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
56
  URBANopt is funded by the U.S. Department of Energy (DOE) and managed by the National Laboratory of the Rockies (NLR).
data/Gemfile CHANGED
@@ -31,7 +31,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
31
31
  # elsif allow_local
32
32
  # gem 'openstudio-common-measures', github: 'NatLabRockies/openstudio-common-measures-gem', branch: 'develop'
33
33
  # else
34
- # gem 'openstudio-common-measures', '~> 0.12.3'
34
+ # gem 'openstudio-common-measures', '~> 0.13.0'
35
35
  # end
36
36
 
37
37
  # if allow_local && File.exist?('../urbanopt-geojson-gem')
@@ -45,7 +45,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
45
45
  # elsif allow_local
46
46
  # gem 'openstudio-standards', github: 'NatLabRockies/openstudio-standards-gem', branch: 'develop'
47
47
  # else
48
- # gem 'openstudio-standards', '~> 0.8.2'
48
+ # gem 'openstudio-standards', '~> 0.8.7'
49
49
  # end
50
50
 
51
51
  # if allow_local && File.exist?('../openstudio-model-articulation-gem')
@@ -53,7 +53,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
53
53
  # elsif allow_local
54
54
  # gem 'openstudio-model-articulation', github: 'NatLabRockies/openstudio-model-articulation-gem', branch: 'develop'
55
55
  # else
56
- # gem 'openstudio-model-articulation', '~> 0.12.2'
56
+ # gem 'openstudio-model-articulation', '~> 0.13.0'
57
57
  # end
58
58
 
59
59
  # if allow_local && File.exist?('../urbanopt-reporting-gem')
@@ -64,8 +64,8 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
64
64
 
65
65
  # if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
66
66
  # gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'
67
- # elseif allow_local
67
+ # elsif allow_local
68
68
  # gem 'openstudio-load-flexibility-measures', github: 'NatLabRockies/openstudio-load-flexibility-measures-gem', branch: 'develop'
69
69
  # else
70
- # gem 'openstudio-load-flexibility-measures', '~> 0.11.1'
70
+ # gem 'openstudio-load-flexibility-measures', '~> 0.12.0'
71
71
  # end