Skip to content

Releases: percevalw/rich-logger

v0.3.1

31 Jul 19:41
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

05 Dec 10:54
Compare
Choose a tag to compare

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: v0.2.1...v0.3.0

v0.2.1

15 Oct 14:04
Compare
Choose a tag to compare

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

v0.2.0

05 Oct 21:23
Compare
Choose a tag to compare

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