Skip to content

chore(deps): bump vecq-core from 0.3.0 to 0.3.1 - #1286

Merged
ajianaz merged 1 commit into
developfrom
dependabot/cargo/vecq-core-0.3.1
Sep 24, 2026
Merged

ajianaz merged 1 commit into
developfrom
dependabot/cargo/vecq-core-0.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor

Bumps vecq-core from 0.3.0 to 0.3.1.

Release notes

Sourced from vecq-core's releases.

v0.3.1

Added

  • Server-scale benchmark profile (#52): seeded 100K-vector dataset generator (scripts/gen_dataset.py) and a server_scale harness measuring plain / working_dim=256 / cascade modes against exact f32 ground truth, with results, a 2K/10K/100K scale curve, and positioning in the new "Server scale" section of docs/BENCHMARK.md. Headline: compression holds at 4.78x/100K; recall is N-dependent (5-bit r@10 0.974 β†’ 0.850) because true-neighbor margins collapse as N grows β€” vecq's measured sweet spot is the local/on-device profile up to ~10K vectors (r@10 0.932 @ 18 ms/q single-thread); the 2-bit cascade is not a single-threaded throughput win at server N.

Changed

  • Crate metadata honesty pass (#49): new vecq-core description β€” "Training-free vector quantization (4/5/6-bit) and search β€” the SQLite profile for edge vector storage" β€” plus homepage, keywords, and categories, so the crates.io page reflects the current scope; README gains badges and benchmark-reproduce folds.
  • Dependency/CI bumps: softprops/action-gh-release 2 β†’ 3 (#48), usearch 2.26.1 β†’ 2.26.2 in the bench harness (#50). No library code changes since 0.3.0.
Changelog

Sourced from vecq-core's changelog.

[0.3.1] β€” 2026-09-14

Added

  • Server-scale benchmark profile (#52): seeded 100K-vector dataset generator (scripts/gen_dataset.py) and a server_scale harness measuring plain / working_dim=256 / cascade modes against exact f32 ground truth, with results, a 2K/10K/100K scale curve, and positioning in the new "Server scale" section of docs/BENCHMARK.md. Headline: compression holds at 4.78x/100K; recall is N-dependent (5-bit r@10 0.974 β†’ 0.850) because true-neighbor margins collapse as N grows β€” vecq's measured sweet spot is the local/on-device profile up to ~10K vectors (r@10 0.932 @ 18 ms/q single-thread); the 2-bit cascade is not a single-threaded throughput win at server N.

Changed

  • Crate metadata honesty pass (#49): new vecq-core description β€” "Training-free vector quantization (4/5/6-bit) and search β€” the SQLite profile for edge vector storage" β€” plus homepage, keywords, and categories, so the crates.io page reflects the current scope; README gains badges and benchmark-reproduce folds.
  • Dependency/CI bumps: softprops/action-gh-release 2 β†’ 3 (#48), usearch 2.26.1 β†’ 2.26.2 in the bench harness (#50). No library code changes since 0.3.0.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vecq-core](https://github.com/codecoradev/vecq) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/codecoradev/vecq/releases)
- [Changelog](https://github.com/codecoradev/vecq/blob/develop/CHANGELOG.md)
- [Commits](codecoradev/vecq@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: vecq-core
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 22, 2026
@github-actions

Copy link
Copy Markdown

πŸ” Cora AI Code Review

⚠️ Review could not complete. LLM API error after retries: LLM API request failed: builder error


Review powered by cora-code Β· BYOK Β· MIT

@ajianaz
ajianaz merged commit 3298980 into develop Sep 24, 2026
16 checks passed
@ajianaz
ajianaz deleted the dependabot/cargo/vecq-core-0.3.1 branch September 24, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant