Skip to content

Releases: Lightning-AI/LitLogger

Release v0.1.7

23 Jan 11:41
c6a7103

Choose a tag to compare

What's Changed

  • If litlogger.init is run with an already existing name/name-version combination, that experiment is fetched instead of creating a new one (#8)
  • Substantially reduce number of dependencies (#10)
  • Automatically increasing step values if no step is provided (#9)
  • Allows to retrieve previously metadata (#11)
  • Allow typehints from IDEs in module-level functions (#12)

Full Changelog: v0.1.6...v0.1.7

Release v0.1.6

21 Dec 18:31
006a20c

Choose a tag to compare

Always store steps and created-at dates

Release v0.1.5

20 Dec 01:10

Choose a tag to compare

This marks the first official release of litlogger.

It features

  • a standalone API for logging
  • integration with PyTorch Lightning