Skip to content

Commit e4d6d91

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.20.0 release
GitOrigin-RevId: 74b0296aff121bb77bd806ef3f63ae0ec1ef6cd8
1 parent 762628b commit e4d6d91

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.20.0] - 2025-02-25
9+
810
### Added
9-
- Added structure-aware chunking for `DoclingParser`
10-
- Added `table_parsing_strategy` for `DoclingParser`
11+
- Added structure-aware chunking for `DoclingParser`.
12+
- Added `table_parsing_strategy` for `DoclingParser`.
1113
- Column expressions `as_int()`, `as_float()`, `as_str()`, and `as_bool()` now accept additional arguments, `unwrap` and `default`, to simplify null handling.
1214
- Support for python tuples in expressions.
1315

1416
### Changed
15-
- **BREAKING**: Changed the argument in `DoclingParser` from `parse_images` (bool) into `image_parsing_strategy` (Literal["llm"] | None)
17+
- **BREAKING**: Changed the argument in `DoclingParser` from `parse_images` (bool) into `image_parsing_strategy` (Literal["llm"] | None).
1618
- **BREAKING**: `doc_post_processors` argument in the `pw.xpacks.llm.document_store.DocumentStore` now longer accepts `pw.UDF`.
1719
- Better error messages when using `pathway spawn` with multiple workers. Now error messages are printed only from the worker experiencing the error directly.
1820

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathway"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
publish = false
66
rust-version = "1.82"

0 commit comments

Comments
 (0)