Releases: adrhill/SparseConnectivityTracer.jl
Releases · adrhill/SparseConnectivityTracer.jl
v0.6.13
v0.6.12
v0.6.11
SparseConnectivityTracer v0.6.11
SCT has a new preprint! 🎉 Check it out on the arXiv: Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians
Add overloads for 3-argument
dot
(#226)
Merged pull requests:
Closed issues:
HessianTracer
does not handledot
(#224)
v0.6.10
SparseConnectivityTracer v0.6.10
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#215) (@dependabot[bot])
- fix link to DI.jl/sparsity docs in readme (#219) (@hexaeder)
- Add compat for DataInterpolations v7 (#221) (@visr)
- Fix jacobian_sparsity for inplace function (#223) (@ErikQQY)
Closed issues:
- Undef reference appeared when using jacobian_sparsity for in-place function (#222)
v0.6.9
v0.6.8
v0.6.7
v0.6.6
SparseConnectivityTracer v0.6.6
Merged pull requests:
- Generate 2-to-1 overloads on arbitrary types (#197) (@adrhill)
- Fix JET and DataInterpolations tests (#198) (@adrhill)
- Update CI: test on LTS and pre-release build (#199) (@adrhill)
- Add ForwardDiff package extension (#200) (@adrhill)
- Fix detector display by replacing
println
withprint
(#201) (@gdalle) - Avoid overwriting methods when generating 2-to-1 overloads on arbitrary types (#202) (@adrhill)
- Remove ForwardDiff extension (#203) (@adrhill)
Closed issues:
- Interoperability with dual numbers (#196)