rich-logger

Table logger using Rich

BSD-3-CLAUSE License

Downloads
5.5K
Stars
8

Bot releases are visible (Hide)

rich-logger - v0.3.1 Latest Release

Published by percevalw about 1 year ago

What's Changed

  • Allow mininterval & context use in patched tqdm
  • Fix pytorch-lightning v2.0.0 support
  • Fix spacy entry point
rich-logger - v0.3.0

Published by percevalw almost 2 years ago

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

Full Changelog: https://github.com/percevalw/rich-logger/compare/v0.2.1...v0.3.0

rich-logger - v0.2.1

Published by percevalw about 2 years ago

What's new ?

Changed

  • Improved tqdm shim
  • Disable buffering in slurm environments

Fixed

  • Fixed pytorch-lightning logger

Full Changelog: https://github.com/percevalw/rich-logger/compare/v0.2.0...v0.2.1

rich-logger - v0.2.0

Published by percevalw about 2 years ago

Added

  • support progress bars and tqdm monkey patching (to render nicely with tables)
  • experimental spaCy logger
  • arguments validation with pydantic
  • better support for Jupyter Notebooks & JupyterLab
  • testing