Add CHP, /chp_defaults, and /simulated_load end to /dev for v3
v2.4.0
Minor Updates
Added
- In
job/models.py
:- add CHPInputs model
- add CHPOutputs model
- In
job/process_results.py
add CHPOutputs - In
job/validators.py
add new input models - In
job/views.py
:- add new input/output models to properly save the inputs/outputs
- add
/chp_defaults
endpoint which calls the http.jl chp_defaults endpoint - add
/simulated_load
endpoint which calls the http.jl simulated_load endpoint
What's Changed
- add capability to job/ app (API v3 using REopt.jl backend) to handle CHP by @hdunham in #340
- Add CHP, /chp_defaults, and /simulated_load end to /dev for v3 by @Bill-Becker in #382
Full Changelog: v2.3.1...v2.4.0