Skip to content

Commit 821a555

Browse files
committed
document recent changes in NEWS
1 parent 1dfa38a commit 821a555

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# crownsegmentr 1.1.0
2+
* Fixed a mathematical error in watershed_diameter_raster and li_diameter_raster: diameter is now calculated as 2*sqrt(area/pi), and no longer as sqrt(area).
3+
This causes resulting raster values to be slightly higher in most cases.
4+
* In the light of new research results, the default value for the parameter smoothing_radius in the above functons was changed from 5 to 10.
5+
* These two changes now mean that watershed_diameter_raster and li_diameter_raster produce different results compared to prior versions
26

37
# crownsegmentr 1.0.2
8+
* Fixed malfunctioning in diameter_raster functions that stemmed from terra behavior differing on different machines of parallelization regimes
49

510
# crownsegmentr 1.0.1
11+
* Submission with all examples CRAN compatible
612

713
# crownsegmentr 1.0.0
814

0 commit comments

Comments
 (0)