You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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