urbanopt-core 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -3
- data/lib/urbanopt/core/version.rb +1 -1
- data/urbanopt-core-gem.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc861451111a90b47fc25545be97908a9495cc1db9b01cb946bbcbb1f401b783
|
4
|
+
data.tar.gz: f97df481fb8045490388a9e5d0d82bfd5b8682e14c2a299f640388358e1da36c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b759fcaea543f6070e2ddb79d9bbfa1891fde47a64f30f9eb18539681449cfd29bb8f59162ee9e22f02f48520e9934c1c6d881cf3eb4cd859a365179758b73ff
|
7
|
+
data.tar.gz: 44c52dfbe7ef3ca45923a2310b5e7fecec2f0e81461f160875ad5e89605b149b71a792e5537db06c8a76393c0f5afdfc8a53129a9a75ac54f5a131046b40720a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# URBANopt Core Gem
|
2
|
-
|
2
|
+
|
3
|
+
## Version 0.5.1
|
4
|
+
|
5
|
+
Date Range: 11/26/20 - 12/08/20
|
6
|
+
|
7
|
+
- Fixed [#15]( https://github.com/urbanopt/urbanopt-core-gem/issues/15 ), Updated urbanopt-reopt-example-project to simulate and generate results for multiple PVs
|
8
|
+
- Fixed [#30]( https://github.com/urbanopt/urbanopt-core-gem/issues/30 ), Update extension-gem dependency
|
9
|
+
|
3
10
|
## Version 0.5.0
|
4
11
|
|
5
12
|
Date Range: 09/18/20 - 11/25/20
|
@@ -36,7 +43,7 @@ Closed Issues and Features
|
|
36
43
|
|
37
44
|
* Update travis tests to include openstudio related tests
|
38
45
|
|
39
|
-
## Version 0.1.0
|
46
|
+
## Version 0.1.0
|
40
47
|
|
41
48
|
* Initial release of the URBANopt Core Extension
|
42
|
-
* Define the feature and feature_file that will be inherited.
|
49
|
+
* Define the feature and feature_file that will be inherited.
|
data/urbanopt-core-gem.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: urbanopt-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Macumber
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-12-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -59,14 +59,14 @@ dependencies:
|
|
59
59
|
requirements:
|
60
60
|
- - "~>"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 0.3.
|
62
|
+
version: 0.3.2
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
67
|
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 0.3.
|
69
|
+
version: 0.3.2
|
70
70
|
description: URBANopt core library and measures
|
71
71
|
email:
|
72
72
|
- nicholas.long@nrel.gov
|