Skip to content

Commit 450bc24

Browse files
chore(main): release 0.6.0
1 parent f2170a5 commit 450bc24

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/typedef-ai/fenic/compare/v0.5.0...v0.6.0) (2025-10-24)
4+
5+
6+
### Features
7+
8+
* Add openai support for semantic parse_pdf ([#253](https://github.com/typedef-ai/fenic/issues/253)) ([e3f58cd](https://github.com/typedef-ai/fenic/commit/e3f58cd9389f4c61513d3d6bf004a1b7c06996e0))
9+
* add support for sum_distinct, count_distinct, approx_count_distinct ([#242](https://github.com/typedef-ai/fenic/issues/242)) ([538dfa7](https://github.com/typedef-ai/fenic/commit/538dfa7cc314bad1801af1aff9fe4347a9d7c69d))
10+
11+
12+
### Bug Fixes
13+
14+
* assumptions about model attributes returned by OpenRouter API ([#261](https://github.com/typedef-ai/fenic/issues/261)) ([ab260bc](https://github.com/typedef-ai/fenic/commit/ab260bce6ba85f92774cfe8717770f0b33c46f08))
15+
* embedded image links in 120s demo notebooks ([#255](https://github.com/typedef-ai/fenic/issues/255)) ([d44974b](https://github.com/typedef-ai/fenic/commit/d44974b9c91dd811c1a68e72311cab7ed8ee5ced))
16+
* gemini vertex 2.0 flash models don't support profiles ([#254](https://github.com/typedef-ai/fenic/issues/254)) ([c99b9ac](https://github.com/typedef-ai/fenic/commit/c99b9acb3a48cb7bc7c819c9b1483fda9d2878f7))
17+
18+
19+
### Documentation
20+
21+
* clarify limitations of lit ([#262](https://github.com/typedef-ai/fenic/issues/262)) ([f2170a5](https://github.com/typedef-ai/fenic/commit/f2170a5d060686d372eca4ce245c229dc36ec0c3))
22+
323
## [0.5.0](https://github.com/typedef-ai/fenic/compare/v0.4.2...v0.5.0) (2025-10-06)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fenic"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [{ name = "typedef", email = "[email protected]" }]
55
description = """
66
fenic is a Python DataFrame library for processing text data with APIs inspired by PySpark.

rust/Cargo.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.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars_plugins"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[lib]

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)