You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,17 @@ Classify the change according to the following categories:
26
26
##### Removed
27
27
### Patches
28
28
29
+
## v3.17.5
30
+
### Minor Updates
31
+
##### Added
32
+
- Tests in `test_http_endpoints.py` to test expected `/simulated_load` POST request functionality
33
+
##### Changed
34
+
- Makes `load_type` optional for both GET and POST requests to `/simulated_load`, with a default `load_type=electric`, consistent with the `simulated_load()` function in REopt.jl
35
+
- Makes the `year` input not required for inputs with `doe_reference_name` for POST request to `/simulated_load`, consistent with GET request and `simulated_load()` function in REopt.jl
36
+
##### Fixed
37
+
- POST requests to `/simulated_load` with `doe_reference_name` input to pass along the lat/long inputs (was not passing those inputs through)
returnJsonResponse({"Error": "Both normalize_and_scale_load_profile_input and [doe or industrial]_reference_name were input; only input one of these."}, status=400)
668
+
669
+
# If normalize_and_scale_load_profile_input is true, year and load_profile are required
0 commit comments