You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Noisy loggers will automatically be filtered based on message rate metrics
as to not disturb the user.
Warnings will be redirected to the logging stream, making them show up
in the log files.
Warnings will only be shown once each per session per warning source,
rather than after every IPython line, via demoting them to DEBUG level
in the console, as to not disturb the user.
Callback exception log messages will be demoted to DEBUG level in the
console as to not disturb the user.
Fixes and Maintenance
Add documentation about the log namespace.
Fix an issue where certain helpful namespaces inside of helpful namespaces
in specific situations would not render properly.
Fix various issues with the CI and move it to Python 3.9 only.