Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version in book and make blog post active #254

Merged
merged 1 commit into from
Aug 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion media/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions media/book/src/using_argmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion media/website/content/blog/version-v0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down