Skip to content

Releases: korpling/graphANNIS

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++.