evoc-rs 0.1.3

Rust port of the EVoC clustering algorithm for high dimensional data
Documentation
# News

## 0.1.3

**Features:**

- Version bump to latest version of `manifolds-rs` and `ann-search-rs`. In the
  former case, proper error handling is now happening.

## 0.1.2

**Features:**

- Version bump to latest version of `manifolds-rs`, unlocking GPU-accelerated
  kNN searches.
- GPU-accelerated version of EVoC that leverages the GPU-accelerated kNN
  searches under the hood.

## 0.1.1

**Features:**

- Version bump to latest version of `manifolds-rs`, unlocking IVF as an
  appproximate nearest neighbour searches.

## 0.1.0

**Features:**

- Release of the package.