You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request changes the compat entry for the Symbolics package from 5 to 5, 6.
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.
Is this repository still active? Starting a new project, I discovered Sophon.jl somewhat late, but I'm already relying on a few ModelingToolkit v10 and Symbolics v6 as well as Lux v1 features. Is there a chance this project could be updated to current versions of these? (I believe Lux will probably be the most relevant of these, since there have been quite a few breaking changes, in particular the new AbstractLuxContainerLayer does not one to one replace the old AbstractExplicitContainerLayer AFAIU). I have created a Pull Request #273 that passes most tests and updates a bunch of dependencies, but it's very quick and dirty work and I assume there are probably some incompatibilities with the updated packages remaining on less well tested parts of the codebase.
This branch has not been deployed
No deployments
This file contains hidden or 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 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
Symbolicspackage from5to5, 6.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.