From 6d1bc4946e7db8d41dd47c5a90ad02590854278a Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 30 Sep 2024 16:02:36 +0200 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.toml | 2 +- changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e9f297..999dc54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "startin" -version = "0.8.0" +version = "0.8.1" authors = ["Hugo Ledoux "] edition = "2021" license = "MIT" diff --git a/changelog.md b/changelog.md index 2afb301..0fb3391 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.8.1] - 2024-09-30 +### Changed +- fix bug with Laplace/NNI interpolation when interpolate same location + ## [0.8.0] - 2024-07-16 ## Added - vertices of the DT can now have attributes attached to them, just a JSON dict (a serde Value is used). You need to define a schema first. It's probably easier to use in Python, integrated with NumPy to some extent @@ -139,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - first release and upload to crates.io -[0.7.1]: https://github.com/hugoledoux/startin/compare/0.7.0...0.7.1 +[0.8.1]: https://github.com/hugoledoux/startin/compare/0.8.0...0.8.1 +[0.8.0]: https://github.com/hugoledoux/startin/compare/0.7.1...0.8.0 [0.7.0]: https://github.com/hugoledoux/startin/compare/0.6.1...0.7.0 [0.6.2]: https://github.com/hugoledoux/startin/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/hugoledoux/startin/compare/0.6.0...0.6.1