Releases: SciML/SciMLSensitivity.jl
Releases · SciML/SciMLSensitivity.jl
v7.10.1
SciMLSensitivity v7.10.1
Closed issues:
- Simple SciML case - core dumped after switching from julia 1.7 to 1.8 (#733)
- importing SciMLSensitivity on mybinder with julia 1.8.1 kills julia (#734)
- Custom
rrule
not working (#735)
Merged pull requests:
- Neural ODE tutorial with SimpleChains.jl (#736) (@Abhishek-1Bhatt)
- Update Downstream.yml (#738) (@avik-pal)
- Title SEO (#739) (@ArnoStrouwen)
- More auto-promotion to FullSpecialization (#741) (@ChrisRackauckas)
v7.10.0
SciMLSensitivity v7.10.0
Merged pull requests:
- Fix for non-diagonal, non-square SDEs (#731) (@frankschae)
v7.9.0
SciMLSensitivity v7.9.0
Closed issues:
- ReverseDiffVJP errors due to method ambiguity for DAE adjoint (#724)
Merged pull requests:
- Move LazyBuffer ReverseDiff dispatch to SciMLSensitivity (#730) (@frankschae)
v7.8.0
SciMLSensitivity v7.8.0
Closed issues:
- Re-enable a few docs builds (#673)
- Zygote fails when using DAE with mass matrix and sensealg = InterpolatingAdjoint(autojacvec=ZygoteVJP()) (#686)
Merged pull requests:
- add more doctests (#710) (@ChrisRackauckas)
- Add Invalidations.yml [skip ci] [skip tests] (#728) (@devmotion)
- Fix adjoint sensitivity for parameter dependent algebraic constraints (#729) (@YingboMa)
v7.7.0
SciMLSensitivity v7.7.0
Closed issues:
- Allow provided jacobians with DAE adjoint (#714)
- ForwardDiff tag error when computing Jacobian for DAE adjoint (#718)
Merged pull requests:
- Allow custom jacobians with DAE adjoints (#717) (@taylormcd)
- fix tag error for fallback case, fixes #718 (#719) (@taylormcd)
- to to solve sde_neural segfault (#721) (@ChrisRackauckas)
- fix neural stoch test (#722) (@ChrisRackauckas)
- Badges (#723) (@ArnoStrouwen)
- [skip ci] buildkite name change (#725) (@ArnoStrouwen)
v7.6.3
v7.6.2
SciMLSensitivity v7.6.2
Closed issues:
- Using
ArrayPartition
s together withremake
errors for high-level interface (#689)
Merged pull requests:
- update scimlbase for function unwrapping (#715) (@ChrisRackauckas)
v7.6.1
SciMLSensitivity v7.6.1
Merged pull requests:
- Use SciMLBase norecompile tooling (#713) (@ChrisRackauckas)
v7.6.0
SciMLSensitivity v7.6.0
Merged pull requests:
- No recompile support 2: manually unwrap norecompile before AD (#712) (@ChrisRackauckas)
v7.5.0
SciMLSensitivity v7.5.0
Merged pull requests:
- Move docs build to an exclusive Buildkite (#674) (@ChrisRackauckas)
- Prepare for norecompile (#711) (@ChrisRackauckas)