Commit 6827db6
authored
chore(main): release 0.6.0 (#256)
🤖 I have created a release *beep* *boop*
---
## [0.6.0](v0.5.0...v0.6.0)
(2025-12-04)
### Features
* add `with_columns` with parallel execution
([#246](#246))
([16aea46](16aea46))
* add array_* functions
([#243](#243))
([727074b](727074b))
* Add openai support for semantic parse_pdf
([#253](#253))
([e3f58cd](e3f58cd))
* Add pdf_parsing to openrouter
([#257](#257))
([8935115](8935115))
* Add support for claude opus 4.5 and haiku 4.5
([#280](#280))
([e1b620e](e1b620e))
* add support for gemini3 pro
([#279](#279))
([eb68769](eb68769))
* add support for gpt-5.1
([#278](#278))
([88602ac](88602ac))
* add support for pyspark equivalent `explode_outer`,
`posexplode`/`posexplode_outer` (via explode_with_index)
([#249](#249))
([8b035ca](8b035ca))
* add support for sum_distinct, count_distinct, approx_count_distinct
([#242](#242))
([538dfa7](538dfa7))
* fenic agents ([#267](#267))
([03bda18](03bda18))
* implement regexp_* text functions
([#247](#247))
([87ef261](87ef261))
* llm response caching
([#269](#269))
([54f2f3e](54f2f3e))
* Make timeouts configurable in semantic LLM operations
([#270](#270))
([cbf16eb](cbf16eb))
* pdf parsing evaluation tool and test pipeline
([#260](#260))
([20f2801](20f2801))
* tweak pdf parser for corner cases and add 120s demo
([#259](#259))
([7c7454a](7c7454a))
### Bug Fixes
* assumptions about model attributes returned by OpenRouter API
([#261](#261))
([ab260bc](ab260bc))
* embedded image links in 120s demo notebooks
([#255](#255))
([d44974b](d44974b))
* gemini vertex 2.0 flash models don't support profiles
([#254](#254))
([c99b9ac](c99b9ac))
* pin lancedb to avoid breaking change 0.25.0
([#276](#276))
([5e4e861](5e4e861))
* Semantic parse should only set higher temperature for google models
([#277](#277))
([8c71da3](8c71da3))
### Documentation
* clarify limitations of lit
([#262](#262))
([f2170a5](f2170a5))
* page for timestamps, timezones, and dates
([#258](#258))
([893e866](893e866))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: typedef-ai-gha[bot] <214539804+typedef-ai-gha[bot]@users.noreply.github.com>1 parent 54f2f3e commit 6827db6
File tree
6 files changed
+41
-5
lines changed- rust
6 files changed
+41
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
3 | 39 | | |
4 | 40 | | |
5 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments