Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igiloh-pinecone committed Feb 22, 2023
1 parent b7e6dcf commit 0b0cb87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased Changes
None
## [2.1.0](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.13...v2.1.0)
## [2.2.0](https://github.com/pinecone-io/pinecone-python-client/compare/2.1.0...2.2.0)
- Support for Vector `sparse_values`
- Added function `upsert_from_dataframe()` which allows upserting a large dataset of vectors by providing a Pandas dataframe
- Added option to pass vectors to `upsert()` as a list of dictionaries
- Implemented GRPC retry by directly configuring the low-level `grpcio` behavior, instead of wrapping with an interceptor

## [2.1.0](https://github.com/pinecone-io/pinecone-python-client/compare/2.0.13...2.1.0)
- Fix "Connection Reset by peer" error after long idle periods
- Add typing and explicit names for arguments in all client operations
- Add docstrings to all client operations
Expand Down
2 changes: 1 addition & 1 deletion pinecone/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0

0 comments on commit 0b0cb87

Please sign in to comment.