Releases: PTNobel/AutoDiff
Releases · PTNobel/AutoDiff
Bug fix for broken debug asserts.
Sparse Jacobian Support
This version comes with support for Sparse Jacobians using SpareAutoDiff.
SparseAutoDiff can be used exactly like AutoDiff, except users must not use the np.ndarray constructor in their code or in libraries they call into. We recommend np.empty instead.
v0.3.4: Bug Fixes Round 2.
Fixes bugs in the inverse hyperbolic trigonometric functions and with VecValDer.__set_item__.
v0.3.3: Hyperbolic Trignometric Functions!
Adds all of the Hyperbolic Trigonometric Functions.
v0.3.2: Bug Fixes
This release fixes a number of bugs with broadcasting in our ufunc implementations for
np.addnp.subtractnp.multiplynp.dividenp.powernp.float_power