Releases: SantanderMetGroup/mopa
Releases · SantanderMetGroup/mopa
Release mopa v1.1.2
Fix issue #5: Updated dependency spatstat <=1.64
to spatstat.geom >=1.65
What's Changed
- Added spatstat.geom >= 1.65 in PR #19
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.0.2 (06 Jul 2021)
- Specify the version of the dependency spatstat
v1.0.1 (05 Jul 2021)
- Update documentation
mopa 1.0.0
Allow multiple choices of SDM techniques in function mopaTrain.
Allow multiple choices of each component in the modeling chain (predictor sets, pseudo-absence samples, SDM techniques, ...).
New function for variance analysis of the results (variance explained by a component in front of another).
New naming of the functions
mopa 0.4.0
- CITATION added
- Modified parameters in functions
- New functions for prediction and niche overlap calculation
- Threshold option added to calculate the confusion matrix when modelling
mopa 0.3.0
- Incorporation of two non-linear models to fit distance vs AUC
- Assignment of attributes to output objects
- Exception handling when backgrounds are too small for sampling pseudo-absences
- Efficiency improvement
v0.2.0
mopa 0.2.0
- New paper in Ecological Modelling describing package functionality:
http://www.sciencedirect.com/science/article/pii/S030438001500215X# - New functions to fit the AUC vs. distance curve: 3-parameter and 2-parameter asymptotic exponentials.
- Residual sum of squares calculation of the AUC vs. distance fitted curve.
- Minor bug fixes and enhancements