Skip to content

Releases: ibis-project/ibis-substrait

v2.22.0

22 Feb 18:51
Compare
Choose a tag to compare

2.22.0 (2023-02-22)

Features

  • substrait: bump substrait version to 0.24.0 (54b1ebd)

v2.21.1

08 Feb 19:09
Compare
Choose a tag to compare

2.21.1 (2023-02-08)

Bug Fixes

  • columns: remove use of removed (upstream) get_columns (4d5e991)

v2.21.0

08 Feb 18:37
Compare
Choose a tag to compare

2.21.0 (2023-02-08)

Features

  • subquery: add support for ExistsSubquery and NotExistsSubquery (f564018)

v2.20.0

08 Feb 17:46
Compare
Choose a tag to compare

2.20.0 (2023-02-08)

Features

  • adding substrait mappings for ibis approx ops (310e3e6)
  • ops: add rules for ops.TableArrayView and ops.SelfReference (49a980e)

Bug Fixes

  • contains: allow for isin ops to have a single option (f0bcbe9)
  • emit: check all rel types for existing output mapping (51d69a9)
  • ibis-3.x: add alias for mapping ops.Value -> ops.ValueOp (ed78bdf)
  • substrait: regenerate proto stubs (f101aab)

Refactors

  • clean up output mapping in ops.Selection dispatch (d27e8f0)

Documentation

  • README: add simple usage example to README (b3fa3ac)

v2.19.0

12 Jan 13:37
Compare
Choose a tag to compare

2.19.0 (2023-01-12)

Features

  • add initial support for ibis 4.x (550b61e)

v2.18.0

16 Nov 18:02
Compare
Choose a tag to compare

2.18.0 (2022-11-16)

Features

  • add more string mappings (5d7b58d)

v2.17.0

02 Nov 21:34
Compare
Choose a tag to compare

2.17.0 (2022-11-02)

Features

  • add support for manual ops.Clip (a67713e)

v2.16.0

02 Nov 20:12
Compare
Choose a tag to compare

2.16.0 (2022-11-02)

Features

  • add support for ops.FloorDivide (45eb64f)

v2.15.0

02 Nov 19:53
Compare
Choose a tag to compare

2.15.0 (2022-11-02)

Features

  • add support for ops.Log (226074e)

v2.14.1

01 Nov 13:33
Compare
Choose a tag to compare

2.14.1 (2022-11-01)

Bug Fixes

  • python: relax python upper bound (93215da)