Releases: korpling/graphANNIS
Releases · korpling/graphANNIS
0.17.0
Enhancements
- #68 Use applyUpdate() API to import legacy relANNIS files
- #67 Document the data model of graphANNIS
- #66 Automatic creation of inherited coverage edges
- #65 Add a new adjecency list based graph storage for dense components.
0.16.0
Fixed Bugs
- #62 Warn about missing coverage edges instead of failing the whole import
Enhancements
- #61 Implement the equal and not equal value operators
0.15.0
Fixed Bugs
- #59 Nodes are not deleted from graph storages via the "applyUpdate" API
- #55 Subgraph query does not work if there is no coverage component.
- #54 Check all existing matches when checking reflexivity
Enhancements
- #58 Implement ^ (near) operator
- #57 Implement ":arity" (number of outgoing edges) unary operator
- #52 Use CSV files for query set definition
0.14.2
Fixed Bugs
- #50 Non-reflexive operator join on "any token search" leads to non-empty result
- #48 Importing PCC 2.1 corpus hangs at "calculating statistics for component LeftToken/annis/"
- #46 Filter not applied for negated annotation search
0.14.1
Fixed Bugs
- #45 Travis configuration used wrong repository and could not deploy release binaries
0.14.0
Enhancements
- #44 Add support for the
_l_
and _r_
alignment AQL operators
- #43 Automatic creation of left- and right-most token edges
- #42 Remove inverse coverage and inverse left-/right-most token edges
- #41 Add value negation
- #38 Add an mdBook based documentation
0.13.0
Enhancements
- #36 Add function to only extract a subgraph with components of a given type
0.12.0
Fixed Bugs
- #34 Fix loading of edge annotation storages
Enhancements
- #33 Improve memory usage of the relANNIS importer
- #32 Faster and more flexible sort of results in "find" function
0.11.1
Fixed Bugs
- #31 Reorder result in find also when acting as a proxy.
0.11.0
Fixed Bugs
- #30 Fix most of the queries in the benchmark test test
- #29 Use the std::ops::Bound class to mark the upper value instead of relaying on usize::max_value()
Enhancements
- #27 Make the corpus cache more robust and avoid swapping
- #19 Check codebase with the clippy tool