From 077c8edd292c9f6d0873e6ca7ef57489d7f71c6e Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Tue, 2 Aug 2022 11:15:55 +0200 Subject: [PATCH] bump version number + update changelog --- CHANGES.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9ad2891..76c7014 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## extended-isolation-forest Unreleased -### Added +## extended-isolation-forest 0.2.1 - 2022-08-02 +### Changed +* Preventing panic during sampling random values when upper and lower bound are equal. +### Added * Acceleration example ## extended-isolation-forest 0.2.0 - 2021-05-12 diff --git a/Cargo.toml b/Cargo.toml index 3de845a..5999956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extended-isolation-forest" -version = "0.2.0" +version = "0.2.1" description = "rust port of the anomaly detection algorithm" authors = ["Nico Mandery "] edition = "2021"