Releases: annotation/stam-python
Releases · annotation/stam-python
v0.12.1
05 Jan 14:05
Compare
Sorry, something went wrong.
No results found
updated dependencies to stam-rust v0.18.6 and stam-tools v0.14.0
updated dependency pyo3 v0.27.2
now also publishing wheels for Python 3.14
v0.12.0
27 Sep 11:20
Compare
Sorry, something went wrong.
No results found
Updated for stam-rust v0.18.3 and stam-tools v0.13.0, implements STAM 1.3
added extra_target_templates parameter to webannotation() method
implemented translate() function (STAM Translate extension)
Note: I dropped 32-bit Windows support for the packaged wheels on pypi
v0.11.1
25 Jul 12:34
Compare
Sorry, something went wrong.
No results found
updated for stam-tools v0.11.1, contains a bugfix for the align_texts function
v0.11.0
18 Jul 14:37
Compare
Sorry, something went wrong.
No results found
This release implements STAM v1.2
updated for stam-rust v0.17.0 and stam-tools v0.11.0
Added map datatype for DataValue, converts from and to Python dictionaries
Added skip_context and no_auto_context keyword arguments for WebAnnoConfig
v0.10.2
29 May 11:53
Compare
Sorry, something went wrong.
No results found
updated for stam-rust v0.16.6 and stam-tools v0.9.3
upgraded other dependencies, including pyo3 0.25
dropped python 3.7 support for windows
v0.10.1
18 Oct 10:03
Compare
Sorry, something went wrong.
No results found
upgraded pyo3 from 0.20 to 0.22 (pyo3 API migration), assures Python 3.13 compatibility
added debug keyword argument to methods that internally use queries
v0.10.0
04 Oct 14:07
Compare
Sorry, something went wrong.
No results found
Implemented TextSelection.align_texts() and AnnotationStore.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
22 Sep 21:29
Compare
Sorry, something went wrong.
No results found
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
29 Aug 16:22
Compare
Sorry, something went wrong.
No results found
Upgraded to stam-rust 0.15.0 and stam-tools 0.8.0, STAM 1.1
Implemented support for substores
Adapted to changes in stam visualisation
v0.8.4
15 Jul 20:26
Compare
Sorry, something went wrong.
No results found
implemented split() from stam-tools
changed add_dataset() to load existing dataset if it already exists
added tests for merging stores