ReverseDiff.jl Versions Save

Reverse Mode Automatic Differentiation for Julia

v1.15.3

1 month ago

ReverseDiff v1.15.3

Diff since v1.15.2

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

1 month ago

ReverseDiff v1.15.2

Diff since v1.15.1

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

9 months ago

ReverseDiff v1.15.1

Diff since v1.15.0

Closed issues:

  • Bug: Derivative of transposed-vector times matrix is incorrect. (#235)

Merged pull requests:

  • Resolve #235 (#237) (@willtebbutt)

v1.15.0

10 months ago

ReverseDiff v1.15.0

Diff since v1.14.6

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

1 year ago

ReverseDiff v1.14.6

Diff since v1.14.5

Merged pull requests:

  • Handle matrix times matrix = vector case (#227) (@dkarrasch)

v1.14.5

1 year ago

ReverseDiff v1.14.5

Diff since v1.14.4

Closed issues:

  • Please use 'ReverseDiff.value' (#211)

Merged pull requests:

  • Fix deprecation warning (#219) (@devmotion)

v1.14.4

1 year ago

ReverseDiff v1.14.4

Diff since v1.14.3

Merged pull requests:

  • Improve DiffRules integration and tests (#209) (@devmotion)

v1.14.3

1 year ago

ReverseDiff v1.14.3

Diff since v1.14.2

Closed issues:

  • Missing Promotion Rule (#206)

Merged pull requests:

  • Fix and test promote_rule definitions (#207) (@devmotion)

v1.14.2

1 year ago

ReverseDiff v1.14.2

Diff since v1.14.1

Merged pull requests:

  • Fix vcat method ambiguity issues on Julia 1.8 (#210) (@devmotion)

v1.14.1

1 year ago

ReverseDiff v1.14.1

Diff since v1.14.0

Closed issues:

  • Problem with getindex for ReverseDiff.TrackedArray if Integer is a UInt16 (#139)

Merged pull requests:

  • Fix getindex (#202) (@devmotion)