From 80ab648a06e9546160960911f200453692464263 Mon Sep 17 00:00:00 2001 From: Sam Gillingham Date: Tue, 21 May 2024 10:38:47 +1000 Subject: [PATCH] Get ready for v2.0.1 (#49) --- doc/source/ReleaseNotes.rst | 10 ++++++++++ pyshepseg/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/source/ReleaseNotes.rst b/doc/source/ReleaseNotes.rst index 1d20f2b..5075dae 100644 --- a/doc/source/ReleaseNotes.rst +++ b/doc/source/ReleaseNotes.rst @@ -1,6 +1,16 @@ Pyshepseg Release Notes ======================= +Version 2.0.1 (2024-05-21) +-------------------------- + +New Features: + * Many fixes and improvements to the AWS Batch support. Most notably, + statistics can now be calculated before the "stitch" job finishes. + +Bug Fixes: + * Fix tiling code with recent scipy (>1.9.0). + Version 2.0.0 (2023-01-04) -------------------------- diff --git a/pyshepseg/__init__.py b/pyshepseg/__init__.py index 96e40c9..d790684 100644 --- a/pyshepseg/__init__.py +++ b/pyshepseg/__init__.py @@ -29,6 +29,6 @@ """ -SHEPSEG_VERSION = '2.0.0' +SHEPSEG_VERSION = '2.0.1' __version__ = SHEPSEG_VERSION