Skip to content

Commit 40e8b44

Browse files
committed
Release v2.0.13
1 parent 03e530b commit 40e8b44

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Changelog
22

33
## Unreleased Changes
4+
None
45

5-
## [2.0.12]()
6+
## [2.0.13](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.13...v2.0.12)
7+
- Added support for collections
8+
- Users can manage collections using ``create_collection`` , ``describe_collection`` and ``delete_collection`` calls.
9+
- Users can specify additional ``source_collection`` parameter during index creation to create index from a collection
10+
- The ```scale_index``` call is now deprecated in favor of ```configure_index``` , users can now modify both ``pod_type`` and ```replicas``` on existing indexes.
11+
- Added support for vertical scaling. This can be done by changing ```pod_type ``` via the ```configure_index``` call or during index creation.
12+
- Updated dependency requirements for grpc client.
13+
14+
## [2.0.12](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.12...v2.0.11)
615

716
- Changed grpcio verison to be > 1.44.1
817
- Sanitized repo by removing leftover files from old versions.
918
- Added more info to ```describe_index_stats``` call. The call now gives a namespace wise vector count breakdown.
1019

11-
## [2.0.11](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.12...v2.0.11)
20+
## [2.0.11](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.11...v2.0.10)
1221
### Changed
1322
- Added support of querying by a single vector.
1423
- This is a step in deprecating batch queries.

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.12
1+
2.0.13

0 commit comments

Comments
 (0)