Skip to content

Commit 9566c8f

Browse files
chore(main): release 0.6.0
1 parent cbf16eb commit 9566c8f

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/typedef-ai/fenic/compare/v0.5.0...v0.6.0) (2025-11-22)
4+
5+
6+
### Features
7+
8+
* add `with_columns` with parallel execution ([#246](https://github.com/typedef-ai/fenic/issues/246)) ([16aea46](https://github.com/typedef-ai/fenic/commit/16aea46ee5d685424187713dcb7282d965f73bfe))
9+
* add array_* functions ([#243](https://github.com/typedef-ai/fenic/issues/243)) ([727074b](https://github.com/typedef-ai/fenic/commit/727074be674e91e6254d110adcde028e49606322))
10+
* 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))
11+
* Add pdf_parsing to openrouter ([#257](https://github.com/typedef-ai/fenic/issues/257)) ([8935115](https://github.com/typedef-ai/fenic/commit/893511513acc2724e72bdb16c8657ed9f73420cc))
12+
* add support for pyspark equivalent `explode_outer`, `posexplode`/`posexplode_outer` (via explode_with_index) ([#249](https://github.com/typedef-ai/fenic/issues/249)) ([8b035ca](https://github.com/typedef-ai/fenic/commit/8b035cad615ef76dce0aa94ed344de7292fce8c5))
13+
* 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))
14+
* fenic agents ([#267](https://github.com/typedef-ai/fenic/issues/267)) ([03bda18](https://github.com/typedef-ai/fenic/commit/03bda186bc703354bf8306138f94f0ce275e3421))
15+
* implement regexp_* text functions ([#247](https://github.com/typedef-ai/fenic/issues/247)) ([87ef261](https://github.com/typedef-ai/fenic/commit/87ef2613f2942a147afb4a98b969384c5e426c64))
16+
* Make timeouts configurable in semantic LLM operations ([#270](https://github.com/typedef-ai/fenic/issues/270)) ([cbf16eb](https://github.com/typedef-ai/fenic/commit/cbf16eb0ab707676329100951bb65aecaeed0967))
17+
* tweak pdf parser for corner cases and add 120s demo ([#259](https://github.com/typedef-ai/fenic/issues/259)) ([7c7454a](https://github.com/typedef-ai/fenic/commit/7c7454af9ebd56a599a161abb392d7339eeb330e))
18+
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
* 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))
24+
* 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))
25+
26+
27+
### Documentation
28+
29+
* clarify limitations of lit ([#262](https://github.com/typedef-ai/fenic/issues/262)) ([f2170a5](https://github.com/typedef-ai/fenic/commit/f2170a5d060686d372eca4ce245c229dc36ec0c3))
30+
* page for timestamps, timezones, and dates ([#258](https://github.com/typedef-ai/fenic/issues/258)) ([893e866](https://github.com/typedef-ai/fenic/commit/893e866c59e1c670be9029362e6d84a6e5094663))
31+
332
## [0.5.0](https://github.com/typedef-ai/fenic/compare/v0.4.2...v0.5.0) (2025-10-06)
433

534

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)