From 465c948db53c0d69b676f5495e817c2691a9e940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 13 May 2022 12:24:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1882729..0d3c654 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ 0.2.4 + - fix: properly handle FileNotFounderror (#44) + - fix: properly handle bmlab exceptions (#42) - enh: reduce complexity of error message if an associated file is missing + - fix: close bmlab session after loading data (#48) + - build: add github action to create installer packages (#31) + - build: add Github deploy action + - build: pin shapely to fix macOS DMG packages 0.2.3 - fix: properly handle nan-valued data in colocalize (#36) - fix: properly handle nan-valued data in collect (#36)