Skip to content

v3.0.0

Compare
Choose a tag to compare
@ibis-project-bot ibis-project-bot released this 02 Aug 17:28
· 331 commits to main since this release

3.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • 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).

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/semantic-release-replace-plugin@1.2.0 to avoid module loading bug (5c6f4fa)

Refactors

  • decompile: remove decompiler (401bb60)
  • drop support for Ibis 3.x (9ffaf99)
  • drop support for Python 3.8 (023351b)
  • remove deprecated importlib.resources.path call (e20542b)