From 965121229a7d580fd79608b0c8c40b7daae68133 Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Sun, 18 Feb 2024 13:29:34 +0000 Subject: [PATCH] chore: release Signed-off-by: Scott Donnelly --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294a038..bfc561e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Kiddo Changelog +## [4.2.0] - 2024-02-18 + +### ✨ Features + +- Add f16 support, example and docs to show usage with half crate + +### 🐛 Bug Fixes + +- Prevent assertion failure when stem optimisation needs a large shift + ## [4.1.1] - 2024-02-17 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index f358744..1f0500c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kiddo" -version = "4.1.1" +version = "4.2.0" edition = "2021" authors = ["Scott Donnelly "] description = "A high-performance, flexible, ergonomic k-d tree library. Ideal for geo- and astro- nearest-neighbour and k-nearest-neighbor queries"