Package: keras / 2.3.1+dfsg-3

Metadata

Package Version Patches format
keras 2.3.1+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Change external img tag urls to local files.patch | (download)

docs/templates/getting-started/functional-api-guide.md | 2 1 + 1 - 0 !
docs/templates/getting-started/sequential-model-guide.md | 2 1 + 1 - 0 !
docs/templates/index.md | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 change external img tag urls to local files.


0002 Make docs browsable by setting use_directory_urls fa.patch | (download)

docs/mkdocs.yml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 make docs browsable by setting use_directory_urls=false.


0003 Remove Google Analystics reference privacy policy.patch | (download)

docs/mkdocs.yml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove google analystics reference, privacy policy


0004 Exclude docs from built modules.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 exclude docs from built modules.


0005 Change default backend to theano.patch | (download)

keras/backend/load_backend.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change default backend to theano
 Change default backend to theano.
0006 Selu test tolerance.patch | (download)

tests/keras/activations_test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 selu test tolerance
 Increase tolerance for activations_test.py.
 .
0007 h5py mode write.patch | (download)

keras/utils/io_utils.py | 4 2 + 2 - 0 !
tests/test_model_saving.py | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 specify file mode when opening in-memory files.

Fixes a test regression for python3-h5py 2.10.0-8.

0008 do not use is with literals | (download)

keras/backend/numpy_backend.py | 2 1 + 1 - 0 !
keras/backend/tensorflow_backend.py | 4 2 + 2 - 0 !
keras/backend/theano_backend.py | 4 2 + 2 - 0 !
keras/losses.py | 4 2 + 2 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 do not use is with literals

Fixes a SyntaxWarning introduced in Python 3.8.