Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pathway-0.21.5-cp310-abi3-manylinux_2_28_aarch64.whl | 2025-05-09 | 63.2 MB | |
pathway-0.21.5-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | 2025-05-09 | 65.1 MB | |
pathway-0.21.5-cp310-abi3-macosx_11_0_arm64.whl | 2025-05-09 | 56.7 MB | |
pathway-0.21.5-cp310-abi3-macosx_10_15_x86_64.whl | 2025-05-09 | 59.2 MB | |
README.md | 2025-05-09 | 481 Bytes | |
v0.21.5 source code.tar.gz | 2025-05-09 | 189.6 MB | |
v0.21.5 source code.zip | 2025-05-09 | 192.6 MB | |
Totals: 7 Items | 626.4 MB | 0 |
Changed
pw.io.deltalake.read
now processes Delta table version updates atomically, applying all changes together in a single minibatch.- The panel widget for table visualization now has a horizontal scroll bar for large tables.
- Added the possibility to return value from any column from
pw.reducers.argmax
andpw.reducers.argmin
, not onlyid
.
Fixed
pw.reducers.argmax
andpw.reducers.argmin
work correctly with the result ofpw.Table.windowby
.