Releases: chmp/marrow
Releases · chmp/marrow
0.2.6
0.2.5
0.2.4
- Add
arrow=56support.
Thanks @jpopesculian for the
contribution.
0.2.3
0.2.2
0.2.1
0.2.0
Breaking changes:
- Rework map arrays to use explicit keys and values array to simplify interaction the underlying arrays
- Rename
DenseUniontoUnionand change offsets to beOption<Vec<i32>>, implement sparse unions - Rename
Dictionary::indicestoDictionary::keys - Remove the sorted flag from the dictionary
DataTypeit is not supported byarrow - Rework
StructArrayandUnionArray: place metadata in front of arrays inStructArray::fields,UnionArray::fields
New features
- Add
Intervalarrays and theIntervaldata type - Add
RunEndEncodedarrays - Add
Array::data_type()andView::data_type() - Add
MarrowError::newandMarrowError::with_cause - Add
as_viewforArrayand the array structs - Implement
PartialEqforArrayandView, andFieldMeta - Implement
DefaultforFieldandFieldMeta
v0.1.0
Initial release to publish the arrow interop functionality of serde_arrow as a separate crate.