Skip to content

Commit

Permalink
Pathway 0.11.2 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ba163f75fc0a1ed1cb5088168518124215cbe32a
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed May 27, 2024
1 parent ea87444 commit 9e8c026
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [0.11.2] - 2024-05-27

### Added
- `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.
- `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.

### Changed
- 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.
- 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.

### Removed

- Removed `pw.numba_apply` and `numba` dependency.

### Fixed

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathway"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
publish = false
rust-version = "1.77"
Expand Down

0 comments on commit 9e8c026

Please sign in to comment.