Skip to content

Releases: allometric/allometric

v3.0.0

22 Sep 15:45

Choose a tag to compare

3.0.0 (2024-09-22)

Bug Fixes

  • exporting aggregate_taxa (fd2de76)

  • Merge pull request #201 from allometric/migrate_processing (e40c764), closes #201

Features

BREAKING CHANGES

  • Moving publication processing to models

v2.3.0

04 Feb 17:58

Choose a tag to compare

2.3.0 (2024-02-04)

Bug Fixes

  • removed 'en' from variable definitions, which is a deprecated name for stem density, use 'es' instead (e88be95)
  • removed duplicate 'noa' variable names (8b5f18a)

Features

  • added leaf area (rfa), live branch biomass (bbl), and dead branch biomass (bbd) variable names (d12d5f7)
  • added stem + branch biomass variable name (bsr) (8f85160)

v2.2.0

15 Jan 22:45

Choose a tag to compare

2.2.0 (2024-01-15)

Bug Fixes

Features

  • added mean annual temperature (tlt) and mean annual precipitation (hlp) variable names (0445628)
  • added the ability to group parameter frames by a taxa ID column (c3f4121)
  • implemented direct models.RDS downloads, which greatly speed up model installation (f257a5d)
  • implemented direct models.RDS downloads, which greatly speed up model installation (edcf173)
  • ingest_models is now exported, which allows users to run local publication and parameter files (1432808)
  • ingest_models is now exported, which allows users to run local publication and parameter files (fa19690)

v2.1.0

07 Nov 16:42

Choose a tag to compare

2.1.0 (2023-11-07)

Bug Fixes

  • resolving CRAN submission notes (7bb584e)

Features

  • adding function to check if models are currently installed, closes #170 (8bc84f4)
  • adding unnest_taxa function, closes #177 (1ea66a9)

v2.0.0

29 Oct 17:27

Choose a tag to compare

2.0.0 (2023-10-29)

Bug Fixes

  • models.zip is now removed during installation process (61cabeb)

  • nested lists can now be used as arguments to ModelSet and AllometricModel, closes #167 (21e3bd3)

  • Rebasing to allometric/models v2 main branch (72bfcff)

Features

  • adding equivalence checks for FixedEffectsModel and MixedEffectsModel, closes #157 (5cb295d)
  • catching errors in publication files as warnings, which enables installation to proceed even if one or more publication files error, closes #163 (ad67862)
  • implemented map_publications(), which allows a user to flexibly process publication files (397246b)
  • implementing custom response definitions and associated test. Closes #86 (3bbdc8b)

BREAKING CHANGES

  • This commit will require users to reinstall allometric
    entirely.

v1.4.1

20 Sep 17:15

Choose a tag to compare

1.4.1 (2023-09-20)

Bug Fixes

  • documentation updates for CRAN resubmission (78938ac)

v1.4.0

15 Sep 06:05

Choose a tag to compare

1.4.0 (2023-09-15)

Bug Fixes

  • removing git clone in favor of curl_download for allometric/models, this (may) avoid an issue in CRAN with bad file permissions in the .git directory (1c36306)

Features

  • added capability to check local models for installation, check_local_models(). closes #145 (4de906f)
  • added topographic and climatic components, closes #128 (9d1b7fb)
  • Adding FixedEffectSet summary, restructuring related generics, updates #136 (fa0772f)
  • Adding MixedEffectsModel summary, closes #137 (e556541)
  • Adding MixedEffectsSet summary, closes #136 (c27f84d)
  • Adding ParametricSet class, closes #148 (49f795c)

v1.3.1

13 Sep 17:12

Choose a tag to compare

1.3.1 (2023-09-13)

Bug Fixes

v1.2.0

18 Aug 03:17

Choose a tag to compare

Disaggregates the publication and parameter files into a separate repository called models.

v1.1.0

24 Jun 18:21

Choose a tag to compare

This release implemented many new allometric models and expanded the package structure to accommodate increment models.