Releases: asyml/forte
Releases · asyml/forte
Forte Release v0.3.0.dev3
- Build and implement the
Payload
system: #828, #892, #896 - Improve Computer Vision integration: #879, #877, #876, #891, #893
- Data-efficiency improvement: #849, #882, #886, #899
- Improve documentation and tutorials: #854, #846, #889, #897
- Several clean up and bug fixes: #852, #854, #861, #870, #872,
- 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.dev2
- 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
- Data-efficiency improvement
- A prototyped Computer Vision design and example
- 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.2.0
- Add functionalities to data augmentation (#532, #536, #543, #554, #619, #685, #717)
- Fix issues in examples and create some new ones (#545, #624, #529, #632, #708, #711)
- Improve doctoring and refactor documentation (#611, #633, #636, #642, #652, #653, #657, #668, #674, #686, #682, #723, #730, #724)
- Add audio support to DataPack (#585, #592, #600, #603, #609)
- Improve and fix issues in ontology system (#568, #575, #577, #521)
- Relax package requirements and move out dependencies (#705, #706, #707, #720, #760)
- Add readers and selectors (#535, #516, #539)
- Create some utilities for pipeline (#499, #690, #562)
- Provide more operations for DataPack and MultiPack (#531, #534, #555, #564, #553, #576)
- Several clean up and bug fixes (#541, #693, #695)
v0.1.2
- 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
- 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.
Release V0.1.0
This release includes:
- 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
The post1 release fixes the problem where some non-core folders are not excluded.
0.1.0a10
Test auto release
v0.0.1a3
Bug fixes on HParams and readers
v0.0.1-alpha.2
- Routine bug fixes
- More integration is done with Stave
- Hide more internal members from outside
- Substitute based data augmentation processors implemented