Releases: JuliaDiff/ReverseDiff.jl
Releases · JuliaDiff/ReverseDiff.jl
v1.16.1
v1.16.0
ReverseDiff v1.16.0
Merged pull requests:
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#243) (@github-actions[bot])
- Bump codecov/codecov-action from 3 to 4 (#247) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#258) (@dependabot[bot])
- Make CI pass (#262) (@gdalle)
- Put each test file in a testset (#263) (@gdalle)
- Bump julia-actions/cache from 1 to 2 (#268) (@dependabot[bot])
- CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#271) (@github-actions[bot])
Closed issues:
v1.15.3
ReverseDiff v1.15.3
Merged pull requests:
- Update TagBot config (#255) (@devmotion)
- Add AbstractIrrational to list of types for TrackedReal promote_rule definitions (#257) (@ElOceanografo)
Closed issues:
- Ambiguous Promotion Rule for <:Irrational,<:ReverseDiff.TrackedReal{V,D,O}} (#100)
v1.15.2
ReverseDiff v1.15.2
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#240) (@dependabot[bot])
- Update to Documenter 1 (#241) (@devmotion)
- Update docs link in README.md (#246) (@hyrodium)
- Bump actions/cache from 3 to 4 (#248) (@dependabot[bot])
- (Temporarily) fix stable docs link in README.md (#249) (@jacobusmmsmit)
- Fix tape printing (#252) (@gdalle)
- Revert "(Temporarily) fix stable docs link in README.md" (#253) (@devmotion)
- Bump version to 1.15.2 (#254) (@gdalle)
v1.15.1
ReverseDiff v1.15.1
Closed issues:
- Bug: Derivative of transposed-vector times matrix is incorrect. (#235)
Merged pull requests:
- Resolve #235 (#237) (@willtebbutt)
v1.15.0
ReverseDiff v1.15.0
Closed issues:
@grad_from_chainrules
hygiene: cannot use custom types in method signature (#224)
Merged pull requests:
- Bump codecov/codecov-action from 1 to 3 (#228) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#229) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#230) (@dependabot[bot])
- Allow custom struct args to grad_from_chainrules macro (#232) (@mohamed82008)
v1.14.6
ReverseDiff v1.14.6
Merged pull requests:
- Handle matrix times matrix = vector case (#227) (@dkarrasch)
v1.14.5
ReverseDiff v1.14.5
Closed issues:
- Please use 'ReverseDiff.value' (#211)
Merged pull requests:
- Fix deprecation warning (#219) (@devmotion)
v1.14.4
ReverseDiff v1.14.4
Merged pull requests:
- Improve DiffRules integration and tests (#209) (@devmotion)
v1.14.3
ReverseDiff v1.14.3
Closed issues:
- Missing Promotion Rule (#206)
Merged pull requests:
- Fix and test
promote_rule
definitions (#207) (@devmotion)