-
Notifications
You must be signed in to change notification settings - Fork 3
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
add aqua and remove a function: api change #245
Conversation
Actually I don't use it anymore dans |
@jbcaillau Please review and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocots any (other) lesson from Aqua.jl test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can merge later waiting for more changes.
@jbcaillau We should make the |
I have removed the function
since it is a type piracy. It is replaced by
remove(x, y)
.Not very important but it changes the api and I use it in
OptimalControl
. So I have modified the Project.toml to go the release0.13
.