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

Turn examples into crates #307

Closed
stefan-k opened this issue Dec 31, 2022 · 0 comments · Fixed by #387
Closed

Turn examples into crates #307

stefan-k opened this issue Dec 31, 2022 · 0 comments · Fixed by #387

Comments

@stefan-k
Copy link
Member

stefan-k commented Dec 31, 2022

Currently users are occasionally confused about how to properly add argmin and argmin-math to their dependencies. While it is explained in the book, it is sometimes not the first thing they find. Instead they occasionally start from the examples and use internal features (such as _nalgebral) to make it work.
By turning examples into their own crates, each example gets their own Cargo.toml and as such helps users to get started.

Related issues and PRs: #306, #270, #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant