You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) (Remove crs arg from autoplot() #144)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Breaking
autoplot()
: removed argumentcrs
. 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) (Removecrs
arg fromautoplot()
#144)Features
autoplot()
support forResamplingCustomCV
(Addautoplot()
support forResamplingCustomCV
#140)Bug fixes
"spcv_block"
: Assert error if folds > 2 whenselection = "checkerboard"
(- Assert error if folds > 2 whenselection = "checkerboard"
in"spcv_block"
#150)TaskRegrST
tasks fromsf
objects (Fix row duplication when creating TaskRegrST tasks from sf objects #152)Miscellaneous
"spcv_block"
since it is required in {blockCV} >= 2.1.4 and {sf} >= 1.0This discussion was created from the release mlr3spatiotempcv 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions