Skip to content

Commit

Permalink
Update reopt assumptions file to work with REopt-api v3.11 (#504)
Browse files Browse the repository at this point in the history
* update reopt assumptions files to work with reopt-api v3.11

* update reopt test files to work with reopt-api v3.11

* bump version to 1.0.1

* include changelog entries for v1.0.0

* update changelog for v1.0.1

* update license date to include 2025
  • Loading branch information
vtnate authored Feb 3, 2025
1 parent ed17237 commit 865bc6d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
# Changelog

## Version 1.0.1

## What's Changed

* Update reopt assumptions file to work with REopt-api v3.11 by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/504

**Full Changelog**: https://github.com/urbanopt/urbanopt-cli/compare/v1.0.0...v1.0.1

## Version 1.0.0

* Update to support ruby 3.2.2 and OpenStudio 3.9.0

**Full Changelog**: https://github.com/urbanopt/urbanopt-cli/compare/v0.14.0...v1.0.0

## Version 0.14.0
Date Range: 06/27/2024 - 11/15/2024

## What's Changed

### Exciting New Features 🎉

* Upgrade version of ThermalNetwork Python dependency by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/493
* Upgrade miniconda by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/492
* Use new version of GMT by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/489

### Other Changes

* Update installer patch by @tijcolem in https://github.com/urbanopt/urbanopt-cli/pull/476
* Fix installer path bug by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/485
* Remove unnecessary default user-entry for DES commands by @vtnate in https://github.com/urbanopt/urbanopt-cli/pull/486


**Full Changelog**: https://github.com/urbanopt/urbanopt-cli/compare/v0.13.0...v0.14.0

## Version 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
URBANopt (tm), Copyright (c) 2019-2024, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
URBANopt (tm), Copyright (c) 2019-2025, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
1 change: 1 addition & 0 deletions example_files/reopt/base_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"net_metering_limit_kw": 0.0
},
"ElectricLoad": {
"year": 2017,
"critical_loads_kw_is_net": false,
"critical_load_fraction": 0,
"loads_kw_is_net": true
Expand Down
2 changes: 1 addition & 1 deletion example_files/reopt/multiPV_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"net_metering_limit_kw": 0.0
},
"ElectricLoad": {
"year": 2018,
"year": 2017,
"critical_loads_kw_is_net": false,
"critical_load_fraction": 0,
"loads_kw_is_net": true
Expand Down
2 changes: 1 addition & 1 deletion lib/uo_cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module URBANopt
module CLI
VERSION = '1.0.0'.freeze
VERSION = '1.0.1'.freeze
end
end
1 change: 1 addition & 0 deletions spec/spec_files/reopt/base_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"net_metering_limit_kw": 0.0
},
"ElectricLoad": {
"year": 2017,
"critical_loads_kw_is_net": false,
"critical_load_fraction": 0,
"loads_kw_is_net": true
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_files/reopt/multiPV_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"net_metering_limit_kw": 0.0
},
"ElectricLoad": {
"year": 2018,
"year": 2017,
"critical_loads_kw_is_net": false,
"critical_load_fraction": 0,
"loads_kw_is_net": true
Expand Down

0 comments on commit 865bc6d

Please sign in to comment.