Releases: marcosdanieldasilva/ForestMensuration.jl
Releases · marcosdanieldasilva/ForestMensuration.jl
v2.0.0
ForestMensuration v2.0.0
Breaking Changes
- Refactored Regression Implementation:
The underlying implementation of theregression
function has been completely refactored. Previously, it relied onGLM.lm
and its associated data structures; it now uses a custom-built regression structure and implementation. Although the public API (function call and usage) remains unchanged, this internal change may affect any code that depended on the previous internal structure.
Other Changes
- Bumped package version from 1.0.0 to 2.0.0 to reflect the breaking change in the regression implementation.