Releases: korpling/graphANNIS
Releases · korpling/graphANNIS
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
0.10.1
Fixed Bugs
- #26 Docs.rs does not build because "allocator_api" is not enabled on their rustc
0.10.0
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
Enhancements
- #10 Better error reporting for C-API
- #8 Implement AQL parser and replace JSON query representations with AQL
alpha release 0.8.1
Fixed Bugs
- #9 Wait for all background writers before dropping the CorpusStorage
alpha release 0.8.0
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
This is the first release of the Rust port of graphANNIS from C++.