| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 0.4.2
* Updated badges in README
- from version 0.4.1
* #44 check cancelled() before calling set_exception() or
set_result() on futures (thanks @Hellzed)
- update to 0.4.0:
* Fixed typo in `batch_load_fn` TypeError
* Removed `None` default value for `key` arg in
`DataLoader.load()`
* Removed Python 3.6 as a supported target version
- update to 0.3.0:
* Adds typing
* Drops support for Python<3.6
* Adds support for overriding `get_cache_key` in subclasses
* Improves README.md and removes README.rst
- pytest-mock is actually not required for build
- update to version 0.2.1: - Resolve deprecation warning for Python 3.9 - Fix print related typos in the README files
- remove coverage from test.
- initial package for version 0.2.0.