v0.0.8
What's Changed
- Fix: ChunkSampler yields empty splits when remainder is less than batch_size and drop_last by @selmanozleyen in #132
- fix: no more np.random.default_rng().shuffle(batch_indices) by @selmanozleyen in #137
- chore: changelog for
rngby @ilan-gold in #139 - fix:
yqversion by @ilan-gold in #141 - fix: go back to latest
yqby @ilan-gold in #142 - Change [tool.pytest.ini_option] to [tool.pytest.ini_options] in pyproject.toml by @selmanozleyen in #134
- feat: Add var handling + validation by @felix0097 in #133
- Bug fix:
Loader.__len__returns wrong length by @felix0097 in #144 - fix: rng handling with workers by @selmanozleyen in #135
- chore: update by @ilan-gold in #148
Full Changelog: v0.0.7...v0.0.8