Added lots of restrictions to using keyword arguments at the public interfaces (v2.0.0) #698
simon-ritchie
announced in
Destructive changes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since version 2.0.0, lots of restrictions were added to using keyword arguments at the public interfaces. If you use a positional argument at the restricted public interfaces, the apysc raises an exception.
This change is being made to maintain long-term modifiability and extensibility.
See also:
Any reason NOT to always use keyword arguments?
Beta Was this translation helpful? Give feedback.
All reactions