Capstan.jl icon indicating copy to clipboard operation
Capstan.jl copied to clipboard

A Cassette-based automatic differentiation package for the Julia language

Results 5 Capstan.jl issues
Sort by recently updated
recently updated
newest added

This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...

You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...

Complex differentiation is one of those features that I had always planned on officially supporting in previous packages, but I never got around to grinding out the details/API consequences. Since...

https://gist.github.com/rxwei/30ba75ce092ab3b0dce4bde1fc2c9f1d @jrevels this is a very very interesting read that has some potential ideas for Julia's AD ecosystem. @jekbradbury knows more.

You may have noticed that I [recently overhauled Flux's AD](http://fluxml.ai/Flux.jl/latest/models/basics.html) to emphasise a more functional API. My not-so-secret goal here is that Flux's current AD will be forwards-compatible with the...