Skip to content

Releases: korpling/graphANNIS

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

0.10.1

12 Oct 12:56
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Fixed Bugs

  • #26 Docs.rs does not build because "allocator_api" is not enabled on their rustc

0.10.0

12 Oct 11:52
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Enhancements

  • #24 Implement regular expression search for edge annotations.
  • #23 Update the C-API to reflect the changes in the Rust API
  • #22 Use the published graphannis-malloc_size_of crate
  • #21 Restructure and document the public API
  • #15 Move all modules into a private "annis" sub-module
  • #14 Simplify the code for the graph storage registry
  • #13 Save memory in the annotation storage
  • #12 Improve speed of loading adjacency list graph storages
  • #11 Use criterion.rs library for benchmarks

alpha release 0.9.0

20 Aug 20:02
Compare
Choose a tag to compare
alpha release 0.9.0 Pre-release
Pre-release

Enhancements

  • #10 Better error reporting for C-API
  • #8 Implement AQL parser and replace JSON query representations with AQL

alpha release 0.8.1

16 Aug 14:29
Compare
Choose a tag to compare
alpha release 0.8.1 Pre-release
Pre-release

Fixed Bugs

  • #9 Wait for all background writers before dropping the CorpusStorage

alpha release 0.8.0

15 Aug 14:48
Compare
Choose a tag to compare
alpha release 0.8.0 Pre-release
Pre-release

Enhancements

  • #7 Use error-chain crate for internal error management
  • #6 Use features of a single crate instead of multiple crates
  • #5 Allow to delete corpora from the command line
  • #4 Use file lock to prevent opening the same GraphDB in different processes

alpha release 0.7.1

05 Aug 21:20
v0.7.1
Compare
Choose a tag to compare
alpha release 0.7.1 Pre-release
Pre-release

This is the first release of the Rust port of graphANNIS from C++.