v0.21.5

pathwaycom/pathwayv0.21.5May 9, 2025by github-actions[bot]

AI Summary

This release improves Delta Lake processing by applying updates atomically, enhances table visualization with horizontal scrolling, and adds flexibility to argmax/argmin reducers.

Key Highlights

  • Delta table version updates processed atomically in a single minibatch.
  • Table visualization widget now includes a horizontal scroll bar for large datasets.
  • argmax and argmin reducers can now return values from any column, not just ID.

New Features

  • Horizontal scroll bar for table visualization.
  • Return value from any column in argmax and argmin reducers.

Full Release Notes

### 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` and `pw.reducers.argmin`, not only `id`.

### Fixed
- `pw.reducers.argmax` and `pw.reducers.argmin` work correctly with the result of `pw.Table.windowby`.