|
11 | 11 | - `ai_agg` |
12 | 12 | - `summarize_agg` |
13 | 13 | - 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` |
28 | 28 |
|
29 | 29 | #### Bug Fixes |
30 | 30 |
|
|
44 | 44 |
|
45 | 45 | - Added support for literal values to `range_between` window function. |
46 | 46 |
|
47 | | -#### Bug Fixes |
| 47 | +### Snowpark pandas API Updates |
48 | 48 |
|
49 | | -- Fixed a bug in `Series.rename_axis` where an `AttributeError` was being raised. |
| 49 | +#### Improvements |
50 | 50 |
|
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. |
52 | 54 |
|
53 | 55 | #### Bug Fixes |
54 | 56 |
|
| 57 | +- Fixed a bug in `Series.rename_axis` where an `AttributeError` was being raised. |
55 | 58 | - Fixed a bug where `pd.get_dummies` didn't ignore NULL/NaN values by default. |
56 | 59 | - Fixed a bug where repeated calls to `pd.get_dummies` results in 'Duplicated column name error'. |
57 | 60 | - Fixed a bug in `pd.get_dummies` where passing list of columns generated incorrect column labels in output DataFrame. |
58 | 61 | - Update `pd.get_dummies` to return bool values instead of int. |
59 | 62 |
|
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 | | - |
66 | 63 | ## 1.28.0 (2025-02-20) |
67 | 64 |
|
68 | 65 | ### Snowpark Python API Updates |
|
0 commit comments