Skip to content

Commit

Permalink
Merge pull request #560 from NREL/develop
Browse files Browse the repository at this point in the history
Fix /summary endpoint, fix generator cost input, add LCC outputs
  • Loading branch information
Bill-Becker committed Jan 11, 2024
2 parents 879c778 + d7400bf commit 7e293a9
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 85 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Classify the change according to the following categories:
### Patches


## v3.3.0
### Minor Updates
#### Added
- Added the following BAU outputs: lifecycle_chp_standby_cost_after_tax, lifecycle_elecbill_after_tax, lifecycle_production_incentive_after_tax, lifecycle_outage_cost, lifecycle_MG_upgrade_and_fuel_cost
### Changed
- Updated REopt.jl version to 0.39.1 along with updates to other dependencies
#### Fixed
- Fixed setting of default Generator `installed_cost_per_kw` so that user inputs are not overridden
- Avoid /summary endpoint error with off-grid runs where there is no ElectricTariff

## v3.2.3
### Minor Updates
##### Changed
Expand Down
6 changes: 2 additions & 4 deletions julia_src/highs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -790,11 +790,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.REopt]]
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
git-tree-sha1 = "a56f12eca2b737e9d9210000ee599920001cc303"
repo-rev = "v0.38.1"
repo-url = "https://github.com/NREL/REopt.jl.git"
git-tree-sha1 = "013fc07e92f4b742f09b7adae75d2d63dfbc9237"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
version = "0.38.1"
version = "0.39.0"

[[deps.Random]]
deps = ["SHA", "Serialization"]
Expand Down

0 comments on commit 7e293a9

Please sign in to comment.