Skip to content

Releases: korpling/graphANNIS

0.17.0

04 Feb 15:59
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

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

18 Jan 13:37
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

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

08 Jan 08:59
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

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

30 Dec 12:55
Compare
Choose a tag to compare
0.14.2 Pre-release
Pre-release

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

29 Dec 19:38
Compare
Choose a tag to compare
0.14.1 Pre-release
Pre-release

Fixed Bugs

  • #45 Travis configuration used wrong repository and could not deploy release binaries

0.14.0

29 Dec 19:15
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

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

21 Nov 10:16
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

Enhancements

  • #36 Add function to only extract a subgraph with components of a given type

0.12.0

06 Nov 17:21
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

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

28 Oct 18:47
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

Fixed Bugs

  • #31 Reorder result in find also when acting as a proxy.

0.11.0

28 Oct 16:39
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

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