Skip to content

Commit 3114028

Browse files
authored
Merge pull request #99 from Kohulan/release-please--branches--master--components--release-please-action
chore(master): release 1.2.5
2 parents 14be8f7 + 5210998 commit 3114028

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.5](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.4...v1.2.5) (2023-10-19)
4+
5+
6+
### Bug Fixes
7+
8+
* adapt seed pixel determination test according to changes ([337775d](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/337775d34b536ee79aa63e7b0153aae7c49b229d))
9+
* do not return empty segments ([f1deb46](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/f1deb4606627fd96c43ec8527c5287e0823f5905))
10+
* don't use pixels from exclusion mask as seed pixels ([fe96aa9](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/fe96aa91af94c2c8b650ae8d3215a3b497af7469))
11+
312
## [1.2.4](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.3...v1.2.4) (2023-10-19)
413

514

decimer_segmentation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
please raise an issue on our GitHub repository.
1111
"""
1212

13-
__version__ = "1.2.4"
13+
__version__ = "1.2.5"
1414

1515
__all__ = [
1616
"decimer_segmentation",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="decimer_segmentation",
18-
version="1.2.4",
18+
version="1.2.5",
1919
author="Kohulan Rajan",
2020
author_email="[email protected]",
2121
maintainer="Kohulan Rajan",

0 commit comments

Comments
 (0)