v0.8.0
What's Changed
This release includes a redesign of sub-module structure, a significant bug fix in ParallelStoreReader, pickling support for CachingReadableStore, and the addition of the Head protocol to ReadableStore for more efficient file size determination.
Breaking Changes
- Always use head for file size determination by @maxrjones in #39
Features
- Support pickling CachingReadableStore by @maxrjones in #36
- Make ObjectStoreRegistry typing generic by @maxrjones in #38
- Increase default size of ParallelStoreReader cache by @maxrjones in #35
- Improve sub-module organization by @maxrjones in #40
Bug Fixes
- Fix cache eviction bug in ParallelStoreReader by @maxrjones in #34
- Fix recursion when pickling by @maxrjones in #37
Chores
- Split out reader tests by @maxrjones in #33
- Fix link by @maxrjones in #41
Full Changelog: v0.7.0...v0.8.0