Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose committed Jul 16, 2024
1 parent 4952529 commit a8f3655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
- Added support for the following APIs:
- snowflake.snowpark.functions
- random
- rank
- dense_rank
- percent_rank
- cume_dist
- ntile
- Added new parameters to `patch` function when registering a mocked function:
- `distinct` allows an alternate function to be specified for when a sql function should be distinct.
- `pass_column_index` passes a named parameter `column_index` to the mocked function that contains the pandas.Index for the input data.
Expand Down

0 comments on commit a8f3655

Please sign in to comment.