Releases: biomodhub/biomod2
v4.2-5 - 2024 Modeling options and Tuning
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
Adding xgboost to the available models
Other Changes
- Changed
CV.do.full.models
default value toFALSE
- Bugfix
Full changelog can found here
v4.2-3 - 2023 Pseudo-absences and Cross-validation
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 inBIOMOD_Modeling
). - Rework and harmonization of cross-validation function.
BIOMOD_CrossValidation
have been renamedbm_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 throughBIOMOD_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)
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
v4.1-3 - 2022 Stable Release (2022-11-09)
v4.1-1 - 2022 Major Release (2022-08-30)
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
v3.5-3 - 2021 Stable Release (2021-08-30)
biomod2
3.5-3 (3.5.1 on CRAN) was the last stable release before the 2022 major rework.
Full changelog can found here