Skip to content

Releases: JamesYang007/FastAD

FastAD Version 3.1.0

31 Aug 23:05
0875f62
Compare
Choose a tag to compare
  • Change to backward-evaluation mechanism to be vectorized
  • Change the interface to use bind_cache instead of bind to get rid of all the if constexpr: saves compile-time
  • Add explicit template instantiations to save compile-time

FastAD Version 3.0.0

28 Jul 00:43
1037859
Compare
Choose a tag to compare

Biggest change is the new support for vector and matrix-like shapes.
Reverse-mode now supports vectorized operations and uses Eigen as a dependency to carry out all matrix computations.
Removed jacobian and hessian for the time being since they don't work so well with the new API.

FastAD Version 1.0.2

25 Dec 06:04
Compare
Choose a tag to compare

Summary

  • Travis build on various linux and macos machines

FastAD Version 1.0.1

24 Dec 05:07
c6e38c0
Compare
Choose a tag to compare

Release date: 2019-12-23.

Summary

  • Fixed is_glue_eq design and eliminated one specialization
  • CHANGELOG.md will now be updated from now

FastAD Version 1.0.0

24 Dec 03:29
38f1492
Compare
Choose a tag to compare

Release date: 2019-12-23.

Summary

This is the first release of FastAD.
See README for all features and usage examples.