We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20ac27 commit a93f971Copy full SHA for a93f971
.Rbuildignore
@@ -36,3 +36,4 @@ data-raw
36
^CRAN-SUBMISSION$
37
^paper$
38
^cran-comments\.md$
39
+^\.claude$
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: mlr3torch
2
Title: Deep Learning with 'mlr3'
3
-Version: 0.3.2-9000
+Version: 0.3.3
4
Authors@R:
5
c(person(given = "Sebastian",
6
family = "Fischer",
NEWS.md
@@ -1,7 +1,10 @@
# mlr3torch (development version)
+# mlr3torch 0.3.3
+
* Feat: Improve `lazy_tensor` printing.
* Fix: Improve consistency in `as_lazy_tensor()` when converting 1D tensors to lazy tensors.
7
+* Various minor bug fixes
8
9
# mlr3torch 0.3.2
10
0 commit comments