Skip to content

Commit

Permalink
update changelog links (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgr7 committed Nov 3, 2022
1 parent 1e43f07 commit 06a4f9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Updated SparseML callback for latest PyTorch Lightning ([#822](https://github.com/Lightning-AI/lightning-bolts/822))
- Updated torch version to v1.10.X ([#815](https://github.com/Lightning-AI/lightning-bolts/815))
- Dataset specific args method to CIFAR10, ImageNet, MNIST, and STL10 ([#890](https://github.com/Lightning-AI/lightning-bolts/890))
- Migrate to use `lightning-utilities` ([#907](https://github.com/Lightning-AI/lightning-bolts/907))
- Support PyTorch Lightning v1.8 ([#910](https://github.com/Lightning-AI/lightning-bolts/910))
- Updated SparseML callback for latest PyTorch Lightning ([#822](https://github.com/Lightning-AI/lightning-bolts/pull/822))
- Updated torch version to v1.10.X ([#815](https://github.com/Lightning-AI/lightning-bolts/pull/815))
- Dataset specific args method to CIFAR10, ImageNet, MNIST, and STL10 ([#890](https://github.com/Lightning-AI/lightning-bolts/pull/890))
- Migrate to use `lightning-utilities` ([#907](https://github.com/Lightning-AI/lightning-bolts/pull/907))
- Support PyTorch Lightning v1.8 ([#910](https://github.com/Lightning-AI/lightning-bolts/pull/910))

- Major revision of Bolts
* `under_review` flag ([#835](https://github.com/Lightning-AI/lightning-bolts/pull/835), [#837](https://github.com/Lightning-AI/lightning-bolts/pull/837))
Expand All @@ -35,9 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Removing extra flatten ([#809](https://github.com/Lightning-AI/lightning-bolts/809))
- support number of channels!=3 in YOLOConfiguration ([#806](https://github.com/Lightning-AI/lightning-bolts/806))
- CVE-2007-4559 Patch ([#894](https://github.com/Lightning-AI/lightning-bolts/894))
- Removing extra flatten ([#809](https://github.com/Lightning-AI/lightning-bolts/pull/809))
- support number of channels!=3 in YOLOConfiguration ([#806](https://github.com/Lightning-AI/lightning-bolts/pull/806))
- CVE-2007-4559 Patch ([#894](https://github.com/Lightning-AI/lightning-bolts/pull/894))


## [0.5.0] - 2021-12-20
Expand Down

0 comments on commit 06a4f9f

Please sign in to comment.