Skip to content

1.2.0

Compare
Choose a tag to compare
@rly rly released this 10 Jul 20:28
1.2.0
12729d1
  • Add software process documentation.
  • Fix missing dtype for VectorIndex.
  • Add new VocabData data type.
  • Move Data, Index, and Container to base.yaml. This change does not functionally change the schema.
  • VectorIndex now extends VectorData instead of Index. This change allows VectorIndex to index other
    VectorIndex types.
  • The Index data type is now unused and has been removed.
  • Fix documentation for ragged arrays.