You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
## [Unreleased]
7
7
8
-
## Added
9
-
- Comparisons support for tuples.
10
-
- Standalone versions of methods: `pw.groupby`, `pw.join`, `pw.join_inner`, `pw.join_left`, `pw.join_right` and `pw.join_outer`.
11
-
- The ability to use python's `abs` function on Pathway expressions.
12
-
-`asof_join` now has configurable temporal behavior (delaying outputs, ignoring late entries and cleaning unused memory). The configuration can be passed using the `behavior` parameter of `asof_join` method.
13
-
- It is possible to persist the state of the `deduplicate` operator.
8
+
## [0.7.8] - 2024-01-18
9
+
10
+
### Added
11
+
- Support for comparisons of tuples has been added.
12
+
- Standalone versions of methods such as `pw.groupby`, `pw.join`, `pw.join_inner`, `pw.join_left`, `pw.join_right`, and `pw.join_outer` are now available.
13
+
- The `abs` function from Python can now be used on Pathway expressions.
14
+
- The `asof_join` method now has configurable temporal behavior. The `behavior` parameter can be used to pass the configuration.
15
+
- The state of the `deduplicate` operator can now be persisted.
14
16
15
17
### Changed
16
-
-`interval_join` can now also work with intervals of zero length.
17
-
-`pw.io.http.rest_connector` now accepts host and port configuration as an instance of the`pw.io.http.PathwayWebserver` class and can now have multiple endpoints running on a single port.
18
-
-`pw.xpacks.connectors.sharepoint.read` and `pw.io.gdrive.read` now support the size limit for a single object. If set, it will exclude too large files and won't read them.
18
+
-`interval_join` can now work with intervals of zero length.
19
+
-The `pw.io.http.rest_connector`can now open multiple endpoints on the same port using a new`pw.io.http.PathwayWebserver` class.
20
+
-The `pw.xpacks.connectors.sharepoint.read` and `pw.io.gdrive.read` methods now support the size limit for a single object. If set, it will exclude too large files and won't read them.
0 commit comments