Releases: AlayaDB-AI/AlayaLite
Releases · AlayaDB-AI/AlayaLite
v0.1.1a1
What's Changed
- perf: optimize CI test execution with parallel testing and micro dataset by @huanglune in #51
- refactor: Refactor build system and add SIMD optimizations by @huanglune in #53
- refactor: Improve Makefile and fix compiler warnings by @huanglune in #57
- ci: add cibuildwheel support for Linux and macOS multi-arch builds by @huanglune in #59
Full Changelog: v0.1.0a3...v0.1.1a1
v0.1.0a3 - Alpha Release
What's Changed
- feat: finish standalone app by @huanglune in #35
- feat: add reset functionality with disk deletion option by @huanglune in #36
- fix: rag example embeddings check fail error by @Carl-Rabbit in #37
- refactor: refactor annbenchmark adaptation by @huanglune in #38
- feat: add SetMetricRequest and endpoint to set collection metric by @huanglune in #39
- feat: update alayalite version to 0.1.0a3 by @huanglune in #40
- docs: update annbenchmark result by @huanglune in #41
- feat: add RaBitQ implementation by @ScissorJack-ever in #30
- fix: update alayalite wheel URL in Dockerfile to correct version by @huanglune in #42
- fix: resolve CMake compile warnings by @huanglune in #43
- refactor: optimize utility and hnsw builder implementation by @ScissorJack-ever in #44
- refactor: simplify Space and dataset utils by @huanglune in #45
- fix: add perl-Time-Piece installation to before-build script by @huanglune in #47
- fix: add cache permission fix step by @huanglune in #48
- feat: allow custom index params in Collection and add corresponding test by @ScissorJack-ever in #46
- fix: fix import wrong package in ARM architecture by @huanglune in #49
Full Changelog: v0.1.0a2...v0.1.0a3
v0.1.0a2 - Alpha Release
What's Changed
- fix: multiple bug fixes by @huanglune in #6
- fix: delete_by_filter cannot work properly by @Carl-Rabbit in #8
- fix: fix batch query bug by @huanglune in #11
- fix: correct search results after deletion by @huanglune in #12
- refactor: refactor CI and Python compilation by @huanglune in #13
- fix: fix the bug in automatically compiling whl packages by @huanglune in #14
- feat: compile and run on MacOS and Windows by @haotian-l in #17
- feat: add reindexing support with test by @haotian-l in #22
- feat: finish python codecov by @huanglune in #23
- docs: change relative links to absolute URLs for online access and add icons by @huanglune in #24
- feat: complete typo's pre-commit check by @huanglune in #26
- fix: Bug fixes and small refactors by @ScissorJack-ever in #27
- refactor: modularize CMake configuration and add formatting/lint tooling by @huanglune in #31
- feat: feat codecov C++ support by @huanglune in #33
New Contributors
- @haotian-l made their first contribution in #17
Full Changelog: https://github.com/AlayaDB-AI/AlayaLite/commits/v0.1.0a2
v0.1.0a1 - Alpha Release
This is the very first alpha release of Alayalite.
This version provides the core functionalities of Alayalite, intended for early testing and feedback.
Installation:
You can install this alpha version using pip:
pip install alayalite==0.1.0a1
Important Notes:
- This is an early preview and may contain bugs or breaking changes in future versions.
- We welcome any issues or suggestions via GitHub Issues.