1.2.0
- Add software process documentation.
- Fix missing dtype for
VectorIndex
. - Add new
VocabData
data type. - Move
Data
,Index
, andContainer
to base.yaml. This change does not functionally change the schema. VectorIndex
now extendsVectorData
instead ofIndex
. This change allowsVectorIndex
to index other
VectorIndex
types.- The
Index
data type is now unused and has been removed. - Fix documentation for ragged arrays.