Skip to content

Commit 6ec6e06

Browse files
authored
chore: bump version to 0.3.1 (#80)
* chore: bump version to 0.3.1 * chore: update wordlist * chore: update date * fix: links
1 parent 37a2c8f commit 6ec6e06

File tree

8 files changed

+24
-15
lines changed

8 files changed

+24
-15
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ cran-comments\.md
2222
^README\.Rmd$
2323
^README\.html$
2424
.vscode
25+
^cran-comments\.md$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ cran-comments\.md
109109
CRAN-RELEASE
110110
.vscode
111111
README\.html
112+
CRAN-SUBMISSION

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.3.0
2-
Date: 2022-10-20 15:31:34 UTC
3-
SHA: 81754112d5abe1805625e779db81e976cb5cce92
1+
Version: 0.3.1
2+
Date: 2022-12-16 11:13:37 UTC
3+
SHA: 73c9cfb539655ba35e9ac21c1ea78e1f0a5a4c37

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: mlr3spatial
22
Title: Support for Spatial Objects Within the 'mlr3' Ecosystem
3-
Version: 0.3.0.9000
4-
Date: 2022-10-20
3+
Version: 0.3.1
4+
Date: 2022-12-16
55
Authors@R:
66
c(
77
person("Marc", "Becker", , "[email protected]", role = c("aut", "cre"),

NEWS.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# mlr3spatial 0.3.0.9000
1+
# mlr3spatial 0.3.1
2+
3+
* chore: Remove `rgdal` dependency and require `raster` version 3.6-11.
24

35
# mlr3spatial 0.3.0
46

5-
* feat: add prediction on vector data to `spatial_predict()`.
7+
* feat: Add prediction on vector data to `spatial_predict()`.
68

79
# mlr3spatial 0.2.1
810

9-
* fix: add `"space"` and `"time"` column role from mlr3spatiotempcv
11+
* fix: Add `"space"` and `"time"` column role from mlr3spatiotempcv
1012

1113
# mlr3spatial 0.2.0
1214

@@ -29,11 +31,11 @@
2931

3032
# mlr3spatial 0.1.2
3133

32-
* refactor: stars objects are directly converted to terra objects now.
34+
* refactor: Stars objects are directly converted to terra objects now.
3335

3436
# mlr3spatial 0.1.1
3537

36-
* fix: compatibility to terra update.
38+
* fix: Compatibility to terra update.
3739

3840
# mlr3spatial 0.1.0
3941

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Package website: [release](https://mlr3spatial.mlr-org.com/) | [dev](https://mlr
2929
[![Mattermost](https://img.shields.io/badge/chat-mattermost-orange.svg)](https://lmmisld-lmu-stats-slds.srv.mwn.de/mlr_invite/)
3030
<!-- badges: end -->
3131

32-
*mlr3spatial* is the package for spatial objects within the [mlr3](https://mlr3.mlr-org.com) ecosystem.
32+
*mlr3spatial* is the package for spatial objects within the [mlr3](https://mlr-org.com) ecosystem.
3333
The package directly loads data from [sf](https://CRAN.R-project.org/package=sf) objects to train any mlr3 learner.
3434
The learner can predict on various raster formats ([terra](https://CRAN.R-project.org/package=terra), [raster](https://CRAN.R-project.org/package=raster) and [stars](https://CRAN.R-project.org/package=stars)) and writes the prediction raster to disk.
3535
mlr3spatial reads large raster objects in chunks to avoid memory issues and predicts the chunks in parallel.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ status](https://www.r-pkg.org/badges/version/mlr3spatial)](https://CRAN.R-projec
1414
<!-- badges: end -->
1515

1616
*mlr3spatial* is the package for spatial objects within the
17-
[mlr3](https://mlr3.mlr-org.com) ecosystem. The package directly loads
18-
data from [sf](https://CRAN.R-project.org/package=sf) objects to train
19-
any mlr3 learner. The learner can predict on various raster formats
17+
[mlr3](https://mlr-org.com) ecosystem. The package directly loads data
18+
from [sf](https://CRAN.R-project.org/package=sf) objects to train any
19+
mlr3 learner. The learner can predict on various raster formats
2020
([terra](https://CRAN.R-project.org/package=terra),
2121
[raster](https://CRAN.R-project.org/package=raster) and
2222
[stars](https://CRAN.R-project.org/package=stars)) and writes the

inst/WORDLIST

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
DataBackend
22
DataBackendDataTable
3-
DataBackendRaster
3+
DataBackendVector
44
EPSG
55
GeoPackage
66
GeoTIFF
77
Hyperband
8+
MacBook
89
Mattermost
910
NDVI
1011
ORCID
@@ -17,15 +18,19 @@ TaskClassif
1718
TaskClassifST
1819
TaskRegr
1920
TaskRegrST
21+
TaskUnsupervised
2022
WKT
2123
chunksize
2224
cloneable
25+
cmd
2326
dev
2427
github
2528
https
2629
mlr
2730
parallelization
2831
rasters
32+
sfc
33+
socker
2934
spatiotempcv
3035
spatiotemporal
3136
subparts

0 commit comments

Comments
 (0)