Releases: JuliaDiff/DiffRules.jl
Releases · JuliaDiff/DiffRules.jl
v1.0.1
DiffRules v1.0.1
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#44) (@github-actions[bot])
- Install TagBot as a GitHub Action (#45) (@JuliaTagBot)
- Avoid inv() in / and \ (#46) (@haampie)
v1.0.0
v1.0.0 (2019-12-16)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.9" (#41) (github-actions[bot])
- add Base.mod2pi and its test (#35) (Moelf)
v0.1.0
v0.1.0 (2019-11-06)
Closed issues:
- Scalar DiffRules which use the output (#23)
Merged pull requests:
- Fix UUID (#40) (andreasnoack)
- Upgrade to SpecialFunctions 0.8 (#39) (andreasnoack)
- Update for 1.0 world (#38) (oxinabox)
v0.0.10
v0.0.9
v0.0.8: Compute tanh derivative as 1 - tanh(x)^2 (#30)
The intention here is to allow CSE to re-use the value it computed on the forward pass.
v0.0.7
v0.0.6
v0.0.5
v0.0.4: Add max, min, and abs. (#11)
* Add max, min, and abs. * Change abs implementation to use signbit.