Skip to content

Commit da349df

Browse files
authored
Bump to version v0.4.1 (#121)
1 parent 7dd2fd2 commit da349df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2026-01-04
10+
911
### Added
1012

1113
- `lance_vector_search` now supports the `nprobs` and `refine_factor` parameters.
1214

15+
### Fixed
16+
17+
- Fixed vector search to accept query vectors as DuckDB ARRAY types (e.g. `FLOAT[dim]`, `DOUBLE[dim]`) in addition to LIST types.
18+
- Fixed `COPY ... (FORMAT lance)` to normalize LIST vector columns so they can be used with vector search and indexing.
19+
1320
## [0.4.0] - 2025-12-29
1421

1522
### Added

0 commit comments

Comments
 (0)