Skip to content

Releases: mlr-org/mlr3spatiotempcv

mlr3spatiotempcv 2.3.4

12 Sep 11:16
7a70363

Choose a tag to compare

mlr3spatiotempcv 2.3.3

10 Jul 15:19
c9a6ea6

Choose a tag to compare

Bug fixes

  • mlr3 1.0.0 compatibility (#242).
  • Use of custom train_color and test_color in autoplot() (#241, #243).

mlr3spatiotempcv 2.3.2

09 Dec 07:22
076007c

Choose a tag to compare

  • mlr3 compatibility
  • JSS paper inclusion
  • Roxygen fixes

mlr3spatiotempcv 2.3.1

18 Apr 08:32
63438e5

Choose a tag to compare

  • Add support for new {paradox} version (#234)
  • Rename ppoints param in {CAST} functions to predpoints to adhere with the upstream package renaming (#237)
  • Update {vdiffr} tests with latest {ggplot2} version

mlr3spatiotempcv 2.3.0

22 Jan 18:07
8b3a4bb

Choose a tag to compare

Features

  • Allow changing point size in all autoplot() functions (#231).

Misc

  • Cleanup dicts during unload (#233)
  • Pass ellipsis to all autoplot() sub-functions.
  • Fix mlr3book references
  • Compile "vis" vignette also on macOS

mlr3spatiotempcv 2.2.0

24 Dec 14:23
ad35326

Choose a tag to compare

Features

  • Add "knndm" method from package {CAST} (#229)
  • Add label_size to "spcv_block" to make label size configurable (#227)
  • Add show_omitted for "spcv_buffer" method (#228)

mlr3spatiotempcv 2.1.0

24 May 16:05
08cb7b8

Choose a tag to compare

  • Add support for {blockCV} v3 and bump requirement to >= 3.1.2 (#222)
  • Replace {raster} dependency in favor of {terra}
  • Remove CLUTO algorithm and method due to CLUTO being non-downloadable anymore (#224)

mlr3spatiotempcv 2.0.3

19 Nov 08:49
fe5f685

Choose a tag to compare

  • add label support for built-in tasks
  • adhere to CRAN "noSuggests" policy
  • wrap some long running examples in donttest{}

mlr3spatiotempcv 2.0.2

09 Aug 18:54
9289520

Choose a tag to compare

  • Add error message when trying to create a TaskClassifST or TaskRegrST from an sf object
  • Synchronize TaskClassifST or TaskRegrST with {mlr3spatial}
  • Add support for mlr_reflections changes in {mlr3} > 0.13.4
  • Adjust "Getting Started" vignette to recent API changes
  • autoplot.ResamplingSptCVCstf(): Add missing support for argument axis_label_fontsize for x and y axes

mlr3spatiotempcv 2.0.1

23 Jun 05:49
f3aa3b0

Choose a tag to compare

Bugfixes

  • autoplot.ResamplingSptCVCstf: when multiple folds are requested, the subplots are now returned again (before, the return was empty)
  • autoplot.ResamplingSptCVCstf: the legend item for the "omitted" observations now displays the correct color and label again