| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pathway-0.26.4-cp310-abi3-manylinux_2_28_aarch64.whl | 2025-10-16 | 63.3 MB | |
| pathway-0.26.4-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | 2025-10-16 | 68.4 MB | |
| pathway-0.26.4-cp310-abi3-macosx_11_0_arm64.whl | 2025-10-16 | 60.8 MB | |
| pathway-0.26.4-cp310-abi3-macosx_10_15_x86_64.whl | 2025-10-16 | 64.9 MB | |
| README.md | 2025-10-16 | 972 Bytes | |
| v0.26.4 source code.tar.gz | 2025-10-16 | 189.8 MB | |
| v0.26.4 source code.zip | 2025-10-16 | 192.7 MB | |
| Totals: 7 Items | 640.0 MB | 0 | |
Added
- New external integration with Qdrant.
pw.io.mysql.writemethod for writing to MySQL. It supports two output table types: stream of changes and a realtime-updated data snapshot.
Changed
pw.io.deltalake.readnow accepts thestart_from_timestamp_msparameter for non-append-only tables. In this case, the connector will replay the history of changes in the table version by version starting from the state of the table at the given timestamp. The differences between versions will be applied atomically.- Asynchronous UDFs for connecting to API based llm and embedding models now have by default retry strategy set to
pw.udfs.ExponentialRetryStrategy() pw.io.postgres.writemethod now supports two output table types: stream of changes and realtime-updated data snapshot. The output table type can be chosen with theoutput_table_typeparameter.pw.io.postgres.write_snapshotmethod has been deprecated.