Releases: NVIDIA/cuvs-lucene
Releases · NVIDIA/cuvs-lucene
v25.12.00
What's Changed
🐛 Bug Fixes
- Fix cuvs-lucene Github artifact publication by @mythrocks in #34
- updated update-version.sh to handle release branch version changes by @rockhowse in #50
📖 Documentation
- Add Javadocs and configure the Apache Maven Javadoc Plugin by @narangvivek10 in #28
🛠️ Improvements
- Use main branch by @rockhowse in #32
- Use main shared-workflows branch by @rockhowse in #33
- Add support to build the sources jar. by @mythrocks in #44
- Use SPDX for all copyright headers by @narangvivek10 in #47
- Bring PR commits from main to the release/25.12 branch by @narangvivek10 in #56
- Updates to the logging setup and adapt with latest cuvs-java changes by @narangvivek10 in #59
New Contributors
- @rockhowse made their first contribution in #32
Full Changelog: v25.12.00a...v25.12.00
v25.10.00
What's Changed
🐛 Bug Fixes
- Fix
cuvs-luceneGithub artifact publication by @mythrocks in #36
🛠️ Improvements
- Add the Spotless Maven plugin (and other initial changes) by @narangvivek10 in #2
- Update package names by @narangvivek10 in #9
- Updates to adapt with cuVS-Java API changes by @narangvivek10 in #10
- Add CI files and workflows by @dantegd in #12
- Enable CI by @dantegd in #15
- simplify build scripts by @jameslamb in #19
- Build and test with CUDA 13.0 by @jameslamb in #20
- Use branch-25.10 again by @jameslamb in #21
- Configure repo for automatic release notes generation by @AyodeAwe in #22
- Fix Tests/CI, refactor merge to call CAGRA's merge(), implement CAGRA prefiltering by @chatman in #14
- CAGRA to HNSW serialization and search on CPU by @narangvivek10 in #16
- Remove hnswlib index by @narangvivek10 in #24
- Update pom.xml - Add meta information, configure Maven Surefire Plugin to give detailed stack traces and information on tests by @narangvivek10 in #25
- Removing 10.2 codecs to avoid backward compatibility issues during Lucene upgrades by @narangvivek10 in #29
- Avoid copying vectors to heap before creating dataset matrix by @chatman in #30
- Upgrade to cuvs-java maven central artifacts, single-vector bugfix by @chatman in #31
New Contributors
- @dantegd made their first contribution in #12
- @jameslamb made their first contribution in #19
- @AyodeAwe made their first contribution in #22
- @chatman made their first contribution in #14
Full Changelog: v25.10.00a...v25.10.00
[NIGHTLY] v25.10.00
🔗 Links
🐛 Bug Fixes
- Fix
cuvs-luceneGithub artifact publication (#36) @mythrocks
🛠️ Improvements
- Upgrade to cuvs-java maven central artifacts, single-vector bugfix (#31) @chatman
- Avoid copying vectors to heap before creating dataset matrix (#30) @chatman
- Removing 10.2 codecs to avoid backward compatibility issues during Lucene upgrades (#29) @narangvivek10
- Update pom.xml - Add meta information, configure Maven Surefire Plugin to give detailed stack traces and information on tests (#25) @narangvivek10
- Remove hnswlib index (#24) @narangvivek10
- Configure repo for automatic release notes generation (#22) @AyodeAwe
- Use branch-25.10 again (#21) @jameslamb
- Build and test with CUDA 13.0 (#20) @jameslamb
- simplify build scripts (#19) @jameslamb
- CAGRA to HNSW serialization and search on CPU (#16) @narangvivek10
- Enable CI (#15) @dantegd
- Fix Tests/CI, refactor merge to call CAGRA's merge(), implement CAGRA prefiltering (#14) @chatman
- Add CI files and workflows (#12) @dantegd
- Updates to adapt with cuVS-Java API changes (#10) @narangvivek10
- Update package names (#9) @narangvivek10
- Add the Spotless Maven plugin (and other initial changes) (#2) @narangvivek10