Skip to content

Commit 788cc9d

Browse files
committed
fix changelog; downgrade meta.yaml requirements
1 parent e831cbb commit 788cc9d

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

CHANGELOG.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
- `ai_agg`
1212
- `summarize_agg`
1313
- Added support for the new FILE SQL type support, with the following related functions in `functions.py` (private preview):
14-
- fl_get_content_type
15-
- fl_get_etag
16-
- fl_get_file_type
17-
- fl_get_last_modified
18-
- fl_get_relative_path
19-
- fl_get_scoped_file_url
20-
- fl_get_size
21-
- fl_get_stage
22-
- fl_get_stage_file_url
23-
- fl_is_audio
24-
- fl_is_compressed
25-
- fl_is_document
26-
- fl_is_image
27-
- fl_is_video
14+
- `fl_get_content_type`
15+
- `fl_get_etag`
16+
- `fl_get_file_type`
17+
- `fl_get_last_modified`
18+
- `fl_get_relative_path`
19+
- `fl_get_scoped_file_url`
20+
- `fl_get_size`
21+
- `fl_get_stage`
22+
- `fl_get_stage_file_url`
23+
- `fl_is_audio`
24+
- `fl_is_compressed`
25+
- `fl_is_document`
26+
- `fl_is_image`
27+
- `fl_is_video`
2828

2929
#### Bug Fixes
3030

@@ -44,25 +44,22 @@
4444

4545
- Added support for literal values to `range_between` window function.
4646

47-
#### Bug Fixes
47+
### Snowpark pandas API Updates
4848

49-
- Fixed a bug in `Series.rename_axis` where an `AttributeError` was being raised.
49+
#### Improvements
5050

51-
### Snowpark pandas API Updates
51+
- Improve error message for `pd.to_snowflake`, `DataFrame.to_snowflake`, and `Series.to_snowflake` when the table does not exist.
52+
- Improve readability of docstring for the `if_exists` parameter in `pd.to_snowflake`, `DataFrame.to_snowflake`, and `Series.to_snowflake`.
53+
- Improve error message for all pandas functions that use UDFs with Snowpark objects.
5254

5355
#### Bug Fixes
5456

57+
- Fixed a bug in `Series.rename_axis` where an `AttributeError` was being raised.
5558
- Fixed a bug where `pd.get_dummies` didn't ignore NULL/NaN values by default.
5659
- Fixed a bug where repeated calls to `pd.get_dummies` results in 'Duplicated column name error'.
5760
- Fixed a bug in `pd.get_dummies` where passing list of columns generated incorrect column labels in output DataFrame.
5861
- Update `pd.get_dummies` to return bool values instead of int.
5962

60-
#### Improvements
61-
62-
- Improve error message for `pd.to_snowflake`, `DataFrame.to_snowflake`, and `Series.to_snowflake` when the table does not exist.
63-
- Improve readability of docstring for the `if_exists` parameter in `pd.to_snowflake`, `DataFrame.to_snowflake`, and `Series.to_snowflake`.
64-
- Improve error message for all pandas functions that use UDFs with Snowpark objects.
65-
6663
## 1.28.0 (2025-02-20)
6764

6865
### Snowpark Python API Updates

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requirements:
3737
run:
3838
- python
3939
- cloudpickle >=1.6.0,<=3.0.0,!=2.1.0,!=2.2.0
40-
- snowflake-connector-python >=3.14.0,<4.0.0
40+
- snowflake-connector-python >=3.12.0,<4.0.0
4141
- typing-extensions >=4.1.0,<5.0.0
4242
# need to pin libffi because of problems in cryptography.
4343
# This might no longer hold true but keep it just to avoid it from biting us again

0 commit comments

Comments
 (0)