Skip to content

Commit

Permalink
release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 29, 2022
1 parent ee23609 commit 31c3844
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
37 changes: 1 addition & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,48 +7,13 @@ 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] - 2022-MM-DD

### Added

-


-


### Changed

-

-


### Deprecated

-

-


### Removed

-

-

## [0.9.2] - 2022-06-29

### Fixed

- Fixed mAP calculation for areas with 0 predictions ([#1080](https://github.com/Lightning-AI/metrics/pull/1080))


- Fixed bug where avg precision state and auroc state was not merge when using MetricCollections ([#1086](https://github.com/Lightning-AI/metrics/pull/1086))


- Skip box conversion if no boxes are present in `MeanAveragePrecision` ([#1097](https://github.com/Lightning-AI/metrics/pull/1097))


- Fixed inconsistency in docs and code when setting `average="none"` in `AvaragePrecision` metric ([#1116](https://github.com/Lightning-AI/metrics/pull/1116))


Expand Down
1 change: 0 additions & 1 deletion tests/bases/test_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
)
from torchmetrics.utilities.checks import _allclose_recursive


seed_all(42)


Expand Down
2 changes: 1 addition & 1 deletion torchmetrics/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
__author__ = "Lightning-AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 31c3844

Please sign in to comment.