From bd2dc65ddcb34333a7fcc47705224d0abbd0d2e6 Mon Sep 17 00:00:00 2001 From: kwinkunks Date: Tue, 10 Oct 2023 22:27:51 +0200 Subject: [PATCH] More release notes --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268719b..8e88266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG -## 0.2.0, October 2023 +## 0.2.0, 10 October 2023 -- Moving to more conventional semantic versioning. -- Added `gio.find_closures()` to automatically find closing contours in a grid. Also added short notebook about it to the docs. +- Added `gio.find_closures()` to automatically find closing contours in a grid. Also added short notebook about it to the docs. Many thanks to Rob Gooder for hugely improving this algorithm. - Development note: switched to PEP621-style build system, using only `pyproject.toml`. +- Now also building on and supporting Python 3.11. +- Moving to more conventional semantic versioning. ## 0.1.7, 19 September 2022