Skip to content

v0.6.1

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

SparseConnectivityTracer v0.6.1

Diff since v0.6.0

  • Enhancement Improve the performance of Hessian pattern tracing by an order of magnitude:
    • Internally represent Hessian with dictionaries (#155, #158)
    • Increase performance via symmetry of Hessian (#151)
  • Feature Support ComponentArrays (#146)
  • Feature Support boolean not (!) (#150)
  • Feature Support isless (#149)

Merged pull requests:

Closed issues:

  • Support more input types (#28)
  • Potential increase in performance via symmetry of Hessian (#34)
  • Is GPU support possible for Jacobian tracing? (#67)
  • How to handle complex numbers? (#102)
  • Add support for ComponentVector (#145)
  • Missing negation (#148)
  • Return Symmetric Hessians by default? (#154)