-
Notifications
You must be signed in to change notification settings - Fork 9
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
Release 1.20.0 #619
Merged
Merged
Release 1.20.0 #619
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main to dev
* Apply black formatter * Add pre-commit install commands * Revert "Add pre-commit install commands" This reverts commit b260beb. * Revert part of "Apply black formatter" This reverts commit 724932f. * Update README.rst * ignore cge folders * exclude cge folders * update according to formatter * Revert "update according to formatter" This reverts commit 75ccc13. * update formatter after team discussion * reformatted according to the formatter * I cannot removee e203, black keeps adding it back (#599) * removed the error codes (#600) Co-authored-by: Chen Wang <cwang138@illinois.edu> * exclude docs; manual changes (#601) Co-authored-by: Chen Wang <cwang138@illinois.edu> * fix e731, e741, f401 and f403 (#598) --------- Co-authored-by: Chen Wang <cwang138@illinois.edu> Co-authored-by: Rashmil Panchani <32737711+Rashmil-1999@users.noreply.github.com>
* refactor zone calculation * modify residential building recovery * make sv_generator as input dataset * refactor sv_generator to zone_def * change hhinc test datasets from Galveston to Joplin * Revise tests and texts * black reformat * fix * Delete sv_generator_values_sv.json * add joplin pop dislocation data * address feedbacks * Update CHANGELOG.md * address feedbacks * Update CHANGELOG.md Missing "#" --------- Co-authored-by: Chen Wang <cwang138@illinois.edu>
* fix scip version * fix pyomo version * update dev dataset to prod since they disappeared * no need to fix scip version * changelog * update all the ids to dev * update hazard id
* add internal client * get the correct client type; add a test * entry in changelog * fix the test * switch create_service_json_entry to static method * combine 2 clients * rewrite test * hashing it properly
* add mlenabledcgejoplin * add mlenabled cge joplin * finalize pr * update coefficients
* initialize equity metric * update test * remove dataframe flag * fix docstring; add to doc
* Fixed pypi publish error in github action * Modified changelog
* bump actions/checkout and actions/cache to latest * add changelog
navarroc
approved these changes
Oct 24, 2024
ywkim312
approved these changes
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1.20.0] - 2024-10-24
Fixed
Changed
Added