15
0

- 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:
2023-12-01 09:57:28 +00:00
committed by Git OBS Bridge
parent a003911b91
commit 66a0247ef8
4 changed files with 26 additions and 9 deletions

View File

@@ -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