urbanopt-scenario 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6806b8d26475423d39fb4de3b5e3f51b1db8b1caf7f4ce17feca438b8f482315
4
- data.tar.gz: 8a565d268d69710c0e58799cac2bef11a29cc5286756a8e9da00f618ca4cbe33
3
+ metadata.gz: fa105156f00e1e346655b0fb8ab67d7382e605cf46a7b15d12649de1c01e6be0
4
+ data.tar.gz: 5e46ec0982045197a85b4b88e84c8977a0ddb271eec910583e56c689993327ab
5
5
  SHA512:
6
- metadata.gz: a99e381e8803d2e5428877fe963de5cba17826cc97256cdc434da1bb10e41972e9d51d5f4001f3915fb0881c766347eb02068027e7f096d4b8215190aebd3a31
7
- data.tar.gz: 752857f0afd9ce62e9e9462837657a5bf827518a989b1375f2a052ae0dbb8f52c0a94f18bb54fcbd0d273da7d3563fd19d4c9f54536745f3678434c9fa75fbee
6
+ metadata.gz: c40716ebc14e8333194cecbd85361539093384b3e5b0e4ac03e2ad68608ff470c55f9a28103a70cf9fe477d6d5b3b114651cd51ed50a335269c94521e0b55ade
7
+ data.tar.gz: ea570aff4053398037934a0eaa01c18bddfcb1738794af5da7c0314389721e08b9c764c1bf4690175845314914666489f7c1846f32957b2c9e859610e779681e
data/.rubocop.yml CHANGED
@@ -3,8 +3,7 @@ AllCops:
3
3
  - gems/**/*
4
4
  - measures/**/*
5
5
  - spec/files/**/measures/**/*
6
-
6
+ require: rubocop-performance
7
7
 
8
8
  inherit_from:
9
- - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v3.yml
10
-
9
+ - http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # URBANopt Scenario Gem
2
2
 
3
+ ## Version 0.7.0
4
+ Date Range: 10/16/21 - 11/22/21:
5
+
6
+ - Updated dependencies for OpenStudio 3.3
7
+
8
+ ## Version 0.6.3
9
+ Date Range: 07/01/21 - 10/15/21:
10
+
11
+ - Fixed [#219]( https://github.com/urbanopt/urbanopt-scenario-gem/issues/219), Add support for REopt
12
+ results for Electricity Produced in Scenario and Feature visualization
13
+
14
+ ## Version 0.6.2
15
+ Date Range: 05/15/21 - 06/30/21:
16
+
17
+ - Fixed [#214]( https://github.com/urbanopt/urbanopt-scenario-gem/issues/214 ), update rubocop configs to v4
18
+ - Fixed [#207]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/207 ), Update Load-Flex measure gem version
19
+ - Fixed [#215]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/215 ), update rubocop to v4 #214
20
+
21
+ ## Version 0.6.1
22
+ Date Range: 04-30-21 - 05/14/21
23
+
24
+ - Fixed [#227]( https://github.com/urbanopt/urbanopt-cli/issues/227 ), Runtime error when running urbanopt cli example project
25
+
3
26
  ## Version 0.6.0
4
27
  Date Range: 02/05/21 - 04/29/21
5
28
 
data/Gemfile CHANGED
@@ -39,8 +39,10 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
39
39
  # end
40
40
 
41
41
  # if allow_local && File.exist?('../urbanopt-reporting-gem')
42
- # gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
42
+ # gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
43
43
  # elsif allow_local
44
+ # gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
45
+ # end
44
46
 
45
47
  # if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
46
48
  # gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'