v3.0.0
3.0.0 (2023-08-02)
⚠ BREAKING CHANGES
- The minimum supported version of Ibis is 4.0.
Deprecated methodssort_by
andgroupby
have been removed in Ibis
6.x, so it is not possible to support 3.x through 6.x. - decompile: decompiler is no longer supported and has been removed.
- substrait-python: We now rely on the upstream
substrait
package (https://github.com/substrait-io/substrait-python) for the
generated substrait code. You will need to installsubstrait
from pypi
or conda-forge if you have not already done so.
All tests are passing -- this also accompanies a bump of the Substrait
version to v0.30.0 (because this is what is available in the upstream).
Features
- add support for Ibis 6.x (fcfc595)
- substrait-python: use upstream substrait python package (4b38bae)
Bug Fixes
- deps: update dependency pyyaml to v6.0.1 (77f8b40)
- release: use
@google/[email protected]
to avoid module loading bug (5c6f4fa)