Releases: percevalw/rich-logger
Releases · percevalw/rich-logger
v0.3.1
v0.3.0
What's changed
Improved the configuration system for ordering fields.
Columns should now follow the order of the last matched rule in the config dict.
The default / match-all (eg, .*) rule must be created explicitly in the dict and is set to True to distinguish it from {} and to not take precedence over other more specific rules.
Pull requests
- Bump version to 0.3.0 by @percevalw in #4
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's new ?
Changed
- Improved tqdm shim
- Disable buffering in slurm environments
Fixed
- Fixed pytorch-lightning logger
Full Changelog: v0.2.0...v0.2.1