From 1ddc9ebbf7120af7d2b92518f1b56ddd95430db1 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 15 Aug 2026 12:36:01 +0100 Subject: [PATCH] CHANGELOG: note uncapped --watershed-detail under Unreleased --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f072a..6d8e8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +* `--watershed-detail` (and `watershed_detail` on `Config` and in the Python and Node bindings) is no longer capped at 255 — it now accepts any value, so extremely fine segmentation is reachable past the old ceiling. The default stays 128 and each +25.5 still roughly doubles the region count. * Bump `visioncortex` to 0.9.3 — a minor upstream bug fix. ## 1.0.0-alpha.3 - 2026-08-01