forked from pool/python-aiodataloader
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodataloader?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user