Skip to content

v0.4.0

Compare
Choose a tag to compare
@proycon proycon released this 24 Jan 14:11
· 96 commits to master since this release

This is a major release that revises parts of the high-level API and adds querying support (STAMQL).

  • Updated against stam-rust v0.9.0.
    • Major refactoring in stam-python.
    • Complex search operations now make use of the query engine in stam-rust.
  • Revised high-level API:
    • Changed parameters for passing filters to methods like annotations(), data(), textselections(), etc..
    • added AnnotationStore.query()
    • removed find_data(); data() suffices
  • Core model introduced two new selectors: Implemented DataKeySelector and AnnotationDataSelector #10
  • Various bugfixes, performance fixes and other improvements
  • Jupyter notebook tutorial updated to reflect latest version.