Skip to content

Releases: PTNobel/AutoDiff

Bug fix for broken debug asserts.

04 Feb 00:38
Compare
Choose a tag to compare
v0.4.1

Fixes version number

Sparse Jacobian Support

11 Jun 00:01
Compare
Choose a tag to compare

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.

04 May 21:14
Compare
Choose a tag to compare

Fixes bugs in the inverse hyperbolic trigonometric functions and with VecValDer.__set_item__.

v0.3.3: Hyperbolic Trignometric Functions!

03 May 22:37
Compare
Choose a tag to compare

Adds all of the Hyperbolic Trigonometric Functions.

v0.3.2: Bug Fixes

03 May 22:15
Compare
Choose a tag to compare

This release fixes a number of bugs with broadcasting in our ufunc implementations for

  • np.add
  • np.subtract
  • np.multiply
  • np.divide
  • np.power
  • np.float_power

v0.3.1

19 Apr 03:24
Compare
Choose a tag to compare
  • Fixes a bug with np.float_power and np.power
  • Adds more methods to VecValDer

v0.3.0

29 Jan 22:17
0efca0f
Compare
Choose a tag to compare

Initial PyPi release.