April 29, 2024
1.4.0
(feat):
keyword arguments are now ordered such that required params are ordered before optional params
What’s changed
- keyword arguments are now ordered such that required params are ordered before optional params. Note that since these are kwargs, this is a non-breaking change.
- docstrings now match numpydoc/PEP257 format