From 7e05ffad47d9fc35b13ad37c7f5a6a4f75025ee5 Mon Sep 17 00:00:00 2001 From: Viktor Petukhov Date: Tue, 19 Nov 2024 15:44:55 +0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7e01d..7a845b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Upcoming] +## [0.7.1] — 2024-11-19 ### Added @@ -7,11 +7,10 @@ ### Fixed - CLI argument parsing -- Julia 1.11 compatibility ### Changed -- `polygons.json` now has polygons for all cells in the dataset. *Cells with 1 or 2 points now have polygons with vertices.* +- `polygons.json` now has polygons for all cells in the dataset. *Cells with 1 or 2 points now have polygons with 4 vertices.* - Polygon vertices are now slightly shifted farther from the cell center to avoid molecules on the border. ## [0.7.0] — 2024-09-13