v1.0.0
v1.0.0 (2026-04-01)
Bug Fixes
-
C++ region growing implementation of CoarseToFineAlgorithm (#112,
1842103) -
Instance matching and calculation of instance segmentation metrics with variable start IDs (#117,
a989678) -
Instance matching for computing the coverage metric (#113,
7a5feff) -
Instance segmentation metrics when all predictions are false positives or false negatives (#106,
6e72bf2) -
Pin version ranges of docs dependencies to resolve version conflicts (#133,
403c6ff)
Chores
Continuous Integration
Documentation
Features
-
Filter false positive tree detections by tree height (#114,
f86d77e) -
Operation to test whether 2D points are within an ellipse (#81,
e9a2270)
Refactoring
-
Accept intensities with different dtypes in treeX algorithm (#125,
d6f05d6) -
Adapt instance segmentation metrics to new pointtorch interface (#139,
3e071da) -
Add pre-commit package as development dependency (#77,
b44c998) -
Computation of instance segmentation metrics (#103,
b3a37a0) -
Computation of instance segmentation metrics when there are no valid detections (#110,
5dad16b) -
Include unmatched instances in metric computation (#121,
4e00407) -
Optimize performance of region growing loop in treeX algorithm (#119,
bb359e0) -
Remove pointtorch.operations.remap_instance_ids (#87,
9823a25) -
Remove torch dependencies from pyproject.toml (#92,
216e2fa) -
Support different starting instance IDs in instance matching (#115,
5b30060) -
Suppress division by zero warning in create_digital_terrain_model (#85,
ae921b3) -
Switch to instance matching implementation from pointtorch (#138,
d1c3fe8) -
Update minimum supported version of circle-detection package (#134,
644d29b)
Detailed Changes: v0.1.0...v1.0.0