Releases: bghira/webshart
Releases · bghira/webshart
v0.4.3 - cache file locks
v0.4.2 - drop-in caching iterator helper
What's Changed
Full Changelog: v0.4.1...v0.4.2
v0.4.1 - more iterator APIs
What's Changed
- add iter_range method to run through specific subsets of a shard by @bghira in #12
- add context manager that yields when shard caching exhaustion is reached by @bghira in #13
Full Changelog: v0.4.0...v0.4.1
v0.4.0 - aspect bucketing, caching, and general clean-up
v0.3.0 - iterable streaming dataloader, image metadata, state_dict
What's Changed
- include image geometry by @bghira in #2
- add more api methods for dataset statistics/details by @bghira in #3
- add dataloader with docs by @bghira in #4
- skippable iterator via shard() or skip() dataloader methods by @bghira in #5
- add mention of shard + skip to the README by @bghira in #6
- add state_dict, from_state_dict, and load_state_dict methods by @bghira in #7
- chunked streaming in dataloader; use anyhow for errors by @bghira in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0 - extraction and reduced rate-limiting
What's Changed
Full Changelog: v0.1.0...v0.2.0