Skip to content

v0.8.0

Compare
Choose a tag to compare
@proycon proycon released this 14 May 10:48
· 61 commits to master since this release
  • Updated against stam-rust v0.13.0 and now also stam-tools v0.7.0
  • The AnnotationStore.query() method can by default now handle mutable queries (ADD,DELETE) as well, pass readonly=True to force old read-only behaviour.
  • Implemented AnnotationStore.remove() method for deletion
  • Implement AnnotationStore.view() to visualize annotations in HTML or ansi text, this binds with stam-tools (stam view) (#11)
  • Tutorial: updated to show new remove() and view() methods