Releases: NatLabRockies/REopt.jl
Releases · NatLabRockies/REopt.jl
v0.58.2 TES results fixes, add per-hour generator cost
What's changed:
- Add Generator O&M Costs by Hour #593
- Bug fixes in TES-to-Turbine results and CHP heuristic input processing #594
Access the full changelog: https://github.com/NatLabRockies/REopt.jl/blob/master/CHANGELOG.md#v0582
v0.58.1 CHP Sizing and LCOE Fixes
v0.58.0 CHP Load Following Options
What's Changed
- CI: Add the TagBot GitHub Actions workflow file by @DilumAluthge in #578
- CHP load-following and absorption-chiller-only dispatch strategies by @zolanaj in #577
- v0.58.0 CHP load following by @Bill-Becker in #586
New Contributors
- @DilumAluthge made their first contribution in #578
Full Changelog: v0.57.0...v0.58.0
v0.57.0
v0.56.4: Merge pull request #562 from NREL/develop
Fixed
- Bug where storage input with only Int values restricted Dict subtype passed into
set_sector_defaults!and caused InexactError - Bug where ElectricStorage input with only Real values restricted Dict subtype, causing off_grid_flag to be added as an Int instead of Bool, leading to a conversion error in ElectricStorageDefaults
- Fixed a bug in the type handling of emissions_factor_series_lb_XXX_per_kwh in which
xxxis in the group [CO2, SO2, NOx, PM25]. - Handle "HIMS" region incorrectly named "HI" in avert_102008.shp
Docstring bug fixes for ElectricTariff outputs
What's Changed
- Update electric_tariff.jl by @rathod-b in #544
- ElectricTariff results documentation corrections [v0.56.3] by @rathod-b in #545
Full Changelog: v0.56.2...v0.56.3
v0.56.2 Robust type handling of monthly_peaks_kw
Robust type handling of monthly_peaks_kw
Full Changelog: v0.56.1...v0.56.2
v0.56.1 Patch fixes for Peak Scaling, URDB meta, HT-TES Bypass
What's Changed
- Change peaks type from Float64 to <:Real by @Bill-Becker in #541
- Do not allow Hot TES to serve or bypass incompatible heating loads by @zolanaj in #531
- Update rate_effective_date URDB response by @gellwood in #542
- v0.56.1 Patch fixes for Peak Scaling, URDB meta, HT-TES Bypass by @Bill-Becker in #543
New Contributors
Full Changelog: v0.56.0...v0.56.1
v0.56.0 Peak Load Scaling and ElectricTariff Outputs
What's Changed
- Peak scaling by @adfarth in #526
- Fix type error in URDB rate_effective_date parsing by @Copilot in #533
- Fix variable definition order in get_load_metrics() by @Copilot in #535
- Update get_load_metrics() and others by @Bill-Becker in #534
- Access electric load and tariff metrics by @rathod-b in #502
- Addresses comments in PR 536 by @Bill-Becker in #537
- v0.56.0 ElectricTariff Cost/Rate Outputs and Peak Load Scaling by @Bill-Becker in #536
New Contributors
- @Copilot made their first contribution in #533
Full Changelog: v0.55.2...v0.56.0