From 2173adda019971ad1e2ac8dbfdb68ab4d48ae52f Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 16 Dec 2024 11:57:24 +0100 Subject: [PATCH] Bump to v0.12.1 --- Cargo.toml | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c70f98..ca49790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "startinpy" -version = "0.12.0" +version = "0.12.1" authors = ["Hugo Ledoux "] license = "MIT" homepage="https://github.com/hugoledoux/startinpy" diff --git a/changelog.md b/changelog.md index e3576c4..987619b 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,10 @@ 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.12.1] - 2024-12-16 +### Changed +- Downgrade the requirement for numpy>2 to numpy>=1.24.0. It wasn't necessary and created a bit of a havoc with other libs that didn't make the jump to v2 + ## [0.12.0] - 2024-10-28 ### Changed - interpolation with NNI can now use the "precompute" of Voronoi vertices (speed up in many cases) @@ -93,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - new name "startinpy" to avoid clashes with the rust lib "startin" on which this project is based on. Since I use a Rust builder (maturin), there were clashes and probably a better idea to call it "startinpy" anyway. +[0.12.1]: https://github.com/hugoledoux/startinpy/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/hugoledoux/startinpy/compare/0.11.0...0.12.0 [0.11.0]: https://github.com/hugoledoux/startinpy/compare/0.10.2...0.11.0 [0.10.2]: https://github.com/hugoledoux/startinpy/compare/0.10.1...0.10.2