Skip to content

Commit

Permalink
Bug fixed and minor improvments to thin_observations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth committed Nov 10, 2023
1 parent a4bbbcc commit 14b2e52
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 139 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: ibis.iSDM
Type: Package
Title: Modelling framework for integrated biodiversity distribution scenarios
Version: 0.1.0
Version: 0.1.1
Authors@R:
c(person(given = "Martin",
family = "Jung",
Expand Down Expand Up @@ -72,7 +72,9 @@ Suggests:
geosphere,
cubelyr,
testthat (>= 3.0.0),
xgboost
xgboost,
spatstat.geom,
spatstat.explore
URL: https://iiasa.github.io/ibis.iSDM/
BugReports: https://github.com/iiasa/ibis.iSDM/issues
RoxygenNote: 7.2.3
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
@@ -1,4 +1,9 @@
# ibis.iSDM 0.1.0 (current dev branch)
# ibis.iSDM 0.1.1 (current dev branch)

#### Minor improvements and bug fixes
* Several bug fixes in `thin_observations` and `global` argument for bias-method

# ibis.iSDM 0.1.0

#### New features
* Added a small convenience wrapper to add model outputs to another model `add_predictors_model()`
Expand Down

0 comments on commit 14b2e52

Please sign in to comment.