srtree-1.0.0.1: ChangeLog.md
# Changelog for srtree
## 1.0.0.1
- Fix `vector` version bounds
- Included benchmarking of `ad` package
## 1.0.0.0
- Complete refactoring of source
- We now work with the SRTree data type fixed point
- Symbolic derivative by Param or Var
- Forward mode autodiff
- Optimized gradient calculation of parameters if each parameter occurs only once in the expression
## 0.1.3.0
- `countParams` function
## 0.1.2.1
- Better bounds for base (compatible with stackage nightly)
## 0.1.2.0
- Implemented `deriveParamBy` to calculate the derivative by the parameters indexed by `ix`
## 0.1.1.0
- Fixed compilation bug
## 0.1.0.0
- Initial version