Skip to content

Commit

Permalink
Merge pull request #86 from Kohulan/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--release-please-action

chore(master): release 1.2.0
  • Loading branch information
Kohulan committed Sep 19, 2023
2 parents 0016e1b + ed708c2 commit 69cfa6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [1.2.0](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/1.1.4...v1.2.0) (2023-09-19)


### Features

* adaptive line kernel based on structure size ([2f2fe8e](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/2f2fe8e350b6f88eeda2fa9d2c20967283ef0bb6))
* function to get mean size from bboxes ([70a5b2b](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/70a5b2b66a29dda2e63308e0c24b57093eaefb76))
* GH Action for automated Pypi releases ([dbc55f6](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/dbc55f64ba91899b542ffe5e007ae23ba570d892))


### Bug Fixes

* formatted with black ([b7c7417](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/b7c74173fa62f7f5a880fe85069a7942783d296a))
* linter appeasement ([79c89ca](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/79c89ca4898edca0ad0552ae6681d379198fa426))
* lower relative threshold for kernel for line detection ([1aa4deb](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/1aa4debe8557e8ef379db0b52823e8f5d0dd1ed8))
* max instead of mean structure size for line kernels ([227c452](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/227c4527cfeb5407daa7b041eb221ff5913420f8))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="decimer_segmentation",
version="1.1.4",
version="1.2.0",
author="Kohulan Rajan",
author_email="kohulan.rajan@uni-jena.de",
maintainer="Kohulan Rajan",
Expand Down

0 comments on commit 69cfa6f

Please sign in to comment.