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

Volume constructor to keyword only #1681

Merged
merged 6 commits into from
Jan 3, 2024
Merged

Volume constructor to keyword only #1681

merged 6 commits into from
Jan 3, 2024

Conversation

mscuthbert
Copy link
Member

Found this branch lying around, and it's a good idea -- volume.Volume(90) sounds simple, but Volume assumed that the first attribute would be client which was a bad idea. So for at least one or two transition versions, making all constructor attributes keyword only: volume.Volume(velocity=90)

@coveralls
Copy link

coveralls commented Jan 3, 2024

Coverage Status

coverage: 93.031% (-0.001%) from 93.032%
when pulling 58d2927 on volume_simplify
into f1dab2f on master.

@mscuthbert mscuthbert merged commit 3941a7f into master Jan 3, 2024
7 checks passed
@mscuthbert mscuthbert deleted the volume_simplify branch January 3, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants