From 305786ca60e84fe85d860bee41950e2aa9ff44a3 Mon Sep 17 00:00:00 2001 From: Jalin Wang Date: Fri, 3 Apr 2026 15:47:19 +0800 Subject: [PATCH] doc: add v0.3.0 release note (#312) --- CONTRIBUTING.md | 5 ++++- README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 625ab54..f278032 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,11 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md ## Development Setup +> [!TIP] +> **Linux** is the recommended environment for development and performance benchmarking. + ### Prerequisites -- Python 3.10 - 3.12 +- Python 3.10 - 3.14 - CMake ≥ 3.26, < 4.0 (`cmake --version`) - A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS) diff --git a/README.md b/README.md index 90f5be1..62c9161 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ **Zvec** is an open-source, in-process vector database — lightweight, lightning-fast, and designed to embed directly into applications. Built on **Proxima** (Alibaba's battle-tested vector search engine), it delivers production-grade, low-latency, scalable similarity search with minimal setup. +> [!IMPORTANT] +> **🚀 v0.3.0 Released on April 3, 2026** +> - **New Platforms**: Initial **Windows (MSVC)** and **Android** support. Published official Windows **Python** and **Node.js** packages. +> - **Efficiency**: **RabitQ** quantization and **CPU Auto-Dispatch** for optimized SIMD execution. +> - **Ecosystem**: **C-API** for custom language bindings and **[MCP](https://github.com/zvec-ai/zvec-mcp-server) / [Skill](https://github.com/zvec-ai/zvec-agent-skills)** integration for AI Agents. +> +> 👉 [Read the Release Notes](https://github.com/alibaba/zvec/releases/tag/v0.3.0) | [View Roadmap 📍](https://github.com/alibaba/zvec/issues/309) + ## 💫 Features - **Blazing Fast**: Searches billions of vectors in milliseconds. @@ -58,6 +66,7 @@ npm install @zvec/zvec - Linux (x86_64, ARM64) - macOS (ARM64) +- Windows (x86_64) ### 🛠️ Building from Source