Skip to content

v0.26.0

Choose a tag to compare

@nielspardon nielspardon released this 15 Jan 09:45
· 62 commits to main since this release
4fdf57b

What's Changed

  • chore: drop support for python 3.9 by @tokoko in #122
  • feat(cast): add alias for cast expression by @giospada in #127
  • fix: correct if_then and switch_expression type inference calls by @giospada in #128
  • feat(write): add write table builder and tests by @giospada in #129
  • feat: add substrait spec version to plan by @nielspardon in #132
  • feat(types): add comprehensive type support and stricter validation by @giospada in #130
  • feat: add select builder by @tokoko in #125
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #126
  • chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #133
  • chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #134
  • feat: narwhals-compliant dataframe setup by @tokoko in #112
  • chore: move dev extras to dependency-groups by @tokoko in #135
  • feat: added FunctionType parameter to FunctionEntry by @giospada in #136
  • chore: remove dependency on protoletariat and update protobuf by @nielspardon in #138
  • chore: use pixi for codegen environment in ci by @tokoko in #137
  • fix: added the handling for all the substrait type in cover by @giospada in #139
  • fix: change protoc version to v29.5 and protobuf to >=5 by @nielspardon in #141
  • chore: configure ruff to reorder imports by @tokoko in #140
  • fix: use version from src/substrait/init.py by @nielspardon in #143
  • chore(substrait): bump to v0.79.0 by @tokoko in #142

New Contributors

Full Changelog: v0.25.0...v0.26.0