Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 18:51
· 39 commits to main since this release

SparseConnectivityTracer v0.6.2

Diff since v0.6.1

  • Feature Return only primal value when applying non-differentiable methods to Dual numbers (#169)
  • Feature Increase sparsity for Diagonal inputs (#165)
  • Feature Add more methods on round, rand (#162)
  • Documentation This release brings large updates to the documentation:
    • Document limitations (#175)
    • Document global vs. local patterns (#176)
    • Add "How it works" developer documentation (#174)
    • Add developer documentation on custom overloads (#177)
  • Enhancement Refactor type conversions (#173, #168, #166)
  • Enhancement Make comparisons regular operators (#169)
  • Bugfix Fix Hessian on NNlib activation functions celu, elu, selu, hardswish (#162)
  • Bugfix Fix isless (#161)

Merged pull requests:

Closed issues:

  • Document control flow limitations of global tracers (#143)
  • Add custom trace_input methods for LinearAlgebra matrix types (#147)
  • Add support for round (#152)
  • Another problem with isless (#153)
  • Add guide on how to add custom overloads (#163)
  • More problems regarding round (#164)
  • Zero-derivative functions on dual numbers should only return the primal (#167)
  • Behavior of zeros (#172)