Skip to content

Commit

Permalink
releasing 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 30, 2023
1 parent 5fed94a commit 9ae0581
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unReleased] - 2022-MM-DD
## [0.7.0] - 2022-06-30

### Added

- Improved YOLO model includes YOLOv4, YOLOv5, and YOLOX networks and training algorithms ([#817](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/817))

### Changed

- Improved YOLO model includes YOLOv4, YOLOv5, and YOLOX networks and training algorithms ([#552](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/817))


- Bumped support of min python version to py3.8 ([#1021](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/1021))


### Deprecated


### Removed

- Move SSL transforms to pl_bolts/transforms ([#905](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/905))
- Reviewed `models.detection.yolo` ([#851](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/851))
- Reviewed `LogisticRegression` ([#950](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/950))
- Bumped support of min python version to py3.8+ ([#1021](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/1021))
- Update `numpy` compatibility to <1.25.0 ([#959](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/959))
- Update `torchmetrics` compatibility to <0.12.0 ([#1016](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/1016))
- Update `pytorch-lightning` compatibility to >1.7.0,<2.0.0 (
[#965](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/965),
[#973](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/973),
[#1006](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/1006)
)

### Fixed

- Dropped reference to `torch._six` ([#993](https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/993))



## [0.6.0] - 2022-11-02
Expand Down
2 changes: 1 addition & 1 deletion src/pl_bolts/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import time

__version__ = "0.7.0.rc0"
__version__ = "0.7.0"
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 9ae0581

Please sign in to comment.