-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Faster Precompilation #155
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avik-pal
force-pushed
the
ap/faster_compile
branch
3 times, most recently
from
February 1, 2024 09:32
87dca5c
to
4a8f3b1
Compare
avik-pal
force-pushed
the
ap/faster_compile
branch
from
March 20, 2024 17:07
75b353c
to
5e60223
Compare
Open
This was
linked to
issues
Mar 22, 2024
This was
linked to
issues
Mar 22, 2024
avik-pal
force-pushed
the
ap/faster_compile
branch
from
March 24, 2024 04:41
638babf
to
ed53237
Compare
avik-pal
force-pushed
the
ap/faster_compile
branch
from
March 24, 2024 14:54
ed53237
to
1c1eef5
Compare
avik-pal
force-pushed
the
ap/faster_compile
branch
from
March 24, 2024 19:00
9c08b74
to
20c4004
Compare
Persistent tasks failure should be resolved once SciMLBase PR is merged. |
what PR? |
The one you just merged
…On Mon, 25 Mar, 2024, 09:37 Christopher Rackauckas, < ***@***.***> wrote:
what PR?
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJF57UN6Z7EW6ISRKJTYULY2AR73AVCNFSM6AAAAABBCT4HLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJYGAZDKMJYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
windows failure is just odeinterface acting up. We can merge this now 🎉 |
Remove ODEInterface for Windows. Its binaries require a special installation there. |
ChrisRackauckas
approved these changes
Mar 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Essentially https://github.com/SciML/BoundaryValueDiffEq.jl/pull/150/files but without the breaking stuff. I thought we would have to cut a breaking release due to the vector of arrays problem.
TODO
The benchmark CI will fail since it is broken on master