Skip to content

Commit

Permalink
releasing 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 21, 2023
1 parent e2150c5 commit 0d7d6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
30 changes: 1 addition & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**


## [UnReleased] - 2023-MM-DD
## [1.2.0] - 2023-09-22

### Added

- Added metric to cluster package:

- `MutualInformationScore` ([#2008](https://github.com/Lightning-AI/torchmetrics/pull/2008))

- `RandScore` ([#2025](https://github.com/Lightning-AI/torchmetrics/pull/2025))

- `NormalizedMutualInfoScore` ([#2029](https://github.com/Lightning-AI/torchmetrics/pull/2029))

- `AdjustedRandScore` ([#2032](https://github.com/Lightning-AI/torchmetrics/pull/2032))

- `CalinskiHarabaszScore` ([#2036](https://github.com/Lightning-AI/torchmetrics/pull/2036))

- `DunnIndex` ([#2049](https://github.com/Lightning-AI/torchmetrics/pull/2049))

- `HomogeneityScore` ([#2053](https://github.com/Lightning-AI/torchmetrics/pull/2053))

- `CompletenessScore` ([#2053](https://github.com/Lightning-AI/torchmetrics/pull/2053))

- `VMeasureScore` ([#2053](https://github.com/Lightning-AI/torchmetrics/pull/2053))

- `FowlkesMallowsIndex` ([#2066](https://github.com/Lightning-AI/torchmetrics/pull/2066))

- `AdjustedMutualInfoScore` ([#2058](https://github.com/Lightning-AI/torchmetrics/pull/2058))

- `DaviesBouldinScore` ([#2071](https://github.com/Lightning-AI/torchmetrics/pull/2071))

- Added `backend` argument to `MeanAveragePrecision` ([#2034](https://github.com/Lightning-AI/torchmetrics/pull/2034))


### Changed

-


### Removed

-


### Fixed

-


## [1.1.2] - 2023-09-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/torchmetrics/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.0.dev"
__version__ = "1.2.0"
__author__ = "Lightning-AI et al."
__author_email__ = "name@pytorchlightning.ai"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 0d7d6c7

Please sign in to comment.