You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The minimum supported version of Ibis is 4.0.
Deprecated methods sort_by and groupby 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 install substrait 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).