You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# CHANGELOG
2
2
3
-
## 0.2.0, October 2023
3
+
## 0.2.0, 10 October 2023
4
4
5
-
- Moving to more conventional semantic versioning.
6
-
- Added `gio.find_closures()` to automatically find closing contours in a grid. Also added short notebook about it to the docs.
5
+
- 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.
7
6
- Development note: switched to PEP621-style build system, using only `pyproject.toml`.
7
+
- Now also building on and supporting Python 3.11.
8
+
- Moving to more conventional semantic versioning.
0 commit comments