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

add aqua and remove a function: api change #245

Merged
merged 5 commits into from
Aug 18, 2024
Merged

Conversation

ocots
Copy link
Member

@ocots ocots commented Aug 13, 2024

I have removed the function

Base.:(\)(x::Description, y::Description)::Description = Tuple(setdiff(x, y))

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 release 0.13.

@ocots ocots linked an issue Aug 13, 2024 that may be closed by this pull request
@ocots
Copy link
Member Author

ocots commented Aug 13, 2024

Actually I don't use it anymore dans OptimalControl so it won't generate any problem but to be sure, v0.13.

@ocots
Copy link
Member Author

ocots commented Aug 13, 2024

@jbcaillau Please review and merge.

Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope.

Copy link
Member Author

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.

@ocots ocots marked this pull request as draft August 14, 2024 11:57
@ocots ocots marked this pull request as ready for review August 15, 2024 11:10
@ocots ocots marked this pull request as draft August 15, 2024 11:13
@ocots
Copy link
Member Author

ocots commented Aug 15, 2024

@jbcaillau We should make the v0.12.5 release before merging this PR.

@ocots ocots marked this pull request as ready for review August 15, 2024 11:39
@ocots ocots merged commit c98950c into main Aug 18, 2024
9 checks passed
@ocots ocots deleted the 182-add-test-from-aquajl branch August 18, 2024 11:06
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 this pull request may close these issues.

Add test from Aqua.jl
2 participants