From a65152eb654aa72f272337264dc4cf59330e7544 Mon Sep 17 00:00:00 2001 From: Greg <11791585+elphick@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:40:38 +0800 Subject: [PATCH] Numerous bugfixes; coercion, nans, balance. Foundational work for 2d resampling, however NOTE - results incorrect - more work required. --- CHANGELOG.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 274b97d..87ab1fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +Geomet 0.4.10 (2025-01-23) +========================== + +Other Tasks +----------- + +- Numerous bugfixes; coercion, nans, balance. Foundational work for 2d resampling, however NOTE - results incorrect - more work required. (#20) + + Geomet 0.4.9 (2024-11-25) ========================= diff --git a/pyproject.toml b/pyproject.toml index 20f64b7..7525127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "geometallurgy" packages = [{ include = "elphick/geomet" }] -version = "0.4.9" +version = "0.4.10" description = "Tools for the geometallurgist" authors = ["Greg <11791585+elphick@users.noreply.github.com>"] repository = "https://github.com/elphick/geometallurgy"