45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Mar 20 14:03:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||
|
|
|
||
|
|
- 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)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Dec 1 09:57:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- 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
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Mar 10 09:05:34 UTC 2022 - pgajdos@suse.com
|
||
|
|
|
||
|
|
- pytest-mock is actually not required for build
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jan 24 10:08:57 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||
|
|
|
||
|
|
- update to version 0.2.1:
|
||
|
|
- Resolve deprecation warning for Python 3.9
|
||
|
|
- Fix print related typos in the README files
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Dec 6 10:36:19 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||
|
|
|
||
|
|
- remove coverage from test.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Dec 6 08:41:12 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||
|
|
|
||
|
|
- initial package for version 0.2.0.
|