Skip to content

Commit 9e8c026

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.11.2 release
GitOrigin-RevId: ba163f75fc0a1ed1cb5088168518124215cbe32a
1 parent ea87444 commit 9e8c026

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ 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.11.2] - 2024-05-27
9+
810
### Added
911
- `pathway.assert_table_has_schema` and `pathway.table_transformer` now accept `allow_subtype` argument, which, if True, allows column types in the Table be subtypes of types in the Schema.
1012
- `next` method to `pw.io.python.ConnectorSubject` (python connector) that enables passing values of any type to the engine, not only values that are json-serializable. The `next` method should be the preferred way of passing values from the python connector.
1113

1214
### Changed
13-
- Deprecated passing `format` to `pw.io.python.read`. A format of the data is inferred from the method that is used (`next_json`, `next_str`, `next_bytes`) and from the provided schema.
15+
- The `format` argument of `pw.io.python.read` is deprecated. A data format is inferred from the method used (`next_json`, `next_str`, `next_bytes`) and the provided schema.
1416

1517
### Removed
16-
1718
- Removed `pw.numba_apply` and `numba` dependency.
1819

1920
### Fixed
20-
2121
- Fixed `pw.this` desugaring bug, where `__getitem__` in `.ix` context was not working properly.
2222
- `pw.io.sqlite.read` now checks if the data matches the passed schema.
2323

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.11.1"
3+
version = "0.11.2"
44
edition = "2021"
55
publish = false
66
rust-version = "1.77"

0 commit comments

Comments
 (0)