Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 18de9b2

Browse files
authored
update (#51)
* update * update changelog
1 parent ff3f1ce commit 18de9b2

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [0.1.0] - 01/02/2021
8+
## [0.1.0] - 02/02/2021
99

1010
### Added
1111

12+
1213
- Added flash_notebook examples ([#9](https://github.com/PyTorchLightning/lightning-flash/pull/9))
1314

1415

1516
- Added `strategy` to `trainer.finetune` with `NoFreeze`, `Freeze`, `FreezeUnfreeze`, `UnfreezeMilestones` Callbacks([#39](https://github.com/PyTorchLightning/lightning-flash/pull/39))
1617

1718

19+
- Added `SummarizationData`, `SummarizationTask` and `TranslationData`, `TranslationTask` ([#37](https://github.com/PyTorchLightning/lightning-flash/pull/37))
20+
21+
22+
- Added `ImageEmbedder` ([#36](https://github.com/PyTorchLightning/lightning-flash/pull/36))
23+
1824
### Changed
1925

2026

flash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""Root package info."""
1515
import os
1616

17-
__version__ = "0.1.0rc2"
17+
__version__ = "0.1.0"
1818
__author__ = "PyTorchLightning et al."
1919
__author_email__ = "name@pytorchlightning.ai"
2020
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)