Skip to content

Commit

Permalink
chore(release): 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 3, 2025
1 parent 83cb363 commit 21e2854
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions docs/release_notes_generated.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
---
---

## [10.2.0](https://github.com/ibis-project/ibis/compare/10.1.0...10.2.0) (2025-03-03)

### Features

* **examples:** expand examples functionality to more backends ([#10916](https://github.com/ibis-project/ibis/issues/10916)) ([90a174b](https://github.com/ibis-project/ibis/commit/90a174b229d6363b1ade89921d21dc96687e53c0))

### Bug Fixes

* **bigquery:** ensure that count distinct can be used in window functions without a specified window ([#10911](https://github.com/ibis-project/ibis/issues/10911)) ([c9120e1](https://github.com/ibis-project/ibis/commit/c9120e111da9baaa3622f38674924dd448430a80))
* **build:** ensure that legacy tools can recognize the validity of the Ibis license ([#10905](https://github.com/ibis-project/ibis/issues/10905)) ([c29d83a](https://github.com/ibis-project/ibis/commit/c29d83af231fd95c429a9276787f3dc83582d53c))
* **datatypes:** document "!" as meaning non-nullable, enable `nullable` arg for type hints ([#10893](https://github.com/ibis-project/ibis/issues/10893)) ([601aabe](https://github.com/ibis-project/ibis/commit/601aabe2fee5910d82d304d11513def76a23a76c))
* **examples:** ensure that examples work on mssql and avoid using overwrite ([#10909](https://github.com/ibis-project/ibis/issues/10909)) ([8336483](https://github.com/ibis-project/ibis/commit/833648309ff0f7b38aef97b4764b1cbf1c550f14))
* **pyarrow-conversion:** ensure that non-nullability is preserved ([#10897](https://github.com/ibis-project/ibis/issues/10897)) ([b2c5a0c](https://github.com/ibis-project/ibis/commit/b2c5a0c8dfb9de728f8a6858371e8725889f391d))
* **snowflake:** use schema when constructing pyarrow table ([#10903](https://github.com/ibis-project/ibis/issues/10903)) ([8b9b143](https://github.com/ibis-project/ibis/commit/8b9b143d57d12bfb534e26e84c1a02d83829e174))

### Documentation

* add an example with `literal` in "Getting started" ([#10918](https://github.com/ibis-project/ibis/issues/10918)) ([b69061b](https://github.com/ibis-project/ibis/commit/b69061bcb1f371264aeff9f49aaf6822372a24ae))
* **build:** disable misbehaving duckdb spatial optimizer ([#10898](https://github.com/ibis-project/ibis/issues/10898)) ([c37116f](https://github.com/ibis-project/ibis/commit/c37116f1f104dc63518fc58ede9f94caf3e2c9de))
* **selectors:** render the module instead of hand-picking the documented components ([#10892](https://github.com/ibis-project/ibis/issues/10892)) ([d841481](https://github.com/ibis-project/ibis/commit/d841481d31d2de11d23881c6911d2a21fd40f4a7))

### Refactors

* **duckdb:** simplify loading and installation of extensions ([#10900](https://github.com/ibis-project/ibis/issues/10900)) ([421972a](https://github.com/ibis-project/ibis/commit/421972a6b2d62af8e94472dd6ac34d77fae88c0e))

### Performance

* cache entry points ([#10889](https://github.com/ibis-project/ibis/issues/10889)) ([62e9bca](https://github.com/ibis-project/ibis/commit/62e9bca2c8f9d5928b9c2c75bcd7da759044e713))
* disallow __dunder__ attributes on Deferred ([#10888](https://github.com/ibis-project/ibis/issues/10888)) ([40b20f1](https://github.com/ibis-project/ibis/commit/40b20f19541508110fa0a39db3409d0d3af76188))

## [10.1.0](https://github.com/ibis-project/ibis/compare/10.0.0...10.1.0) (2025-02-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ibis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "10.1.0"
__version__ = "10.2.0"

import warnings
from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ibis-framework"
version = "10.1.0"
version = "10.2.0"
requires-python = ">=3.9"
description = "The portable Python dataframe library"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21e2854

Please sign in to comment.