0.13.0-rc.1
Pre-release
Pre-release
- Migrate internal array abstraction to
marrow
- Breaking change: Dictionary data types no longer support sorting
- Breaking change:
serde_arrow::Error
no longer implementsFrom<arrow::error::ArrowError>
- Breaking change:
serde_arrow::Error
no longer implementsFrom<arrow2::error::Error>
- Add support for view types
Utf8View
,BytesView
- Add APIs to interact with
marorw
arrays directly - Fix
Date64
semantics: useDate64
exclusively for dates, andTimestamp
for date times- Trace date time strings as
Timestamp(Millisecond, tz)
withtz
either beingNone
orSome("UTC")
- Remove the
UtcAsDate64Str
andNaiveAsDate64Str
strategies
- Trace date time strings as
- Fix bug in deserialization of sub seconds for
Time32
andTime64
- Fix bug that prevented to deserialize
String
fromDecimal
arrays