Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 20:23
· 1 commit to main since this release

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.