Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 15:05
· 109 commits to refs/heads/main since this release
8f1ad08

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

Full Changelog: v1.1.0...v1.1.1