Skip to content

v0.67.0

Compare
Choose a tag to compare
@gabrieldemarmiesse gabrieldemarmiesse released this 12 Nov 18:06
e17e50a

This release is the first where we'll slowly force some arguments to be positional only or keyword only. This is to ensure we have the flexibility in the future to change functions signatures without breaking people's code. Also that will make the user's code cleaner and less error prone.

If you get errors that look like "function xxxx take 2 positional arguments but recieved 4" then it's that we enforced the way to pass arguments. Double check the function signature in your documentation and IDE, it should be just a matter of specifying the argument name or not. Open an issue if you're having trouble.

In practice we don't expect much code to break, that seems unlikely.

If you're looking for some ressources:

What's Changed

New Contributors

Full Changelog: v0.66.0...v0.67.0