Skip to content

Releases: marcosdanieldasilva/ForestMensuration.jl

v2.0.0

09 Feb 20:23
Compare
Choose a tag to compare

ForestMensuration v2.0.0

Diff since v1.0.0

Breaking Changes

  • Refactored Regression Implementation:
    The underlying implementation of the regression function has been completely refactored. Previously, it relied on GLM.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.

v1.0.0

30 Nov 14:21
Compare
Choose a tag to compare

ForestMensuration v1.0.0