Skip to content

10.2.0

Latest
Compare
Choose a tag to compare
@ibis-project-bot ibis-project-bot released this 03 Mar 18:27
· 15 commits to main since this release

10.2.0 (2025-03-03)

Features

  • examples: expand examples functionality to more backends (#10916) (90a174b)

Bug Fixes

  • bigquery: ensure that count distinct can be used in window functions without a specified window (#10911) (c9120e1)
  • build: ensure that legacy tools can recognize the validity of the Ibis license (#10905) (c29d83a)
  • datatypes: document "!" as meaning non-nullable, enable nullable arg for type hints (#10893) (601aabe)
  • examples: ensure that examples work on mssql and avoid using overwrite (#10909) (8336483)
  • pyarrow-conversion: ensure that non-nullability is preserved (#10897) (b2c5a0c)
  • snowflake: use schema when constructing pyarrow table (#10903) (8b9b143)

Documentation

  • add an example with literal in "Getting started" (#10918) (b69061b)
  • build: disable misbehaving duckdb spatial optimizer (#10898) (c37116f)
  • selectors: render the module instead of hand-picking the documented components (#10892) (d841481)

Refactors

  • duckdb: simplify loading and installation of extensions (#10900) (421972a)

Performance