diff --git a/media/book/src/README.md b/media/book/src/README.md index 9adca5ee9..3c3690344 100644 --- a/media/book/src/README.md +++ b/media/book/src/README.md @@ -16,7 +16,7 @@ argmin is designed to simplify the implementation of optimization algorithms and > **IMPORTANT NOTE** > -> This book covers version 0.6.0 of argmin! A large portion of the content does not apply to versions below 0.6. +> This book covers version 0.7 of argmin! Parts of this book may not apply to versions below 0.7. ## The argmin ecosystem diff --git a/media/book/src/using_argmin.md b/media/book/src/using_argmin.md index 106655497..dbf25f39c 100644 --- a/media/book/src/using_argmin.md +++ b/media/book/src/using_argmin.md @@ -4,8 +4,8 @@ In order to use argmin, one needs to add both `argmin` and `argmin-math` to `Car ```toml [dependencies] -argmin = { version = "0.6.0" } -argmin-math = { version = "0.1.0", features = ["ndarray_latest-serde,nalgebra_latest-serde"] } +argmin = { version = "0.7.0" } +argmin-math = { version = "0.2.0", features = ["ndarray_latest-serde,nalgebra_latest-serde"] } ``` or, for the current development version: diff --git a/media/website/content/blog/version-v0.7.0.md b/media/website/content/blog/version-v0.7.0.md index c6e4e4c6c..e0db242c2 100644 --- a/media/website/content/blog/version-v0.7.0.md +++ b/media/website/content/blog/version-v0.7.0.md @@ -3,7 +3,7 @@ title = "argmin 0.7.0 and argmin-math 0.2.0 released" description = "" date = 2022-08-28T00:00:00+00:00 updated = 2022-08-28T00:00:00+00:00 -draft = true +draft = false template = "blog/page.html" [taxonomies]