Skip to content

Commit 201ab2b

Browse files
📄 docs(changelog): update for v0.4.0 release
1 parent 48623e4 commit 201ab2b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102102
- Fixed storage mode detection and raw vector preservation based on configuration
103103
- Prevented training ID re-collection during persistence rebuild operations
104104

105-
### Removed
106-
<!-- Add removals/deprecations here -->
107-
108105
---
109106

110107
## [0.2.1] - 2025-07-30
@@ -520,25 +517,15 @@ were actually validating that cosine normalization was properly implemented.
520517

521518
### Added
522519
- Initial implementation of the ZeusDB Vector Database Python package with Rust backend.
523-
524520
- Support for HNSW (Hierarchical Navigable Small World) indexing.
525-
526521
- Python bindings via PyO3 for creating and querying vector indexes.
527-
528522
- HNSWIndex class with support for:
529-
530523
- Vector insertion with optional metadata.
531-
532524
- Top-K nearest neighbor search with optional metadata filtering.
533-
534525
- Support for multiple distance metrics: cosine
535-
536526
- Metadata storage and retrieval at both index and vector level.
537-
538527
- VectorDatabase Python wrapper class to manage index creation and usage.
539-
540528
- Example benchmarking script for inserting and querying vectors.
541-
542529
- Introduced a new GitHub Actions workflow (`Check Package (without publishing to PyPI)`) for verifying ZeusDB builds across all supported platforms without pushing to PyPI. Includes metadata validation and artifact inspection.
543530

544531
### Fixed

0 commit comments

Comments
 (0)