Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Release History

## 1.45.0 (TBD)
## 1.46.0 (TBD)

### Snowpark Python API Updates

#### New Features

- Added support for the `DECFLOAT` data type that allows users to represent decimal numbers exactly with 38 digits of precision and a dynamic base-10 exponent.

#### Bug Fixes

#### Improvements

### Snowpark pandas API Updates

#### New Features

#### Bug Fixes

#### Improvements

## 1.45.0 (2026-02-02)

### Snowpark Python API Updates

Expand All @@ -20,7 +40,6 @@
- `space`
- `split_part`
- Added `preserve_parameter_names` flag to sproc, UDF, UDTF, and UDAF creation
- Added support for the `DECFLOAT` data type that allows users to represent decimal numbers exactly with 38 digits of precision and a dynamic base-10 exponent.

#### Bug Fixes

Expand All @@ -31,15 +50,6 @@
- Removed experimental warning from `DataFrame.to_arrow` and `DataFrame.to_arrow_batches`.
- When both `Session.reduce_describe_query_enabled` and `Session.cte_optimization_enabled` are enabled, fewer DESCRIBE queries are issued when resolving table attributes.

### Snowpark pandas API Updates

#### New Features

#### Bug Fixes

#### Improvements


## 1.44.0 (2025-12-15)

### Snowpark Python API Updates
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "snowflake-snowpark-python" %}
{% set version = "1.44.0" %}
{% set version = "1.45.0" %}
{% set noarch_build = (os.environ.get('SNOWFLAKE_SNOWPARK_PYTHON_NOARCH_BUILD', 'false')) == 'true' %}
{% set build_number = os.environ.get('SNOWFLAKE_SNOWPARK_PYTHON_BUILD_NUMBER', 0) %}

Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


# Update this for the versions
VERSION = (1, 44, 0)
VERSION = (1, 45, 0)
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.agg.test
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.ai.test
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.col_ilike.test
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.collect.test
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.count.test
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.count2.test
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.create_or_replace.test
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.cross_join.lsuffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.cross_join.rsuffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.cross_join.suffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.describe.test
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.flatten.test
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.indexers.test
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join.inner.column.test
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join.inner.column_list.test
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join.inner.predicate.test
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join.left_outer.column.test
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join.right_outer.predicate.test
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.join_table_function.test
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.lateral_join.test
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.natural_join.test
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.pivot.test
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.select_expr.test
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.stat.test
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.to_df.test
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.to_local_iterator.test
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.to_pandas.test
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.to_pandas_batch.test
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.unpivot.test
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/DataFrame.write.test
Original file line number Diff line number Diff line change
Expand Up @@ -6237,6 +6237,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.cube.test
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.distinct.test
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.drop_duplicates.test
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.filter.test
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.getitem.test
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.group_by.test
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.group_by_grouping_sets.test
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
2 changes: 1 addition & 1 deletion tests/ast/data/Dataframe.join.asof.test
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,6 @@ client_language {
}
client_version {
major: 1
minor: 44
minor: 45
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Loading