Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ibis_framework-10.8.0-py3-none-any.whl | 2025-07-28 | 1.9 MB | |
10.8.0 source code.tar.gz | 2025-07-28 | 64.4 MB | |
10.8.0 source code.zip | 2025-07-28 | 65.7 MB | |
README.md | 2025-07-28 | 1.3 kB | |
Totals: 4 Items | 132.1 MB | 0 |
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)