v1.5.0
github-actions
released this
01 Jan 22:53
·
42 commits
to refs/heads/main
since this release
Changes
🚀 Features
- Add release drafter (#493)
- Add
codecov.yml
to prevent failing CI pipeline on coverage decrease (#484) - Add learning rate scheduler example (#439)
- Make use of learning rate scheduler optional (#449)
- Add shellcheck linter (#427)
🐛 Bug Fixes
- Fix sending hparams to only one logger (#479)
- Fix logging metrics in DDP mode (#426)
- Fix
make clean-logs
command (#430) - Fix
make sync
command (#423) - Fix missing CPU trainer (#402)
- Fix typing (#401)
🧹 Maintenance
- Upgrade to hydra 1.3 (#480)
- Rename
step()
tomodel_step()
for compatibility with recent lightning release (#472) - Upgrade deprecated TPU import (#473)
- Upgrade deprecated accuracy metric initialization to recent torchmetrics release (#475)
- Refactor
task_wrapper
decorator (#488) - Move tasks code inside entry files (#421)
- Pre-commit config updates for jupyter notebooks and flake8 (#435)
- Add separate job for macos in CI test worfklow ( #474)
- Add separate job for windows in CI test worfklow (#422)
- Disable ignoring net in mnist module (#481)
- Remove debug from makefile (#482)
- Bump pytorch-lightning from 1.7.1 to 1.8.1 (#468)
- Bump torchmetrics from 0.9.3 to 0.10.0 (#454)
- Bump pytorch-lightning from 1.6.5 to 1.7.1 (#408)
- Bump hydra-core from 1.3.0 to 1.3.1 (#492)
📝️ Documentation & Comments
- Add Vertex AI integration repo to readme (#440)
- Add explicit comment warning to
training_epoch_end()
(#486) - Improve utils warnings (#483)
- Fix filenames in docstring (#428)
- Update example of using tags command in
README.md
(#465) - Improve comments (#429, #441, #476)
- Fix broken link of datamodule (#444)
- Update
README.md
(#419, #425, #442)
@ashleve @yipliu @amorehead @atong01 @YuCao16 @Yongtae723 @cauliyang