Skip to content

Commit

Permalink
changelog (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Mar 13, 2021
1 parent 75570f6 commit 0b9553d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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] - 2021-MM-DD

### Added


### Changed


### Deprecated


### Removed


### Fixed


## [0.2.0] - 2021-03-12


Expand Down Expand Up @@ -49,4 +66,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added new Metrics API. ([PL^3868](https://github.com/PyTorchLightning/pytorch-lightning/pull/3868), [PL^3921](https://github.com/PyTorchLightning/pytorch-lightning/pull/3921))
- Added EMB similarity ([PL^3349](https://github.com/PyTorchLightning/pytorch-lightning/pull/3349))
- Added SSIM metrics ([PL^2671](https://github.com/PyTorchLightning/pytorch-lightning/pull/2671))
- Added BLEU metrics ([PL^2535](https://github.com/PyTorchLightning/pytorch-lightning/pull/2535))
- Added BLEU metrics ([PL^2535](https://github.com/PyTorchLightning/pytorch-lightning/pull/2535))
2 changes: 1 addition & 1 deletion torchmetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging as __logging
import os

__version__ = '0.2.0'
__version__ = '0.2.1dev'
__author__ = 'PyTorchLightning et al.'
__author_email__ = '[email protected]'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit 0b9553d

Please sign in to comment.