-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
End of Year Housekeeping #948
Conversation
avik-pal
commented
Dec 9, 2023
•
edited by ChrisRackauckas
Loading
edited by ChrisRackauckas
- Purge Flux from the Tests
- Update Compats
- Static Arrays Type Piracy: Add ChainRules Overloads to StaticArrays JuliaArrays/StaticArrays.jl#1224
- Remove SA & SACore from deps
- Fix the Steady State Adjoint Tests
- Remove the Manifest File
- Purge Flux Remnants in Documentation
- Neural ODE Tutorials
- JuliaGraphs/GraphNeuralNetworks.jl@02f9bc5
829a6f6
to
f7c5adc
Compare
f7c5adc
to
323853b
Compare
840fb52
to
e0c4836
Compare
cd837f0
to
fed19e4
Compare
fed19e4
to
6546f38
Compare
1b4aa85
to
ce78c55
Compare
ce78c55
to
08904b6
Compare
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" |
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 should keep one tutorial with Flux, kind of like we do with SimpleChains. It should be clearly second class citizen though, there mostly to keep alive the example of how to do something with Flux, but just as a "you can do things with Flux too!" but also put a warning on there saying Lux is greatly preferred.