From 1341cf0e5197a70a42fb3e6622cf7715cafe6f5a Mon Sep 17 00:00:00 2001 From: Benjamin Midtvedt Date: Sat, 29 Jan 2022 14:13:57 +0100 Subject: [PATCH 1/2] 11.5 pypi fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81bbc5207..c0c2be73b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name="deeptrack", # Replace with your own username - version="0.11.3", + version="0.11.5", author="Benjamin Midtvedt", author_email="benjamin.midtvedt@physics.gu.se", description="A deep learning oriented microscopy image simulation package", From 6b0eb12cfc71cc5fe18b7976f03b7afa9fcb4bc9 Mon Sep 17 00:00:00 2001 From: Giovanni Volpe <46021832+giovannivolpe@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:20:26 +0100 Subject: [PATCH 2/2] v2.0.11.3 (#61) (#92) * Fixed bug: Edge case of incorrect positioning of scatterer. Co-authored-by: BenjaminMidtvedt <41636530+BenjaminMidtvedt@users.noreply.github.com>