-
Notifications
You must be signed in to change notification settings - Fork 13
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.5 release #308
Conversation
…pshot feat: powerflow snapshot figure
* feat: add heatmap plot * doc: add demo notebook for heatmap plot
Co-authored-by: jon-hagg <[email protected]>
…ity_factor scatter plot capacity vs capacity factor
…ity_curtailment scatter capacity vs curtailment
…curve_slope scatter capacity vs cost curve slope
Once Breakthrough-Energy/PowerSimData#514 is merged, how can we specify in the requirements that we require PowerSimData >= 0.4.3? |
Closest think I can think of would be to use the github url as we do in switchwrapper, since |
|
Yeah we could specify the git tag, which would be equivalent to |
…owersimdata refactor: replace function definitions with imports from powersimdata
I think we want |
That would be ideal. In that case, I guess we could have a |
I'm new to package versioning. I could understand if we have all versioned releases in |
I was thinking of semver patches, but misspoke - those should be backward compatible. What I meant to say is |
Fix import statements
Co-authored-by: jon-hagg <[email protected]>
Update packaging and docker related workflows
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.
Looks good.
Thank you.
Pull Request doc
Purpose
There have been several breaking changes to the PostREISE API (not to mention many new features), so we should probably increment the version accordingly. Closes #298.
Proposed release notes
Closed issues
Merged pull requests (features)
Merged pull requests (fixes, etc.)
Time estimate
5 minutes. We probably want to wait on this until we merge #306 and #307 (maybe more refactoring as well?), but we can at least get the ball rolling.