Skip to content

Commit

Permalink
[skip ci] Bump forte version. (#490)
Browse files Browse the repository at this point in the history
* [skip ci] Bump forte version.

* add change history
  • Loading branch information
hunterhector authored Jun 30, 2021
1 parent ef7809d commit 57b6a86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
=======
History
=======
0.1.1
— — — — — — — — -
* Implemented connection with Stave (#440).
* Introduce pipeline consistency check, and enhance pipeline consistency check at the initialization stage (#459, #461, #437).
* Introduce `ftx` package to store non-core ontology (#471).
* Introduce Forte remote processor and service validation (#477, #476)
* Update code formatting with Black (#474)
* Rename references to forte-wrapper in the core code, and remove un-wanted dependencies(#471, #467, #466, #465, #454)
* Added more examples (#469)
* Allow `forte.get` function to take string directly (#452)
* More bug fixes and general interface edits.

0.1.0
— — — — — — — — -
* A more stable implementation of Extractor
* Re-organize some packages names to avoid accidental cyclic imports
* Fix a few pipeline control bugs related to selector and caster

0.0.1a3 (2021–01–13)
— — — — — — — — -
* Bug fixes on HParams and readers.
Expand Down
2 changes: 1 addition & 1 deletion forte/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "0post2"
_REVISION = "1"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="forte",
version="0.1.0post2",
version="0.1.1",
url="https://github.com/asyml/forte",

description="Forte is extensible framework for building composable and "
Expand Down

0 comments on commit 57b6a86

Please sign in to comment.