We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b266f commit a617230Copy full SHA for a617230
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: mrf2d
2
Type: Package
3
Title: Markov Random Field Models for Image Analysis
4
-Version: 0.4.0.9999
+Version: 0.4.1
5
Authors@R:
6
person("Victor", "Freguglia", email = "[email protected]",
7
role = c("aut", "cre"),
NEWS.md
@@ -1,3 +1,7 @@
+# mrf2d 0.4.1
+ * Added `rmrf2d_mc` to simplify the use of Monte-Carlo methods from randomly generated fields.
+ * Minor documentation updates.
+
# mrf2d 0.4
* Added `mrfout` and `hmrfout` classes for model fitting functions output. A `summary()` and `plot()` methods are also available.
* Simplified structure of documentation files.
0 commit comments