Releases: ibis-project/ibis-substrait
Releases · ibis-project/ibis-substrait
v2.14.0
2.14.0 (2022-10-25)
Features
- allow source tables other than
UnboundTable
(22d90f1)
v2.13.1
2.13.1 (2022-10-19)
Bug Fixes
- projection: use emit and not project for column selection (489beb8)
- ScalarFunction: add (currently) required error enum (135320b)
v2.12.3
2.12.3 (2022-10-18)
Bug Fixes
- 3.x: ignore missing ops when generating inverse mapping (01248b0)
v2.12.2
2.12.2 (2022-10-13)
Bug Fixes
- re-pin protobuf, regenerate stubs, disable renovate (3021502)
v2.12.1
2.12.1 (2022-10-13)
Bug Fixes
- dont set nullable=True for Literals (681576e)
v2.12.0
2.12.0 (2022-10-13)
Features
- add dispatch for ops.Where (9144cf1)
v2.11.2
2.11.2 (2022-10-13)
Bug Fixes
- deps: update dependency protobuf to v3.20.3 (b11ca0d)
v2.11.1
2.11.1 (2022-10-13)
Bug Fixes
- deps: update dependency protobuf to v3.20.2 [security] (d45f239)
v2.11.0
2.11.0 (2022-10-12)
Features
- add more mappings for ibis ops and substrait scalar functions (abbdf13)
Bug Fixes