summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-191-1/+1
| | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-keras-preprocessing: Drop unnecessary SRC_URI md5sumJ. S.2024-10-191-1/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-keras-preprocessing: Upgrade 1.1.0 -> 1.1.2Leon Anavi2020-07-031-0/+16
Switch to pypi. Upgrade to release 1.1.2: - Allow zoom_range to be int or int tuple - Make sure image iterator classes subclass the tf.keras Sequence class if it is available - Minor optimization and dtype check Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>