Releases: ibis-project/ibis-substrait
Releases · ibis-project/ibis-substrait
v2.9.1
2.9.1 (2022-06-29)
Bug Fixes
- extract: substrait function argument ordering (beca56c)
v2.9.0
2.9.0 (2022-06-28)
Features
- add support for ops.Extract (2fe7f26)
v2.8.0
2.8.0 (2022-06-27)
Features
- add ops.SearchedCase handling (be13d4c)
v2.7.0
2.7.0 (2022-05-14)
Features
- add ops.Cast to translator and decompiler (911b2fd)
v2.6.0
2.6.0 (2022-05-13)
Features
- add ops.Contains -> singular_or_list translation (d768ea3)
v2.5.0
2.5.0 (2022-05-12)
Features
- add ops.SimpleCase to translate and decompile (a12b4e3)
v2.4.0
2.4.0 (2022-05-12)
Features
- struct: add struct field access (26c329a)
v2.3.2
2.3.2 (2022-05-12)
Bug Fixes
- deps: pin protobuf to 3.19 (a448875)
v2.3.1
2.3.1 (2022-05-11)
Bug Fixes
- deps: update dependency platformdirs to <2.5.3 (43030e4)
v2.3.0
2.3.0 (2022-05-11)
Features
- add mappings for ibis ops <-> substrait scalar functions (dc81c58)
Bug Fixes
- bring ibis-substrait in line spec as per validator (fc000bb)
- dispatch underlying op for aliases and decimal literal (66e93e1)
- use
isoformat
for creating date literal (c8d008f)