From be16d1b01cd587b8c0029925a6f93a103350ed1a Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sat, 1 Jan 2022 21:18:05 +0100 Subject: [PATCH] major version bump, updated release notes --- docs/release_notes.md | 5 ++++- pyclesperanto_prototype/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index bed0c29d..0e8514ef 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,4 +1,4 @@ -# 0.11.10 - January 1st 2022 +# 0.12.0 - January 1st 2022 ## New features New functions for processing and comparing label images: @@ -16,6 +16,9 @@ New functions for processing and comparing label images: ## Bug fixes * `generate_distance_map` had wrong output shape in case two centroid lists with different sizes were given +## Backwards compatibility breaking bug fixes +* `generate_distance_matrix` had a typo in the parameter "coordindate_list1": it's now "coordinate_list1". + # 0.11.4 - December 13th 2021 ## Bug fix diff --git a/pyclesperanto_prototype/__init__.py b/pyclesperanto_prototype/__init__.py index 55d69075..3262c25d 100644 --- a/pyclesperanto_prototype/__init__.py +++ b/pyclesperanto_prototype/__init__.py @@ -8,5 +8,5 @@ from ._tier9 import * from ._tier10 import * -__version__ = "0.11.10" +__version__ = "0.12.0" __common_alias__ = "cle" diff --git a/setup.cfg b/setup.cfg index 96bee3f7..5691d157 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyclesperanto_prototype -version = 0.11.10 +version = 0.12.0 author = Robert Haase author_email = robert.haase@tu-dresden.de url = https://github.com/clEsperanto/pyclesperanto_prototype