Skip to content

Commit 8b7a6b7

Browse files
committed
📦 v3.7.0
1 parent 3885c54 commit 8b7a6b7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [3.7.0] - 2025-11-02
9+
810
Changed:
911
* :fire: upgrade and adapt `ocrd_network` to pydantic v2, #1342
1012

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.7.0

src/ocrd_utils/logging.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575

7676

7777
def tf_disable_interactive_logs():
78+
"""
79+
Disable the interactive logging of tf/keras and set the log level to error or higher
80+
"""
7881
try:
7982
from os import environ # pylint: disable=import-outside-toplevel
8083
# This env variable must be set before importing from Keras

0 commit comments

Comments
 (0)