-
Notifications
You must be signed in to change notification settings - Fork 0
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
CompatHelper: bump compat for Zygote to 0.7, (keep existing compat) #132
Closed
github-actions
wants to merge
203
commits into
main
from
compathelper/new_version/2025-01-05-00-45-19-550-00415604532
Closed
CompatHelper: bump compat for Zygote to 0.7, (keep existing compat) #132
github-actions
wants to merge
203
commits into
main
from
compathelper/new_version/2025-01-05-00-45-19-550-00415604532
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
Add Literate.jl scripts Draft skeleton
Implement CNODE training
Merge intro.ipynb into README Introduce 02.01 example
TL;DR: automatic fix of a minor bug. This is a minor side effect of brute-force creating the package. The hash of the package itself was wrong. PkgTemplates took care of updating it.
And edit GitHub action accordingly
…ep existing compat) (#76) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Luisa Orozco <99738896+luisaforozco@users.noreply.github.com>
…ion 0.3, (keep existing compat) (#114) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: SCiarella <58949181+SCiarella@users.noreply.github.com>
Co-authored-by: SCiarella <58949181+SCiarella@users.noreply.github.com>
Made functions compatible with most up-to-date version of INS
add NeuralClosure only when needed
* fix NeuralClosure dependency * let test generate the data
* Make training work on GPU --------- Co-authored-by: Luisa Orozco <lorozco@fs0.das6.cs.vu.nl>
* Add a benchmark routine that includes the same plots as INS
* test on macos * Implement Codecov
* Add savefig for loss * Add checkpointing * Skip createdata if data already there
luisaforozco
force-pushed
the
compathelper/new_version/2025-01-05-00-45-19-550-00415604532
branch
from
January 5, 2025 00:45
e974764
to
a61610c
Compare
v1kko
deleted the
compathelper/new_version/2025-01-05-00-45-19-550-00415604532
branch
January 17, 2025 13:31
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.
This pull request changes the compat entry for the
Zygote
package from0.6
to0.6, 0.7
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.