Notable changes:
- Enhancement: Several improvements in Pandas stubs (Thanks to @Dr-Irv and @sjdemartini)
- Behavior Change: Changed
strictParameterNoneValue
to default to true rather than false. This reflects the updated guidance in PEP 484, which indicates that type checkers should not assume that a default argument ofNone
should imply anOptional
type.
For the full changelog, see CHANGELOG.md