From e5dbbddeaf6136f089ca0b01330d3390657ccd7d Mon Sep 17 00:00:00 2001 From: Mathew Topper Date: Wed, 20 Nov 2024 10:49:33 +0000 Subject: [PATCH] 0.6.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af58d82..495b744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG +## v0.6.7 (2024-11-20) + +### :bug: + +- :bug: Fix get_resolution using coarse GCI + ([#16](https://github.com/Data-Only-Greater/convergence/pull/16), + [`4e94653`](https://github.com/Data-Only-Greater/convergence/commit/4e94653dd7799f362cb13df1b235dea2bf4b13d7)) + +When using the coarse GCI to calculate the required resolution using `get_resolution`, $h_1$ was set + to the fine grid resolution, rather than the coarse grid. + + ## v0.6.6 (2024-11-18) ### :robot: diff --git a/pyproject.toml b/pyproject.toml index 8f0d68e..a574d14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "convergence" -version = "0.6.6" +version = "0.6.7" authors = [ {name = "Mathew Topper", email = "damm_horse@yahoo.co.uk"} ]