We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809287f commit f9d2073Copy full SHA for f9d2073
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.1 (unreleased)
+## 0.4.1 (2025-04-26)
2
3
- Fixed `SparseVector` constructor for SciPy sparse matrices
4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pgvector"
7
-version = "0.4.0"
+version = "0.4.1"
8
description = "pgvector support for Python"
9
readme = "README.md"
10
authors = [
0 commit comments