Skip to content

Latest commit

 

History

History
143 lines (77 loc) · 7.33 KB

File metadata and controls

143 lines (77 loc) · 7.33 KB

allometric/models changelog

4.0.0 (2026-08-16)

Features

  • Rebuilt the models repository as a YAML truth source. Each publication is now a single YAML file under publications/, authored per the v4 schema (publication block + fixed-effects models and parameterized sets). Models are content-addressed by an 8-character hash of their YAML, validated and indexed by the orc tooling.
  • Migrated all 74 publications (2,806 models) from the R publication files to YAML. The migration tooling lives in allometric/orc/scripts/.

BREAKING CHANGES

  • Removed the R package interface entirely: R/, parameters/, man/, inst/, tests/, NAMESPACE, and models.RDS are deleted, along with the R ingest pipeline (ingest_models, map_publications, load_parameter_frame). The repository no longer installs as an R package; the YAML corpus is consumed via allometric/orc.

3.0.0 (2024-09-22)

Bug Fixes

  • fixed pull request trigger on yaml (52cd897)

  • Updating models.RDS (33a3031)

Features

BREAKING CHANGES

  • Migrating publication processing from allometric into models

2.3.0 (2024-04-13)

Bug Fixes

  • adjusting barnes_1962 prediction function (437fed0)
  • removing model install run on PR, closes #55 (e251928)
  • resolved issues in forrester_2017 variable names and taxa (20989c0)

Features

2.2.0 (2023-12-28)

Features

  • implemented direct model.RDS downloading (4994439)

2.1.0 (2023-12-10)

Features

2.0.0 (2023-10-29)

Bug Fixes

  • correctly specifying feldpausch_2012 pantropical model country descriptor (880303a)

  • defining site index base age for hahn_1984 models, closes #19 (ddc9b81)

  • defining site index base age for hahn_1991 models, closes #20 (979df5c)

  • temporarily removing zeide_2002 response description to avoid errors in the CRAN version of allometric (cce52a0)

  • Forcing breaking change (45fc7c3)

Features

BREAKING CHANGES

  • commit
  • Updating models to use taxa field

1.1.2 (2023-09-07)

Bug Fixes

  • changing action branch of allometric to master (e811129)
  • resolving error in poudel_2019 with ponderosa pine and subalpine fir biomass models (7adeb6e)

1.1.1 (2023-08-31)

Bug Fixes

  • adding DOIs to all publications that have them, closes #16 (0f2b585)
  • installing instead of loading allometric, which should resolve dependency issues in the test-model-install action (65b4fcd)

1.1.0 (2023-08-17)

Features

  • models: added paine_1982 and hann_1997 (05cf73a)

1.0.1 (2023-08-17)

Bug Fixes

  • adding node package information (437b191)

1.0.0 (2023-08-13)

Features

  • initializing with allometric 1.2.0 models (f85c8f0)