From 64aaff814085c74e4e9fce2956323e8d856152c0 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Wed, 22 Nov 2023 22:27:56 +0100 Subject: [PATCH] RLS: add a changelog for 0.7.0 (#518) * RLS: add 0.7.0 changelog * note on new requirements --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633cc544..67a1f34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +Version 0.7.0 (November 22, 2023) +--------------------------------- + +Momepy now requires at least Python 3.10, GeoPandas 0.12, NetworkX 2.7 and tqdm 4.63. + +Enhancements: + +- ENH: support single-part multipolygons in ``Squareness`` and ``CentroidCorners`` (#507) +- ENH: add ``FaceArtifacts`` function to detect non-morphological artifacts in street + networks (#510) + Version 0.6.0 (May 1, 2023) ---------------------------