v0.2.5
Release Notes
New Features
- Add two new arguments,
timeout
andexpire_after
, toretrieve
. These two arguments gives the user more control for dealing with issues related to caching.
Internal Changes
- Revert to
pytest
as the testing framework. - Use
importlib-metadata
for getting the version insead of
pkg_resources
to decrease import time as discussed in this issue.