The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update to graphANNIS 3.1.1
- Update to graphANNIS 2.4.8.
- Changed minimal Python version to 3.8
- Update to graphANNIS 2.1.0 This does change the graphANNIS C-API (see https://github.com/korpling/graphANNIS/blob/main/CHANGELOG.md#200---2022-03-29) but does not actually the exported functions of the Python API.
- Update to graphANNIS 1.4.1
- Add export API
- Updated graphANNIS version to 0.30.0
- Updated graphANNIS version to 0.26.0
- Support multiple corpora in find, count, count_extra and frequency
- Updated graphANNIS version to 0.24.0
- Subgraph now accepts a segmentation name as context parameter.
frequency(...)
did not return all rows, but used the number of columns internally
- From this version on, graphANNIS-python follows its own versioning scheme independent of the graphANNIS core library.
- API now only accepts a single corpus name in
find
andcount
instead of a list of corpus names
frequency(...)
function in the corpus storage managercount_extra(...)
function in the corpus storage manager