1.0.0-alpha.4
Gerstep/cybos1.0.0-alpha.4Aug 29, 2026by tyt2y3
AI Summary
A pre-release update that removes the 255 character limit on watershed detail segmentation and bumps the visioncortex dependency to 0.9.3.
Key Highlights
- Removed cap on `--watershed-detail` to allow finer segmentation
- Updated visioncortex to version 0.9.3
- Default value remains 128 with incremental steps
Breaking Changes
- `--watershed-detail` and `Config.watershed_detail` are no longer capped at 255
Full Release Notes
### 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.