Skip to content

Releases: asyml/forte

Forte Release v0.3.0.dev3

05 Nov 16:19
19b9c79
Compare
Choose a tag to compare
Pre-release

Forte Release v0.3.0.dev2

29 Jun 02:31
ae94e28
Compare
Choose a tag to compare
Pre-release
  • Add a new tutorial for building machine translation system: #818, #826
  • Fix issues in documentation and tutorials: #825, #799, #830
  • Improve data augmentation: #784
  • Data-efficiency improvement: #834, #839, #692, #842
  • This is a pre-release version and some features are still in development. The recommended version right now is forte==0.2.0.

Forte Release v0.3.0.dev1

28 May 03:44
f6feeba
Compare
Choose a tag to compare
Pre-release

Forte Release v0.2.0

27 Apr 17:33
24ad600
Compare
Choose a tag to compare

v0.1.2

08 Sep 15:38
Compare
Choose a tag to compare
  • Simplify the Configurable interface (#517)
  • Simplify batcher and batch processing interface (#514, #522)
  • Add a DiffAligner to auto align outputs from 3rd party tools (#505)
  • Add more augmentation methods (#519, #261)
  • Fix a few examples and training interface (#507, #510, #332, #506, #338, #331)
  • Several clean up and bug fixes (#509, #496, #494, #495)

Forte release v0.1.1

30 Jun 19:39
57b6a86
Compare
Choose a tag to compare
  1. Implemented connection with Stave (#440).
  2. Introduce pipeline consistency check, and enhance pipeline consistency check at the initialization stage (#459, #461, #437).
  3. Introduce ftx package to store non-core ontology (#471).
  4. Introduce Forte remote processor and service validation (#477, #476)
  5. Update code formatting with Black (#474)
  6. Rename references to forte-wrapper in the core code, and remove un-wanted dependencies(#471, #467, #466, #465, #454)
  7. Added more examples (#469)
  8. Allow forte.get function to take string directly (#452)
  9. More bug fixes and general interface edits.

Release V0.1.0

26 Mar 04:53
Compare
Choose a tag to compare

This release includes:

  1. A more stable implementation of Extractor
  2. Re-organize some packages names to avoid accidental cyclic imports
  3. Fix a few pipeline control bugs related to selector and caster

The post1 release fixes the problem where some non-core folders are not excluded.

0.1.0a10

26 Mar 00:54
Compare
Choose a tag to compare
0.1.0a10 Pre-release
Pre-release

Test auto release

v0.0.1a3

13 Jan 19:35
Compare
Choose a tag to compare

Bug fixes on HParams and readers

v0.0.1-alpha.2

06 Jan 20:12
258467a
Compare
Choose a tag to compare
  1. Routine bug fixes
  2. More integration is done with Stave
  3. Hide more internal members from outside
  4. Substitute based data augmentation processors implemented