This release changes the recommended usage and resolves issues with zip imports.
- Tests exercise and demonstrate the usage of acres on zipped modules.
- Update recommended usage from
Loader(__package__)
toLoader(__spec__.name)
.
- Resolve cache misses when caching the same file from different loaders.
Bug-fix release in 0.1.x series.
- Improved README to focus on usage patterns.
- Transitioned from flit to PDM for build backend.
- Type annotations were expanded and verified against mypy and pyright across a range of Python versions.
Initial release of acres.