Skip to content

Releases: ibis-project/ibis-substrait

v2.2.1

11 May 12:34
Compare
Choose a tag to compare

2.2.1 (2022-05-11)

Bug Fixes

  • version: add version to dunder init (cf3040c)

v2.2.0

11 May 11:54
Compare
Choose a tag to compare

2.2.0 (2022-05-11)

Features

  • compiler: expand table expression to its columns (abbdf19)

v2.1.0

05 Apr 11:24
Compare
Choose a tag to compare

2.1.0 (2022-04-05)

Features

  • compiler: expose extension uri parameter in constructor (7a7fee4)

v2.0.0

22 Feb 12:00
Compare
Choose a tag to compare

2.0.0 (2022-02-22)

Bug Fixes

  • adjust imports for new substrait proto layout (a5a0953)

chore

  • drop Python 3.7 support (6c13ca7)
  • protos: bump substrait to latest commit (7b1d441)

BREAKING CHANGES

  • protos: Older Substrait protos are no longer supported
  • Python 3.7 is no longer supported.

v1.0.2

22 Feb 10:58
Compare
Choose a tag to compare

1.0.2 (2022-02-22)

Bug Fixes

  • fix broken field offset construction (7c41b55)

v1.0.1

02 Feb 10:31
Compare
Choose a tag to compare

1.0.1 (2022-02-02)

Bug Fixes

  • deps: fix gen-protos script and bump protos (3a2b01b)

v1.0.0

18 Jan 23:56
Compare
Choose a tag to compare

1.0.0 (2022-01-18)

Bug Fixes

  • force reproducible poetry.lock (cfff0c4)

Features