Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 16:09
612cd45

GTPSA v0.7.0

Diff since v0.6.1

  • Hessian getter function has been optimized
  • Bug fixed in jacobiant (transpose of Jacobian) getter
  • Hessian, jacobian, gradient, are no longer exported following convention of other AD packages
  • Changing descriptors constraints loosened to number variable + number parameters are equal, instead of each individually having to be equal
  • setGTPSA! and getGTPSA global variable getter/setter functions removed (no need with Julia base setglobal! and getglobal
  • setTPS! function added for setting a TPS/ComplexTPS in place equal to some Number (including TPSs) with option for changing descriptors using the change flag
  • thread safety warning added to @FastGTPSA documentation
  • jll updated: bug fixes in inversion and more flexible composition

Merged pull requests: