Releases: Lightning-AI/LitLogger
Releases · Lightning-AI/LitLogger
Release v0.1.7
What's Changed
- If
litlogger.initis 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
Always store steps and created-at dates
Release v0.1.5
This marks the first official release of litlogger.
It features
- a standalone API for logging
- integration with PyTorch Lightning