Skip to content

Releases: biomodhub/biomod2

v4.2-5 - 2024 Modeling options and Tuning

03 May 08:41
Compare
Choose a tag to compare

Modeling options are now automatically retrieved from single models functions,
normally allowing the use of all arguments taken into account by these functions,
with the help of ModelsTable and OptionsBigboss datasets

Tuning has been cleaned up

In consequence, BIOMOD_ModelingOptions and BIOMOD_Tuning functions become secundary functions (bm_ModelingOptions and bm_Tuning), and modeling options can be directly built through BIOMOD_Modeling function

Full changelog can found here

v4.2-4 - 2023 xgboost

20 Jun 07:24
Compare
Choose a tag to compare

Adding xgboost to the available models

Other Changes

  • Changed CV.do.full.models default value to FALSE
  • Bugfix

Full changelog can found here

v4.2-3 - 2023 Pseudo-absences and Cross-validation

11 May 11:39
Compare
Choose a tag to compare

Cleaning and expanding features for pseudo-absences and cross-validation

  • Improved pseudo-absence management: it is now possible to have pseudo-absence dataset of different size and algorithm can be setup to run on different pseudo-absence dataset (with models.pa argument in BIOMOD_Modeling).
  • Rework and harmonization of cross-validation function. BIOMOD_CrossValidation have been renamed bm_CrossValidation and cross-validation with k-fold, stratified and environmental strategy now work properly with pseudo-absence dataset. All cross-validation strategy can now be called directly through BIOMOD_Modeling.
  • Lots of internal changes improving package functioning and solving bugs

Full changelog can found here

v4.2-2 - 2023 Release 1 (2023-01-12)

16 Jan 12:29
Compare
Choose a tag to compare

Improvement release

  • Added support for .tif
  • Improved plot and summary for output of BIOMOD_FormatingData
  • Improved plot for output of BIOMOD_Projection
  • Binary and filtered transformation are now properly stored and can be access with get_predictions(x, metric.binary = "TSS") (resp. metric.filter)
  • Lots of internal changes improving package functioning and solving bugs

Full changelog can found here

v4.2-1 - 2022 Terra Update

12 Jan 15:18
Compare
Choose a tag to compare

First release with primary support for terra
This is the first release that have a primary support for package terra. Older version are based on raster.
Full changelog can found here from version 4.2-0 to 4.2-1

v4.1-3 - 2022 Stable Release (2022-11-09)

12 Jan 15:09
Compare
Choose a tag to compare

Last stable release for 2022
This is the last release that have a primary support for package raster. Newer version are based on terra.
Full changelog can found here from version 4.1-2 to 4.1-3

v4.1-1 - 2022 Major Release (2022-08-30)

12 Jan 14:58
Compare
Choose a tag to compare

Major Release

  • clean all functions, reorganize files, remove old / unused functions
  • standardize function names and parameter names
  • update roxygen2 documentation for all functions, including examples
  • create github website to host documentation, examples, vignettes, news

Full changelog can found here for version 4.0 to 4.1-1

v3.5-3 - 2021 Stable Release (2021-08-30)

12 Jan 14:42
Compare
Choose a tag to compare

biomod2 3.5-3 (3.5.1 on CRAN) was the last stable release before the 2022 major rework.
Full changelog can found here