Releases: JamesYang007/FastAD
Releases · JamesYang007/FastAD
FastAD Version 3.1.0
- Change to backward-evaluation mechanism to be vectorized
- Change the interface to use
bind_cache
instead ofbind
to get rid of all theif constexpr
: saves compile-time - Add explicit template instantiations to save compile-time
FastAD Version 3.0.0
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
Summary
- Travis build on various linux and macos machines
FastAD Version 1.0.1
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
Release date: 2019-12-23.
Summary
This is the first release of FastAD.
See README for all features and usage examples.