From 40a7d876f798a00956a190a3c3e1d51b325a6ecd Mon Sep 17 00:00:00 2001
From: trinade <46870990+trinade@users.noreply.github.com>
Date: Wed, 6 Aug 2025 13:13:04 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1865780..8d47eb0 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ ___________
___________
## Links to Google Colab notebooks for important workflows using the software
-- The ```load_data.ipynb``` notebook shows briefly steps to download programmatically the sample data used for analysis in the following notebooks. It specifically used ```curl``` to download the data from publicly published website links. This notebook can be opened in Colab here.
+- The ```load_data.ipynb``` notebook shows briefly steps to download programmatically the sample data used for analysis in the following notebooks. It specifically used ```curl``` to download the data from publicly published website links. This notebook can be opened in Colab here.
- The ```synth.ipynb``` notebook in PyPlaque generates synthetic shapes at random locations (that are seeded for reproducibility) to emulate segmentation masks. These simulated images are wrapped in standard PyPlaque classes like ```FluorescenceMicroscopy``` that treats each image of consisting of synthetic shapes as a fluorescence plate well, enabling seamless integration with the package's analysis and visualization pipelines. This allows us to compare image analysis algorithms' area and perimeter calculations on standard known shapes without relying on real irregular shapes where the true measurements could be ambiguous. This notebook can be tried in Colab here.
From 8bd8ac40928cbc036b3f7fa728145393d83389b5 Mon Sep 17 00:00:00 2001
From: trinade
Date: Wed, 6 Aug 2025 13:23:56 +0200
Subject: [PATCH 2/2] updation of version in setup.py
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 5b0b81e..10c8d6f 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
# Get the long description from the README file
long_description = (cwd / 'README.md').read_text(encoding='utf-8')
-version = 'v0.2.3'
+version = 'v0.2.4'
setup(
name = 'PyPlaque',