Skip to content

Commit 08d1b26

Browse files
committed
v0.2.24
1 parent 9c0dc11 commit 08d1b26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ uv sync
1515
- install with pip:
1616

1717
```shell
18-
pip install pyobvector==0.2.23
18+
pip install pyobvector==0.2.24
1919
```
2020

2121
## Build Doc

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file documents all released versions and their notable changes for the pyobvector project. Changes are grouped by version and categorized as Added (new features), Changed (modifications), Fixed (bug fixes), and Security (security updates).
44

5+
## [0.2.24](https://github.com/oceanbase/pyobvector/compare/release-v0.2.23...release-v0.2.24) - 2026-02-05
6+
7+
- Fix: preserve table options when adding sparse vector indexes
8+
59
## [0.2.23](https://github.com/oceanbase/pyobvector/compare/release-v0.2.22...release-v0.2.23) - 2026-01-29
610

711
- Cchore: intro pre commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobvector"
3-
version = "0.2.23"
3+
version = "0.2.24"
44
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55
authors = [{name="shanhaikang.shk",email="shanhaikang.shk@oceanbase.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)