From adf0e9d4f7685da2f710d9d0ddab79635fb3e938 Mon Sep 17 00:00:00 2001 From: "kai.schleicher@unibas.ch" Date: Tue, 8 Apr 2025 15:17:19 +0200 Subject: [PATCH 1/2] Update Changelog.md for `project_stack` function --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802e9c22..5babc921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,9 @@ detailed information, please refer to the updated API documentation. * `imcflibs.pathtools.create_directory` to create a new directory at the specified path. +* New function in `imcflibs.imagej.projections`: + * `project_stack` to project along a defined axis using the given projection type. + ## 1.4.0 ### Added From d6a600d8a10a9a52fa4af6518bd82c89a2b0f5f8 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter Date: Tue, 8 Apr 2025 16:40:26 +0200 Subject: [PATCH 2/2] Use fully-qualified name so pdoc renders a link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5babc921..7fcedbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,8 +86,8 @@ detailed information, please refer to the updated API documentation. * `imcflibs.pathtools.create_directory` to create a new directory at the specified path. -* New function in `imcflibs.imagej.projections`: - * `project_stack` to project along a defined axis using the given projection type. +* `imcflibs.imagej.projections.project_stack` to project along a defined axis + using the given projection type. ## 1.4.0