Skip to content

mlr3spatiotempcv 1.0.0

Compare
Choose a tag to compare
@pat-s pat-s released this 19 Aug 19:31
cd1b072

Breaking

  • autoplot(): removed argument crs. The CRS is now inferred from the supplied Task. Setting a different CRS than the task might lead to spurious issues and the initial idea of changing the CRS for plotting to have proper axes labeling does not apply (anymore) (#144)

Features

  • Added autoplot() support for ResamplingCustomCV (#140)

Bug fixes

  • "spcv_block": Assert error if folds > 2 when selection = "checkerboard" (#150)
  • Fixed row duplication when creating TaskRegrST tasks from sf objects (#152)

Miscellaneous

  • Upgrade tests to {vdiffr} 1.0.0
  • Add {rgdal} to suggests and required it in "spcv_block" since it is required in {blockCV} >= 2.1.4 and {sf} >= 1.0