We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b003c9 commit 031bec6Copy full SHA for 031bec6
NEWS.md
@@ -9,6 +9,9 @@ For information on how to use `micom` please refer to
9
10
Fix a bug in `check_db_medium` where the growth rate order was random.
11
12
+Do not overwrite the handlers for the root logger anymore but attach the handler to
13
+a package logger instead.
14
+
15
### 0.36.3
16
17
Require a newer optlang version to stay compatible with numpy 2.0.
micom/logger.py
@@ -9,4 +9,3 @@
logger = logging.getLogger("micom")
logger.addHandler(handler)
-
0 commit comments