Skip to content

Releases: mlr-org/mlr3spatiotempcv

mlr3spatiotempcv 1.0.0

19 Aug 19:31
cd1b072
Compare
Choose a tag to compare

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

mlr3spatiotempcv 0.4.1

24 Jun 08:24
Compare
Choose a tag to compare
  • 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

mlr3spatiotempcv 0.4.0

03 Jun 22:10
99005ce
Compare
Choose a tag to compare

Features

  • Support clustering coords only for "sptcv_cluto"
  • Add as_task_* S3 generics: as_task_classif_st.data.frame(), as_task_classif_st.DataBackend(), as_task_classif_st.sf(), as_task_regr_st.data.frame(), as_task_regr_st.DataBackend(), as_task_regr_st.sf(), as_task_classif.TaskClassifST(), as_task_regr.TaskRegrST() (#99)
  • Add "spcv_tiles" and "repeated_spcv_tiles" (#121)
  • Add "spcv_disc" (#115)

Bug Fixes

  • Fixed train set issues for sptcv_cstf() with space and time var (#135)
  • Fixed $folds() active binding returning wrong fold number (#120)
  • Add missing man IDs (#122)

Misc

  • Add example 2D spatial plots to spatiotemp-viz vignette
  • Add {caret} to Suggests
  • "Cstf" methods: remove arguments in favor of param set to align with other methods (#122)
  • Inherit documentation from upstream functions (#117)
  • Vignette: Update and categorize table listing all implemented methods

mlr3spatiotempcv 0.3.0

13 Apr 19:58
Compare
Choose a tag to compare

New Features

  • autoplot.ResamplingSptCVCstf(): add 2D plotting method (#106)
  • autoplot.ResamplingSptCVCstf(): add arguments show_omitted and static_image (#100)
  • autoplot() (all methods): allow adjusting point size via ... (#98)

Maintenance

  • Remove {GSIF} package due to CRAN archival and host the cookfarm dataset standalone
  • Use Cstf method for spatiotemporal viz vignette
  • Fix help page content of ResamplingRepeatedSptCVCstf (beforehand the Cluto method was referenced accidentally)
  • Fix segfault in autoplot.ResamplingSpcvBlock example when rendering pkgdown site (unclear why this happens when show_labels = TRUE)
  • Update autoplot() examples and related documentation
  • Remove duplicate resources in Tasks "see also" fields
  • Skip a test on Solaris and macOS 3.6
  • Optimize "Spatiotemporal Visualization" vignette

mlr3spatiotempcv 0.2.1

20 Mar 17:32
Compare
Choose a tag to compare
  • Add support for rasterLayer argument in blockCV::spatialBlock() (#94)
  • Ensure that blockCV::spatialBlock() functions actually returns the same result when invoked via {mlr3spatiotempcv} (#93).
    Among other issues, blockCV::spatialBlock(selection = "checkerboard") was ignored.
  • Get coordinates names from {sf} objects dynamically.
    Before some functions would have errored if the coordinate names were not named "x" and "y".

mlr3spatiotempcv 0.2.0

08 Mar 21:15
Compare
Choose a tag to compare
  • Add support for {sf} objects for Task*ST creation (#90)
  • "Getting Started" vignette: add example how to create a spatial task

mlr3spatiotempcv 0.1.1

06 Jan 07:28
Compare
Choose a tag to compare
  • CRAN-related changes
  • Support ordered factors in TaskClassifST creation (#84)

mlr3spatiotempcv 0.1.0

26 Dec 18:28
Compare
Choose a tag to compare
  • Initial CRAN release

mlr3spatiotempcv 0.0.0.9006

27 Oct 06:35
Compare
Choose a tag to compare
- Add `ResamplingSptCVCluto` (#53)