Skip to content

3.1.0 - 2024-01-10

Choose a tag to compare

@github-actions github-actions released this 10 Jan 21:17
· 448 commits to main since this release
v3.1.0

Release Notes

Added

  • Allow to execute AQL directly on loaded AnnotationGraph objects by using the
    new aql::execute_query_on_graph and aql::parse functions. This is an
    alternative for using a CorpusStorage when only one corpus is handled.
  • New Graph::ensure_loaded_parallel function to load needed graph storages in
    parallel.
  • Added graphannis_core::graph::serialization::graphml::export_stable_order
    function that allows to export to GraphML, but with a guaranteed order of the
    elements.

Fixed

  • Do not attempt to unload corpora that are not loaded when trying to free
    memory.
  • Improve performance of loading a main memory corpus by using the standard
    HashMap for fields that are deserialized.

graphannis-cli 3.1.0

Download graphannis-cli 3.1.0

File Platform Checksum
graphannis-cli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
graphannis-cli-x86_64-apple-darwin.tar.xz macOS Intel checksum
graphannis-cli-x86_64-pc-windows-msvc.zip Windows x64 checksum
graphannis-cli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

graphannis-webservice 3.1.0

Download graphannis-webservice 3.1.0

File Platform Checksum
graphannis-webservice-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
graphannis-webservice-x86_64-apple-darwin.tar.xz macOS Intel checksum
graphannis-webservice-x86_64-pc-windows-msvc.zip Windows x64 checksum
graphannis-webservice-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum