Skip to content

0.5.0 - 2024-01-19

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 11:53
· 756 commits to main since this release

Release Notes

Changed

  • improve progress reporting by reporting each conversion step separately

Changed

  • improve progress reporting by reporting each conversion step separately

Added

  • graph_op collapse can collapse an edge component, i. e., it merges all nodes in a connected subgraph in said component
  • collapse can be accelerated when all edges of the component to be collapsed are known to be disjoint by providing disjoint = true in the step config
  • collapse provides more feedback on current process
  • collapse gives hypernodes proper names that allow to identify the subgraph they belong to. Furthermore already existing hypernode ids are not reused (in case multiple collapse operations are run on a graph).
  • CorpusStorage is now quiet
  • importing exmaralda does now has more features
  • exmaralda can be exported
  • xlsx import creates part of-edges between tokens and document nodes
  • all imports add PartOf edges from nodes to their respective document (lowest corpus node)

Fixed

  • link now considers all matching nodes for the same value, so the correct amount of edges is created
  • exmaralda returns error when there is no time value for a timeline item
  • fixed and simplified import of corpus node annotations
  • exmaralda import's paths to linked media files are relative to the working directory
  • xlsx importer now adds PartOf relations to the document nodes

Download annatto 0.5.0

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