v0.7.0
GTPSA v0.7.0
- 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:
- Dev 1 (#116) (@mattsignorelli)
- realign with MAD (#118) (@mattsignorelli)
- Scale tps (#119) (@mattsignorelli)