-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: merge develop into master for v0.4.3 release #514
Conversation
…pacity feat: add substation transmission capacity calculation
…_passthrough feat: allow state method passthrough in MockScenario objects
…zone_capacity Josephine/calculate interzone capacity
…st_base_grid feat: add base_grid input to investment cost calculation functions
refactor: add compare module, move Grid/Scenario check functions from PostREISE to PowerSimData
feat: deduplicate interconnect passed to grid constructor
…pers refactor: move PostREISE helper functions to PowerSimData
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage ? 74.08%
=========================================
Files ? 98
Lines ? 7602
Branches ? 983
=========================================
Hits ? 5632
Misses ? 1790
Partials ? 180 Continue to review full report at Codecov.
|
Pull Request doc
Purpose
With #507 and #512, we moved functionality from PostREISE into PowerSimData. With Breakthrough-Energy/PostREISE#310, we remove this functionality from PostREISE and import these functions directly from PowerSimData. If we create a v0.4.3 release of PowerSimData that includes these functions, then we can specify that the upcoming v0.5.0 release of PostREISE requires PowerSimData >= v0.4.3, so that anyone using the latest PostREISE will know that they need a compatible version of PowerSimData.
What the code is doing
All code has been previously reviewed.
Proposed release notes
Closed Issues
Merged pull requests (features)
Merged pull requests (fixes, etc.)
Time estimate
5 minutes.