Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed Jun 3, 2019
1 parent ca2ba12 commit be1f2cd
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [Unreleased]

## [0.54.0] - 2019-05-29

### Added

- Support eager mode with tensorflow backend

## [0.43.0] - 2019-05-12

### Added

- Support `tf.keras`

## [0.40.0] - 2019-04-29

### Added

- Add warmup optimizer

## [Older Versions]

### Added

- BERT implementation
- Load official model
- Tokenizer
- Demos
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include README.md
include README-zh-CN.md
include CHANGELOG.md
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='keras-bert',
version='0.55.1',
version='0.55.2',
packages=find_packages(),
url='https://github.com/CyberZHG/keras-bert',
license='MIT',
Expand Down

0 comments on commit be1f2cd

Please sign in to comment.