Skip to content

10.8.0

Latest
Compare
Choose a tag to compare
@ibis-project-bot ibis-project-bot released this 28 Jul 21:28
· 54 commits to main since this release

10.8.0 (2025-07-28)

Features

  • datatypes: add Schema.from_sqlglot method to produce an Ibis schema from SQLGlot (#11351) (f6641e7)
  • datatypes: allow dtype(Union[T, None]) (#11506) (c83f842)
  • polars: support is_in queries from uncorrelated tables (476353e)

Bug Fixes

  • clickhouse: return the correct type from InSubquery operations (69be180)

Documentation

  • add join method docstring templates for various join types (#11507) (4798af4)
  • improve docstrings for temporal Values (#11505) (8641087)