v1.1.1
·
109 commits
to refs/heads/main
since this release
What's Changed
In v1.1.0, _get_value
expects a function signature of (SupportsXXX, int) -> _Dataset_T
which triggers static type checking.
v1.1.1 fixes this by switching the function signature to use (Dataset, int) -> _Dataset_T
Bug Fixes
- Fix: Static typechecking behaving weirdly (#75) @caffeine-addictt
Full Changelog: v1.1.0...v1.1.1