Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azizkayumov committed Jun 21, 2023
1 parent cdf6881 commit 7eda532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![crates.io](https://img.shields.io/crates/v/srtree)](https://crates.io/crates/srtree)

# srtree
Rust implementation of [SR-Tree](https://dl.acm.org/doi/10.1145/253262.253347): nearest neighbor search index for high-dimensional clustered datasets.
Rust implementation of [SR-Tree](https://dl.acm.org/doi/10.1145/253262.253347): nearest neighbor search index for high-dimensional clustered datasets, modified to support variance-based bulk-loading. This crate applies fundamental concepts presented in the paper, and the original C++ version can be found [here](http://www.dbl.nii.ac.jp/~katayama/homepage/research/srtree/).

## Example
This example shows how to query nearest neighbors:
Expand Down
2 changes: 1 addition & 1 deletion srtree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srtree"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.63"
description = "Rust implementation of SR-Tree: a high-dimensional nearest neighbor search index."
Expand Down

0 comments on commit 7eda532

Please sign in to comment.