Skip to content

Releases: ibis-project/ibis-substrait

v2.28.1

19 Apr 13:16
Compare
Choose a tag to compare

2.28.1 (2023-04-19)

Bug Fixes

  • window functions: handle window function ranges correctly (1352183)

v2.28.0

19 Apr 13:07
Compare
Choose a tag to compare

2.28.0 (2023-04-19)

Features

  • add support for std_dev and variance (#583) (e6cfb6c)

v2.27.0

18 Apr 17:35
Compare
Choose a tag to compare

2.27.0 (2023-04-18)

Features

  • version: add version to produced substrait plans (7f83f52)

v2.26.1

24 Mar 20:24
Compare
Choose a tag to compare

2.26.1 (2023-03-24)

Bug Fixes

  • emit output of projection node to be based off input table instead of source tables (c0076bc)

v2.26.0

14 Mar 21:22
Compare
Choose a tag to compare

2.26.0 (2023-03-14)

Features

  • udf: add support for pyarrow / acero UDFs (9bc455b)

Bug Fixes

  • cast: specify failure behavior in cast call (a5ed55e)

v2.25.1

14 Mar 16:32
Compare
Choose a tag to compare

2.25.1 (2023-03-14)

Bug Fixes

  • deps: add pyyaml to runtime dependencies (59ed976)

v2.25.0

14 Mar 15:05
Compare
Choose a tag to compare

2.25.0 (2023-03-14)

Features

  • extensions: add correct extension URI to all scalar function calls (8167cb8)
  • extensions: add extension yaml to package (74ec00f)

v2.24.1

10 Mar 18:11
Compare
Choose a tag to compare

2.24.1 (2023-03-10)

Bug Fixes

  • cast floor and ceil to integer types to workaround acero (0d52d4d)

v2.24.0

02 Mar 15:53
Compare
Choose a tag to compare

2.24.0 (2023-03-02)

Features

  • round: add ops mapping for round scalar func (3f4b5a7)

v2.23.0

02 Mar 15:00
Compare
Choose a tag to compare

2.23.0 (2023-03-02)

Features

  • add substrait mappings for bitwise ops (92911da)