Releases: ONEcampaign/oda_reader
Releases · ONEcampaign/oda_reader
v1.4.2
v1.4.1
v1.4.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's New
Fixed Bug: Cache keys now include preprocessing parameters, ensuring correct data is always returned.
Performance: 10-90x faster on cache hits with new three-tier caching system:
- HTTP cache (requests-cache, 7-day TTL)
- DataFrame cache (proper parameter tracking)
- Bulk file cache (efficient large downloads)
Better Cache Location: Now uses platform-appropriate directories
Better Organization: All cache code moved to _cache module with comprehensive docs
Fully Backward Compatible: All existing code continues to work.
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- 17 aiddatadata should take empty filters by @jm-rivera in #18
Full Changelog: v1.2.1...v1.2.2