Skip to content

Commit 5e7c6b8

Browse files
authored
chore: bump version to 0.2.0 (#64)
* chore: bump version to 0.2.0 * chore: update wordlist * fix: remove remotes * chore: update codemeta
1 parent c7b5fe8 commit 5e7c6b8

File tree

4 files changed

+45
-62
lines changed

4 files changed

+45
-62
lines changed

DESCRIPTION

Lines changed: 3 additions & 5 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.1.2.9000
4-
Date: 2022-05-30
3+
Version: 0.2.0
4+
Date: 2022-08-18
55
Authors@R:
66
c(person(given = "Marc",
77
family = "Becker",
@@ -21,7 +21,7 @@ URL: https://mlr3spatial.mlr-org.com,
2121
https://github.com/mlr-org/mlr3spatial
2222
BugReports: https://github.com/mlr-org/mlr3spatial/issues
2323
Depends:
24-
mlr3 (>= 0.13.4-9000),
24+
mlr3 (>= 0.14.0),
2525
R (>= 3.1.0)
2626
Imports:
2727
checkmate (>= 2.0.0),
@@ -47,8 +47,6 @@ Suggests:
4747
rpart,
4848
stars (>= 0.5-5),
4949
testthat (>= 3.0.0)
50-
Remotes:
51-
mlr-org/mlr3
5250
Config/testthat/edition: 3
5351
Config/testthat/parallel: false
5452
Encoding: UTF-8

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# mlr3spatial 0.1.2.9000
1+
# mlr3spatial 0.2.0
22

33
* BREAKING CHANGE: `TaskClassifST` and `TaskRegrST` are used to train a learner with spatial data.
4+
The new tasks unify the work with mlr3spatiotempcv.
45
* BREAKING CHANGE: Raster objects cannot be used to create tasks for training anymore.
5-
* BREAKING CHANGE: `TaskUnsupervised` is used to predict rasters now.
6+
* BREAKING CHANGE: `TaskUnsupervised` is used to predict on rasters objects now.
7+
The new task type is more convenient for data without a response.
68
* feat: Add `as_task_regr_st()` and `as_task_classif_st()` from spatial objects.
79
* feat: Add `as_task_unsupervised()` from raster objects.
810
* feat: Task `leipzig` with land cover target.

codemeta.json

Lines changed: 23 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"identifier": "mlr3spatial",
55
"description": "Extends the 'mlr3' ML framework with methods for spatial objects. Data storage and prediction are supported for packages 'terra', 'raster' and 'stars'.",
66
"name": "mlr3spatial: Support for Spatial Objects Within the 'mlr3' Ecosystem",
7-
"relatedLink": "https://mlr3spatial.mlr-org.com",
7+
"relatedLink": ["https://mlr3spatial.mlr-org.com", "https://CRAN.R-project.org/package=mlr3spatial"],
88
"codeRepository": "https://github.com/mlr-org/mlr3spatial",
99
"issueTracker": "https://github.com/mlr-org/mlr3spatial/issues",
1010
"license": "https://spdx.org/licenses/LGPL-3.0",
11-
"version": "0.1.2",
11+
"version": "0.2.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
17+
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -59,18 +59,6 @@
5959
},
6060
"sameAs": "https://CRAN.R-project.org/package=bench"
6161
},
62-
{
63-
"@type": "SoftwareApplication",
64-
"identifier": "e1071",
65-
"name": "e1071",
66-
"provider": {
67-
"@id": "https://cran.r-project.org",
68-
"@type": "Organization",
69-
"name": "Comprehensive R Archive Network (CRAN)",
70-
"url": "https://cran.r-project.org"
71-
},
72-
"sameAs": "https://CRAN.R-project.org/package=e1071"
73-
},
7462
{
7563
"@type": "SoftwareApplication",
7664
"identifier": "future",
@@ -120,18 +108,6 @@
120108
},
121109
"sameAs": "https://CRAN.R-project.org/package=mlr3learners"
122110
},
123-
{
124-
"@type": "SoftwareApplication",
125-
"identifier": "mlr3tuning",
126-
"name": "mlr3tuning",
127-
"provider": {
128-
"@id": "https://cran.r-project.org",
129-
"@type": "Organization",
130-
"name": "Comprehensive R Archive Network (CRAN)",
131-
"url": "https://cran.r-project.org"
132-
},
133-
"sameAs": "https://CRAN.R-project.org/package=mlr3tuning"
134-
},
135111
{
136112
"@type": "SoftwareApplication",
137113
"identifier": "paradox",
@@ -204,18 +180,6 @@
204180
},
205181
"sameAs": "https://CRAN.R-project.org/package=rpart"
206182
},
207-
{
208-
"@type": "SoftwareApplication",
209-
"identifier": "sf",
210-
"name": "sf",
211-
"provider": {
212-
"@id": "https://cran.r-project.org",
213-
"@type": "Organization",
214-
"name": "Comprehensive R Archive Network (CRAN)",
215-
"url": "https://cran.r-project.org"
216-
},
217-
"sameAs": "https://CRAN.R-project.org/package=sf"
218-
},
219183
{
220184
"@type": "SoftwareApplication",
221185
"identifier": "stars",
@@ -248,7 +212,7 @@
248212
"@type": "SoftwareApplication",
249213
"identifier": "mlr3",
250214
"name": "mlr3",
251-
"version": ">= 0.12.0",
215+
"version": ">= 0.14.0",
252216
"provider": {
253217
"@id": "https://cran.r-project.org",
254218
"@type": "Organization",
@@ -333,10 +297,22 @@
333297
"sameAs": "https://CRAN.R-project.org/package=R6"
334298
},
335299
"9": {
300+
"@type": "SoftwareApplication",
301+
"identifier": "sf",
302+
"name": "sf",
303+
"provider": {
304+
"@id": "https://cran.r-project.org",
305+
"@type": "Organization",
306+
"name": "Comprehensive R Archive Network (CRAN)",
307+
"url": "https://cran.r-project.org"
308+
},
309+
"sameAs": "https://CRAN.R-project.org/package=sf"
310+
},
311+
"10": {
336312
"@type": "SoftwareApplication",
337313
"identifier": "terra",
338314
"name": "terra",
339-
"version": ">= 1.5-21",
315+
"version": ">= 1.6-3",
340316
"provider": {
341317
"@id": "https://cran.r-project.org",
342318
"@type": "Organization",
@@ -345,12 +321,16 @@
345321
},
346322
"sameAs": "https://CRAN.R-project.org/package=terra"
347323
},
348-
"10": {
324+
"11": {
349325
"@type": "SoftwareApplication",
350326
"identifier": "utils",
351327
"name": "utils"
352328
},
353329
"SystemRequirements": null
354330
},
355-
"fileSize": "170.528KB"
331+
"fileSize": "1284.039KB",
332+
"releaseNotes": "https://github.com/mlr-org/mlr3spatial/blob/master/NEWS.md",
333+
"readme": "https://github.com/mlr-org/mlr3spatial/blob/main/README.md",
334+
"contIntegration": "https://github.com/mlr-org/mlr3spatial/actions",
335+
"keywords": ["raster-prediction", "spatial", "spatial-modelling", "r", "r-package", "mlr3"]
356336
}

inst/WORDLIST

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
1-
Benchmarking
2-
CodeFactor
3-
DDR
41
DataBackend
2+
DataBackendDataTable
53
DataBackendRaster
6-
DataBackendVector
4+
EPSG
5+
GeoPackage
6+
GeoTIFF
77
Hyperband
8-
Lifecycle
9-
MacBook
10-
Mio
11-
NG
8+
Mattermost
9+
NDVI
1210
ORCID
1311
OpenML
1412
Parallelization
1513
SpatRaster
1614
Spatiotemporal
15+
StackOverflow
16+
TaskClassif
17+
TaskClassifST
18+
TaskRegr
19+
TaskRegrST
20+
WKT
1721
chunksize
18-
equi
22+
cloneable
23+
dev
1924
github
2025
https
2126
mlr
2227
parallelization
23-
parallelizing
28+
rasters
2429
spatiotempcv
2530
spatiotemporal
2631
subparts
2732
terra
2833
tracebacks
29-
viridis
30-
xy

0 commit comments

Comments
 (0)