Releases: JuliaDiff/SparseDiffTools.jl
Releases · JuliaDiff/SparseDiffTools.jl
v2.3.0: Merge pull request #244 from vpuri3/test
Add downstream tests to ODE.jl, clean existing tests
v2.1.0
SparseDiffTools v2.1.0
Closed issues:
- Typo in VecJac opnorm argument (#233)
- Invalid test group specified in CI (#234)
- Test failure related to StaticArrays and ArrayInterface (#237)
Merged pull requests:
- Replace uses of error debug message with a thrown error (#231) (@gaurav-arya)
- have update_coeffs(L::ADVecProd,) recursively update L.f (#232) (@vpuri3)
- Fix CI (#235) (@gaurav-arya)
- pass kwargs to functionoperator (#236) (@vpuri3)
v2.0.0
SparseDiffTools v2.0.0
Closed issues:
- Drop DataStructures v0.17? (#121)
- Hessian decompression implementation (#142)
- Examples in README.md rely on deprecated package (#150)
BandedMatrix
sparsity computes only diagonal elements (#200)- Todos for v2 (#215)
- Doc badge leads to 403 Forbidden (#216)
- needs comprehensive testing (#219)
Merged pull requests:
- make AD operators scimloperators (#212) (@vpuri3)
- CompatHelper: bump compat for SciMLOperators to 0.2, (keep existing compat) (#217) (@github-actions[bot])
- Zygote ext (#218) (@vpuri3)
- update CI (#220) (@vpuri3)
- multivalue autodiff (#221) (@vpuri3)
- Test ZygoteHesVec (#222) (@vpuri3)
- CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#223) (@github-actions[bot])
- Replace
ColoringAlgorithm
bySparseDiffToolsColoringAlgorithm
in readme (#224) (@tmigot) - enable dependabot for GitHub actions (#225) (@ranocha)
- Bump actions/checkout from 1 to 3 (#226) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#227) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#228) (@dependabot[bot])
v1.31.0
v1.30.0
SparseDiffTools v1.30.0
Closed issues:
- Documentation offline (#211)
Merged pull requests:
- SciML style formatting (#208) (@ArnoStrouwen)
- Allow to access fx from jac_cache via public API (#210) (@j-fu)
v1.29.0
v1.28.0
SparseDiffTools v1.28.0
Merged pull requests:
- Move tag to an arg in
ForwardAutoColorHesCache
to allow passing custom tags (#206) (@Vaibhavdixit02)
v1.27.0
SparseDiffTools v1.27.0
Closed issues:
- Readme uses deprecated package SparsityDetection (#193)
- Unable to compute sparse jacobian for reaction system (UndefVarError: m not defined) (#202)
Merged pull requests:
- RFC: add auto-auto hessian (#198) (@baggepinnen)
- Add Invalidations.yml [ci skip] [skip tests] (#199) (@ranocha)
- Fix function name in Hessian example in README (#201) (@ElOceanografo)
- Update README
jacobian_sparsity
(#204) (@bowenszhu) - remove deprecated SparsityDetection (#205) (@ArnoStrouwen)
v1.26.2
SparseDiffTools v1.26.2
v1.26.1
SparseDiffTools v1.26.1
Merged pull requests:
- allow for setting tags in operators (#195) (@ChrisRackauckas)
- function barrier reduces impact of type instability (#196) (@baggepinnen)