Skip to content

Releases: iiasa/ibis.iSDM

v0.1.7

07 Mar 11:52
a7e5795

Choose a tag to compare

What's Changed

New features

Minor improvements and bug fixes

  • Raise informative error if bias layer has negative values. #148
  • Update engine_xgboost() to work with latest development build and remove [pdp] as dependency #149
  • Improvement of document grammar and readability. Few more vignette examples based on latest development.
  • 🐛 Fixing of engine_inlabru() to work with latest version #150 #145
  • 🐛 Fixes to add_control_bias() to have it working again.
  • 🐛 Refactor code to avoid importing namespaces #95

Full Changelog: v0.1.6...v0.1.7

v0.1.6

29 May 10:26
47231b2

Choose a tag to compare

What's Changed

This PR integrates a series of refactors and enhancements to improve messaging, error handling, and background creation across multiple engine and class files, and it adds support for data.frame predictors.

  • Centralizes creation of background rasters via create_background(x) to reduce duplication.
  • Replaces stop()/warning() calls with cli::cli_abort() and cli::cli_alert_warning() for consistent messaging.
  • Adds support for data.frame predictors and expands documentation for predictor processing.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

08 Nov 09:50
695b35e

Choose a tag to compare

What's Changed in version 0.1.5

New features
New visualization function nicheplot() to visualize suitability across 2 axes #87.
Support for 'modal' value calculations in ensemble().
Support for 'superlearner' in ensemble().
Support for 'kmeans' derived threshold calculation in threshold() and predictor_derivate().
Support for future processing streamlined. See FAQ section for instructions #18.

Minor improvements and bug fixes
Now overwriting temporary data by default in predictor_transform() and similar functions.
Minor 🐛 fix related to misaligned thresholds and negative exponential kernels.
🔥 🐛 fix for scenario projections that use different grain sizes than for inference.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

03 Aug 21:02
3011208

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

10 May 21:08
ef889ee

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.3

Version 0.1.1

14 Dec 15:50
1098bf0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.1

v0.0.9

22 Sep 15:19
068ad37

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.9

Version 0.0.7

03 Aug 04:49

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

Version 0.0.6

21 Jul 07:55
d7d7f97

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Version 0.0.5

25 Jun 10:39
4ec59b4

Choose a tag to compare

What's Changed

  • See Changelog. Most critical change is the transition from raster to terra throughout. If this new version breaks your established code, use the old one.

Details:

Full Changelog: v0.0.3...v0.0.5