Skip to content

Commit d9402b4

Browse files
chore(release): 10.8.0
1 parent f6641e7 commit d9402b4

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

docs/release_notes_generated.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
---
22
---
33

4+
## [10.8.0](https://github.com/ibis-project/ibis/compare/10.7.0...10.8.0) (2025-07-28)
5+
6+
### Features
7+
8+
* **datatypes:** add `Schema.from_sqlglot` method to produce an Ibis schema from SQLGlot ([#11351](https://github.com/ibis-project/ibis/issues/11351)) ([f6641e7](https://github.com/ibis-project/ibis/commit/f6641e71184ee20a767d3318bc955fc0ce0552d4))
9+
* **datatypes:** allow dtype(Union[T, None]) ([#11506](https://github.com/ibis-project/ibis/issues/11506)) ([c83f842](https://github.com/ibis-project/ibis/commit/c83f8425a116359708d9b928e2b2e9aa00aba349))
10+
* **polars:** support is_in queries from uncorrelated tables ([476353e](https://github.com/ibis-project/ibis/commit/476353e50183bb633754383d11df99a7be5acf69))
11+
12+
### Bug Fixes
13+
14+
* **clickhouse:** return the correct type from `InSubquery` operations ([69be180](https://github.com/ibis-project/ibis/commit/69be18083a1388924c48d3cc317ee5ce38c0ee31))
15+
16+
### Documentation
17+
18+
* add join method docstring templates for various join types ([#11507](https://github.com/ibis-project/ibis/issues/11507)) ([4798af4](https://github.com/ibis-project/ibis/commit/4798af459858e645a45643a48b82af42f623fc31))
19+
* improve docstrings for temporal Values ([#11505](https://github.com/ibis-project/ibis/issues/11505)) ([8641087](https://github.com/ibis-project/ibis/commit/8641087cbfdb847bf5f1e9e3fd920be55bf659c7))
20+
421
## [10.7.0](https://github.com/ibis-project/ibis/compare/10.6.0...10.7.0) (2025-07-27)
522

623
### Features

ibis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "10.7.0"
5+
__version__ = "10.8.0"
66

77
import warnings
88
from typing import Any

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ibis-framework"
3-
version = "10.7.0"
3+
version = "10.8.0"
44
requires-python = ">=3.9"
55
description = "The portable Python dataframe library"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)