File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
44## [ Unreleased]
55
6+ ### Changed
7+
8+ - Update to graphANNIS 2.4.8.
9+
610## [ 2.1.0] - 2022-06-01
711
12+ ### Changed
13+
814- Update to graphANNIS 2.1.0 This does change the graphANNIS C-API (see
915 < https://github.com/korpling/graphANNIS/blob/main/CHANGELOG.md#200---2022-03-29 > )
1016 but does not actually the exported functions of the Python API.
1117
1218## [ 1.4.1] - 2021-12-09
1319
20+ ### Changed
21+
1422- Update to graphANNIS 1.4.1
1523
1624## [ 0.32.0] - 2021-08-09
Original file line number Diff line number Diff line change 22
33# graphANNIS Python Bindings
44
5- GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to ** graphANNIS core library version 2.1.0 ** .
5+ GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to ** graphANNIS core library version 2.4.8 ** .
66
77
88## How to use in your own scripts
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ graphANNIS Python Bindings
33==========================
44
55GraphANNIS (https://github.com/korpling/graphANNIS/ ) is a library for corpus linguistic queries
6- and these are the Python bindings to ** graphANNIS core library version 2.1.0 ** .
6+ and these are the Python bindings to ** graphANNIS core library version 2.4.8 ** .
77
Original file line number Diff line number Diff line change 1212import os .path
1313
1414# Package meta-data
15- VERSION = '2.1.0 '
16- CORE_VERSION = '2.1.0 ' # graphANNIS core library version
15+ VERSION = '2.4.8 '
16+ CORE_VERSION = '2.4.8 ' # graphANNIS core library version
1717
1818CORE_FILES = {
1919 'linux-x86-64/libgraphannis.so' : 'https://github.com/korpling/graphANNIS/releases/download/v' +
You can’t perform that action at this time.
0 commit comments