Releases: annotation/stam-python
Releases · annotation/stam-python
v0.11.1
v0.11.0
v0.10.2
v0.10.1
v0.10.0
- Implemented
TextSelection.align_texts()
andAnnotationStore.align_texts()
(parallelised version) for alignment of text using Smith-Waterman/Needleman-Wunsch - Implemented
TextSelection.select()
- Bugfix: removed some incomplete and obsolete assertions
- Corrected various function signatures and added some missing ones
v0.9.1
- Updated to stam-rust v0.16.2 and stam-tools 0.8.3
- Added
AnnotationStore.annotation(substore=False)
(new keyword argument) to retrieve annotations in the root store only. - Expanded the API for substores, new methods:
Annotation.substore()
TextResource.substores()
AnnotationDataSet.substores()
- Fixes and tests for substores
v0.9.0
v0.8.4
v0.8.3
- added set_filename(), filename() and get_filename() for stand-off files, also added filename parameter on add_dataset() . This wasn't properly propagated to the Python binding yet. (annotation/stam#21)