-
Couldn't load subscription status.
- Fork 2
Use keyword arguments #15
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
Use keyword arguments #15
Conversation
3585b1c to
38a3c90
Compare
|
Oh, since we have already a release we need release notes :( |
RELEASE_NOTES.md
Outdated
| ## Bug Fixes | ||
|
|
||
| * Change 0.0 to nan if there is no data available | ||
| * Make use of keyword arguments |
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.
Enforce keyword arguments in cumulative_energy function.
Signed-off-by: Flora <[email protected]>
38a3c90 to
cbb7e19
Compare
|
If you don't want to change your code accordingly (as in, use key-word arguments), you can also just add a new exception: |
| ## Bug Fixes | ||
|
|
||
| * Change 0.0 to nan if there is no data available | ||
| * Enforce keyword arguments in cumulative_energy function |
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.
Nitpick, but this is not really a bug fix, I would say it's more of an improvement, and a breaking change, as now callers must use keyword arguments. So in the future you might want to mention it in the Upgrading section.
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.
Will do so - we have the same topic coming up in the client, so I will change it there :-)
This will help fix nox error in PR #13.