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