Titles, Cache Fixes
This is mostly a maintanance release.
- Caching improvements. A bug was found where multiple, different, queries generated the seme cache key. That has been fixed. However, this could cause your queries to re-trigger. This condition was rare.
- A
title
argument is now possible in the calls to render a query (thanks @kyungeonchoi !) - Code clean up should reduce the number of spurious warnings (thanks @talvandaalen !)
What's Changed
- Ignoring type warnings in test_data_conversions.py by @talvandaalen in #223
- Allow passing a title for
get_data_X
functions by @kyungeonchoi in #205 - Bug fix: use latest version of backoff by @gordonwatts in #230
- Clean up by @gordonwatts in #231
- In Memory Cache - Include Datatype by @gordonwatts in #232
- Analysis Query Cache Improvements by @gordonwatts in #234
New Contributors
- @talvandaalen made their first contribution in #223
- @kyungeonchoi made their first contribution in #205
Full Changelog: 2.4.4...2.5