Changelog for
python3-Keras-2.7.0-19.179.noarch.rpm :
* Sat Jan 22 2022 Ben Greiner
- Update to 2.7.0
* This is for sync with the tensorflow 2.7.0 release
* No release notes besides the reference to TF: https://github.com/tensorflow/tensorflow/releases/tag/v2.7.0
* Fri Sep 24 2021 Ben Greiner - Update to 2.6.0
* Keras 2.6.0 is the first release of TensorFlow implementation of Keras in the present repo.
* The code under tensorflow/python/keras is considered legacy and will be removed in future releases (tf 2.7 or later). For any user who import tensorflow.python.keras, please update your code to public tf.keras instead.
* The API endpoints for tf.keras stay unchanged, but are now backed by the keras PIP package. All Keras-related PRs and issues should now be directed to the GitHub repository keras-team/keras.
* For the detailed release notes about tf.keras behavior changes, please take a look for tensorflow release notes.- This is required by tensorflow2 again boo#1190856
* Mon Apr 12 2021 Ben Greiner - Downgrade to 2.3.1
* the last version of multi-backend Keras to support tensorflow 1- Multi-backend Keras is not maintained and not compatible with recent tensorflow2. Switch back to tensorflow 1 and add upstream\'s announcement about the deprecation of multi-backend keras to the package description. Note that this means that python-Keras is no longer in Tumbleweed.- Fix test suite- Reorganize requirements
* Wed Feb 24 2021 Guillaume GARDET - Use tensorflow2 instead of tensorflow
* Mon Feb 15 2021 Benjamin Greiner - NEP 29: Tumbleweed does not have python36-numpy and depending packages anymore. Skip python36 build.
* Mon Jan 25 2021 Guillaume GARDET - Fix packaging for Tumbleweed with multi-versions of python3
* Thu Dec 17 2020 Christian Goll - updated to 2.4.0
* Tue May 12 2020 Christian Goll - removed failing documentation test
* Tue Feb 25 2020 Tomáš Chvátal - Switch to multibuild to really avoid buildcycles
* Tue Feb 25 2020 Tomáš Chvátal - Exclude 32bit archs as we need to match up with tensorflow