urbanopt-cli 0.6.3 → 0.6.4

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: 8d3bc5c3b66f12e742fb086cc974985a85222b2bfe94aacda10d9302fb3902ba
4
- data.tar.gz: 11da3379b2d12f17024520818e8f9b80be1ec3bfcbf84398562bc0b0e6b20baf
3
+ metadata.gz: e22b9be526f415a23ef46109659ccf581b185ef20834551fc7bfcc369400def7
4
+ data.tar.gz: c25b11b2d634144a92415f3ad3c1ed47bab59a26db1789a39c40b60c457e674b
5
5
  SHA512:
6
- metadata.gz: 91448faf7d2f3f4ecf1297a2fde7ce7b01b18268a36f2a8dad5d26c3fa926a9a9348308e83f3ece19581fe83775f9727aacd84e45c52a5941253bd2d4e9c3294
7
- data.tar.gz: 12113797957df03e757aaaa5741eabaa7970b4565e3ea2c1ad45650ec556c705a8c6a30e7472cb72e4eae199262915f48531f5818a4292a5415b38bef785f3bc
6
+ metadata.gz: a07ac41ef827b81074e867c364c39f205ffe386c21b0d6cdf1ecf8d3503b50f9b64196f28b71f8c1baeefc02dc7dfde64a5c8eef47d6f9a010764a8bb6ec5bab
7
+ data.tar.gz: 69145c09619fcd1e370a68a3be3e1b0a41803a27f55c69bbbcc5d5f0496213da208a20220f2bcf89f1d93e8ecfa6efe9a028f251ace9be4daacd59275ec5c74a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.6.4
4
+
5
+ Date Range 10/29/21 - 11/3/21
6
+
7
+ - Fixed [#267]( https://github.com/urbanopt/urbanopt-cli/issues/267 ), Default the GCR (ground coverage ratio) for PV to 0.99 in all example assumptions files
8
+
3
9
  ## Version 0.6.3
4
10
 
5
11
  Date Range 7/23/21 - 10/28/21
@@ -77,7 +77,7 @@
77
77
  "losses": 0.14,
78
78
  "array_type": 1,
79
79
  "module_type": 0,
80
- "gcr": 1,
80
+ "gcr": 0.99,
81
81
  "dc_ac_ratio": 1.2,
82
82
  "inv_eff": 0.96,
83
83
  "radius": 0,
@@ -77,7 +77,7 @@
77
77
  "losses": 0.14,
78
78
  "array_type": 1,
79
79
  "module_type": 0,
80
- "gcr": 1,
80
+ "gcr": 0.99,
81
81
  "dc_ac_ratio": 1.2,
82
82
  "inv_eff": 0.96,
83
83
  "radius": 0,
@@ -113,7 +113,7 @@
113
113
  "losses": 0.14,
114
114
  "array_type": 0,
115
115
  "module_type": 0,
116
- "gcr": 1,
116
+ "gcr": 0.99,
117
117
  "dc_ac_ratio": 1.2,
118
118
  "inv_eff": 0.96,
119
119
  "radius": 0,
@@ -40,6 +40,6 @@
40
40
 
41
41
  module URBANopt
42
42
  module CLI
43
- VERSION = '0.6.3'.freeze
43
+ VERSION = '0.6.4'.freeze
44
44
  end
45
45
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-29 00:00:00.000000000 Z
11
+ date: 2021-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optimist