What's Changed
- docs: add Claude Code skill for the LitData codebase by @tchaton in #847
- fix(streaming): eager reference-counting to stop FileNotFoundError on shared chunks by @tchaton in #846
- perf(streaming): memoize per-chunk metadata on the read hot path by @tchaton in #848
- perf(streaming): Speed up PyTreeLoader reads with mmap and compiled unflatten by @tchaton in #849
- perf(streaming): tighten downloader↔reader handoff by @tchaton in #850
- fix(streaming): clear DataLoader restore flag on early break by @tchaton in #851
- docs(skills): streaming prefetch, CI hangs, Studio bench lessons by @tchaton in #854
- perf(streaming): async S3 chunk prefetch, cache eviction, obstore downloads by @tchaton in #852
- Bump version to 0.2.65 by @tchaton in #853
- fix(streaming): unblock macOS 3.14 DataLoader restore CI hangs by @tchaton in #855
Full Changelog: v0.2.64...v0.2.65