Skip to content

Releases: NREL/REopt_API

v2.0.3 Bug fixes for fuel_slope, sub-hourly scenarios, international PV

30 Jun 17:52
Compare
Choose a tag to compare

See CHANGELOG.md v2.0.1, v2.0.2, and v2.0.3 (PRs #323, #326, #327) for more information.

v2.0 default updates

22 Apr 16:10
Compare
Choose a tag to compare
Merge pull request #317 from NREL/develop

master<-dev 22.04.22 API v2 default updates

Add GHP HVAC efficiency improvements

22 Dec 18:45
Compare
Choose a tag to compare

Add emissions reduction and RE goals

16 Dec 02:30
Compare
Choose a tag to compare

Add emissions reduction and RE goals.

See CHANGELOG.md for more information, as well as the description of PR #274 and/or PR #277.

Add off-grid capabilities

12 Nov 04:12
Compare
Choose a tag to compare

Add off-grid modeling capabilities.

See CHANGELOG.md for more information, as well as the description of PR 256.

Add SteamTurbine, NewBoiler, and GHP

29 Sep 18:04
Compare
Choose a tag to compare

Add SteamTurbine, NewBoiler, and GHP technologies. GHP is currently beta.

See CHANGELOG.md for more information, as well as the description of PR 257.

various patches: Julia exception handling, finalize backend JuMP model

06 Jul 22:39
Compare
Choose a tag to compare
Merge pull request #239 from NREL/develop

Master <- Develop update HTTP.jl, better Julia exception handling

master<-develop 21.06.09

10 Jun 14:58
Compare
Choose a tag to compare

Minor Updates

Added
  • summary: Added /summary_by_chunk endpoint to enable a fraction of a user's total runs and summary metrics to be returned; this prevents excessive wait times when the UI was trying to load all runs
  • New <host>/dev/futurecosts endpoint
Patches
  • was returning -1 for bau_sustained_time_steps when no critical load was met in BAU case (now returns zero)
  • fixed issue with modeling last time step of the year in outages
  • NewMaxSize was sometimes less than the TechClassMinSize, creating infeasible problems
  • fix user URLs

v1.4.5 - 2021-03-12

12 Mar 22:55
Compare
Choose a tag to compare

Minor Updates

Changed

  • reo, *.jl: Changed the units-basis for heating load, thermal production, and fuel consumption to kW/kWh, from mmbtu/mmbtu_per_hr and gal. This does not affect the units of the inputs or outputs.

Removed

  • reo: The following inputs for Site.Boiler: installed_cost_us_dollars_per_mmbtu_per_hr, min_mmbtu_per_hr, and max_mmbtu_per_hr, and for Site.ElectricChiller: installed_cost_us_dollars_per_kw, min_kw, and max_kw.

Patches

  • reo: Catch issue in process_results.py where renewable_electricity_energy_pct is not explicitly set to None
  • reo: Catch case where CHP prime_mover is not set and not all required fields are filled in
  • reo: Catch issues with itc_unit_basis when the ITC is 100%
  • validators.py: Fix bug where length of percent_share != length of doe_reference_name even though no percent_share is provided (in LoadProfileBoilerFuel)

v1.4.4 - 2021-02-25

25 Feb 22:06
Compare
Choose a tag to compare

Patches

reo: In validators.py catches case where invalid percent_share entry was used in check special cases function
reo: In loadprofile.py catches where 0 lat/long was resolving to False and leading to None for lat and long
reo: Fix divide by 0 error in results processing
reo: Handle floats as URBD periods
reo: Fix list_of_float only types