Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master<-dev v3 name changes #403

Merged
merged 24 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
67ec98c
initial set of name changes, additions, removals
adfarth Dec 28, 2022
c051e48
Merge branch 'develop' into year-one-name-changes
adfarth Dec 28, 2022
67a8e97
additional name changes and removals
adfarth Dec 28, 2022
138f2eb
Update year one help text
adfarth Dec 28, 2022
bc0cb6d
Update CHANGELOG.md
adfarth Dec 28, 2022
c1f1103
Merge branch 'develop' into year-one-name-changes
adfarth Dec 29, 2022
55c3a3d
update output names
adfarth Dec 31, 2022
6007ad0
Merge branch 'develop' into year-one-name-changes
adfarth Jan 4, 2023
858846a
Create 0018_rename_year_one_electric_production_series_kw_chpoutputs_…
adfarth Jan 5, 2023
bcc0dc5
temp update to Manifest.toml
adfarth Jan 5, 2023
cde31e3
update production_curtailed to electric_curtailed
adfarth Jan 5, 2023
98736b2
add missing chp output field
adfarth Jan 5, 2023
908fba5
update Manifest to latest REopt v0.24.0
adfarth Jan 6, 2023
39f7d30
endpoints edits for v3
indu-manogaran Jan 9, 2023
220fe8c
Force data type conversions in /dev/simulated_load
Bill-Becker Jan 10, 2023
4819f48
Convert data types to correct after JSON parse
Bill-Becker Jan 10, 2023
1989ba0
Call /dev/simulated_load instead of http.jl endpoint directly
Bill-Becker Jan 10, 2023
2c212a4
Remove redundant /annual_kwh endpoint use /simulated_load instead
Bill-Becker Jan 10, 2023
666b979
Merge pull request #401 from NREL/endpoints-v3
indu-manogaran Jan 10, 2023
ca14a73
Merge branch 'develop' into year-one-name-changes
adfarth Jan 10, 2023
f62d820
Merge pull request #396 from NREL/year-one-name-changes
adfarth Jan 10, 2023
f0eaccb
Update Manifest.toml
adfarth Jan 11, 2023
510f10b
Merge branch 'master' into develop
adfarth Jan 11, 2023
fd6e55b
Add endpoints-v3 updates to changelog
Bill-Becker Jan 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ Classify the change according to the following categories:
##### Removed
### Patches

## Develop - 2022-01-11
### Minor Updates
### Changed
- In job/ app (v3): Name changes for many outputs/results. Generally, changes are for energy outputs (not costs) that include "year_one", and are changed to annual_ for scalars and to production_to_, thermal_to_ etc. for time series.
- In job/ app (v3): Changed some _bau outputs to align with REopt.jl outputs
### Added
- In job/ app (v3): Added **thermal_production_series_mmbtu_per_hour** to CHP results.
##### Removed
- In job/ app (v3): Removed outputs not reported by REopt.jl
#### Fixed
- In job/views for `/simulated_load` endpoint: Fixed the data type conversion issues between JSON and Julia


## v2.6.0
### Minor Updates
#### Added
Expand Down
Loading