Skip to content

Version 3.9.0

Compare
Choose a tag to compare
@msokoloff1 msokoloff1 released this 13 Nov 01:00
ce7a51a

Version 3.9.0 (2021-11-12)

Added

  • New ontology management features
    • Query for ontologies by name with client.get_ontologies() or by id using client.get_ontology()
    • Query for feature schemas by name with client.get_feature_schemas() or id using client.get_feature_schema()
    • Create feature schemas with client.create_feature_schema()
    • Create ontologies from normalized ontology data with client.create_ontology()
    • Create ontologies from feature schemas with client.create_ontology_from_feature_schemas()
    • Set up a project from an existing ontology with project.setup_editor()
    • Added new FeatureSchema entity
  • Add support for new queue modes
    • Send batches of data rows to a project queue with project.queue()
    • Remove items from a project queue with project.dequeue()
    • Query for and toggle the queue mode