We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7987ba9 commit 2173974Copy full SHA for 2173974
docs/changelog.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog],
6
and this project adheres to [Semantic Versioning].
7
8
+## [2.1.23] - 2026-02-20
9
+
10
+## Added
11
+- add to_lazy_polars() method to Dataset class for lazy Polars LazyFrame support (#116)
12
+- implement query_foundry_sql(return_type='polars') for direct Polars DataFrame output (#115)
13
14
+## Changed
15
+- deprecate transforms implementation in favor of Palantir VS Code extension
16
17
## [2.1.22] - 2025-12-15
18
19
## Added
0 commit comments