Skip to content

Releases: ibis-project/ibis-substrait

v2.9.1

29 Jun 21:18
Compare
Choose a tag to compare

2.9.1 (2022-06-29)

Bug Fixes

  • extract: substrait function argument ordering (beca56c)

v2.9.0

28 Jun 13:43
Compare
Choose a tag to compare

2.9.0 (2022-06-28)

Features

  • add support for ops.Extract (2fe7f26)

v2.8.0

27 Jun 19:24
Compare
Choose a tag to compare

2.8.0 (2022-06-27)

Features

  • add ops.SearchedCase handling (be13d4c)

v2.7.0

14 May 13:30
Compare
Choose a tag to compare

2.7.0 (2022-05-14)

Features

  • add ops.Cast to translator and decompiler (911b2fd)

v2.6.0

13 May 17:19
Compare
Choose a tag to compare

2.6.0 (2022-05-13)

Features

  • add ops.Contains -> singular_or_list translation (d768ea3)

v2.5.0

12 May 17:38
Compare
Choose a tag to compare

2.5.0 (2022-05-12)

Features

  • add ops.SimpleCase to translate and decompile (a12b4e3)

v2.4.0

12 May 11:07
Compare
Choose a tag to compare

2.4.0 (2022-05-12)

Features

  • struct: add struct field access (26c329a)

v2.3.2

12 May 09:22
Compare
Choose a tag to compare

2.3.2 (2022-05-12)

Bug Fixes

  • deps: pin protobuf to 3.19 (a448875)

v2.3.1

11 May 18:11
Compare
Choose a tag to compare

2.3.1 (2022-05-11)

Bug Fixes

  • deps: update dependency platformdirs to <2.5.3 (43030e4)

v2.3.0

11 May 14:56
Compare
Choose a tag to compare

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)