Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Aug 27, 2024
1 parent 42ac55b commit 0d262da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
- Stopped ignoring nanoseconds in `pd.Timedelta` scalars.
- Fixed AssertionError in tree of binary operations.

#### Improvements
- Improve concat, join performance when operations are performed on series coming from the same dataframe by avoiding unnecessary joins.

## 1.21.0 (2024-08-19)

### Snowpark Python API Updates
Expand Down Expand Up @@ -119,7 +122,6 @@
#### Improvements

- Fix pandas FutureWarning about integer indexing.
- Improve concat, join performance when operations are performed on series coming from the same dataframe.

### Snowpark pandas API Updates

Expand Down

0 comments on commit 0d262da

Please sign in to comment.