Skip to content

0.18.0 - 2024-10-15

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 15:47

Release Notes

Added

  • Add new table importer for CSV files.
  • Allow to set the order of output columns in table export with the parameter
    column_names and to skip the column header with the skip_header param.
  • remove_match option in revise now allows to delete the annotation but not
    the referenced node.

Fixed

  • Export token in table exporter instead of ignoring them. You can disable
    exporting the token with the skip_token parameter.
  • Fixed find_connected calls with Bound::Included(usize::MAX), which can
    lead to invalid results when using the linear graph storage. Replaced with the
    correct Bound::Unbounded.

Download annatto 0.18.0

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