Skip to content

Commit

Permalink
Bump version 1.0.0.rc1 (#1589)
Browse files Browse the repository at this point in the history
* bump version 1.0.0.rc1
  • Loading branch information
vince62s authored Oct 1, 2019
1 parent 65d99d2 commit e2166a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
## [Unreleased]
### Fixes and improvements

## [1.0.0.rc1](https://github.com/OpenNMT/OpenNMT-py/tree/1.0.0.rc1) (2019-10-01)
* Fix Apex / FP16 training (Apex new API is buggy)
* Multithread preprocessing way faster (Thanks François Hernandez)
* Pip Installation v1.0.0.rc1 (thanks Paul Tardy)

## [0.9.2](https://github.com/OpenNMT/OpenNMT-py/tree/0.9.2) (2019-09-04)
* Switch to Pytorch 1.2
* Pre/post processing on the translation server
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
onmt.utils, onmt.modules, "Trainer"]

__version__ = "0.9.2"
__version__ = "1.0.0.rc1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
setup(
name='OpenNMT-py',
description='A python implementation of OpenNMT',
version='0.9.2',
version='1.0.0.rc1',
packages=find_packages(),
install_requires=[
"six",
"tqdm~=4.30.0",
"torch>=1.1",
"torch>=1.2",
"torchtext==0.4.0",
"future",
"configargparse",
Expand Down

0 comments on commit e2166a1

Please sign in to comment.