Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 3, 2022
1 parent 970ff1b commit 5a8f220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,19 @@ 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

## [0.7.1] - 2022-02-03

### Changed

- Used `torch.bucketize` in calibration error when `torch>1.8` for faster computations ([#769](https://github.com/PyTorchLightning/metrics/pull/769))

### Deprecated


### Removed

- Improve mAP performance ([#742](https://github.com/PyTorchLightning/metrics/pull/742))

### Fixed

- Fixed check for available modules ([#772](https://github.com/PyTorchLightning/metrics/pull/772))


- Fixed Matthews correlation coefficient when the denominator is 0 ([#781](https://github.com/PyTorchLightning/metrics/pull/781))


- Improve mAP performance ([#742](https://github.com/PyTorchLightning/metrics/pull/742))


## [0.7.0] - 2022-01-17

### Added
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.7.1rc"
__version__ = "0.7.1"
__author__ = "PyTorchLightning et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 5a8f220

Please sign in to comment.