changelog (#71)
This commit is contained in:
Родитель
75570f67df
Коммит
0b9553d8a0
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
||||
|
@ -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,7 +2,7 @@
|
|||
import logging as __logging
|
||||
import os
|
||||
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '0.2.1dev'
|
||||
__author__ = 'PyTorchLightning et al.'
|
||||
__author_email__ = 'name@pytorchlightning.ai'
|
||||
__license__ = 'Apache-2.0'
|
||||
|
|
Загрузка…
Ссылка в новой задаче