Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu authored Nov 19, 2019
1 parent 8791d82 commit 1dc5605
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@

### New features

* Support only Python 3.6 and 3.7. Drop support of older Python versions.
* Support only Python 3.6 and 3.7. Drop support of older Python versions. ([#211](https://github.com/asyml/texar/pull/211))
* Add Tokenizers including tokenizers for pretrained models (`BERTTokenizer`, `XLNetTokenizer`, etc). ([#225](https://github.com/asyml/texar/pull/225))
* Add GPT2 modules (`GPT2Encoder`, `GPT2Decoder`, `GPT2Classifier`, etc). ([#228](https://github.com/asyml/texar/pull/228))

### Feature improvements

* Update embedder modules `dropout_strategy=='item'` to support TensorFlow v1.15. ([#231](https://github.com/asyml/texar/pull/231))
* Update `.gitignore` and add `.gitignore` files to all examples. ([#233](https://github.com/asyml/texar/pull/233))
* Polish code style according to flake8. ([#234](https://github.com/asyml/texar/pull/234))
* Add GPT2 XL pretrained checkpoint. ([#243](https://github.com/asyml/texar/pull/243))

### Fixes

* Fix `examples/transformer/scripts/wmt14_en_de.sh` to create output dir automatically. ([#238](https://github.com/asyml/texar/pull/238))
* Fix variable scope issue in `texar.tf.modules.decoders.dynamic_decode`. ([#246](https://github.com/asyml/texar/pull/246))

## [v0.2.3](https://github.com/asyml/texar/releases/tag/v0.2.3) (2019-09-22)
Expand Down

0 comments on commit 1dc5605

Please sign in to comment.