Skip to content

Commit f301136

Browse files
committed
cran release
1 parent 5bd7e23 commit f301136

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3torch
22
Title: Deep Learning with 'mlr3'
3-
Version: 0.3.1.9000
3+
Version: 0.3.2
44
Authors@R:
55
c(person(given = "Sebastian",
66
family = "Fischer",
@@ -42,7 +42,7 @@ URL: https://mlr3torch.mlr-org.com/, https://github.com/mlr-org/mlr3torch/
4242
Depends:
4343
mlr3 (>= 1.0.1),
4444
mlr3pipelines (>= 0.6.0),
45-
torch (>= 0.15.0),
45+
torch (>= 0.16.2),
4646
R (>= 3.5.0)
4747
Imports:
4848
backports,

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# mlr3torch (development version)
22

3+
# mlr3torch 0.3.2
4+
35
## Bug Fixes
46

57
* `t_opt("adamw")` now actually uses AdamW and not Adam.

0 commit comments

Comments
 (0)