Recent Releases of AbstractDifferentiation
AbstractDifferentiation - v0.6.2
AbstractDifferentiation v0.6.2
Merged pull requests: - Add second-order derivative functions (#122) (@gerlero)
Closed issues:
- Missing value_derivative_and_second_derivative? (#71)
- Julia
Published by github-actions[bot] over 2 years ago
AbstractDifferentiation - v0.6.1
AbstractDifferentiation v0.6.1
Merged pull requests:
- Run CI on tags (#118) (@gdalle)
- Fix docstring for value_and_pullback_function (#125) (@gdalle)
- Remove duplicate methods of value_and_hessian (#126) (@adrhill)
Closed issues:
- New version timeline (#116)
- Inconsistency in valueandpushforwardfunction vs valueandpullbackfunction outputs (#119)
- value_and_pullback_function doesn't do what its docstring says (#124)
- Julia
Published by github-actions[bot] over 2 years ago
AbstractDifferentiation - v0.6.0
AbstractDifferentiation v0.6.0
Merged pull requests: - Update of #36 and #35 (#93) (@devmotion) - Remove the jacobian and primal_value primitives (#95) (@devmotion) - Simpler defaults without FiniteDifferences special cases (#96) (@devmotion) - Adopt ColPrac (#105) (@devmotion) - Move README content to docstrings & update docs website (#106) (@gdalle) - Add JuliaFormatter (#108) (@devmotion) - Bump actions/checkout from 3 to 4 (#111) (@dependabot[bot]) - CompatHelper: add new compat entry for AbstractDifferentiation at version 0.5 for package docs, (keep existing compat) (#112) (@github-actions[bot]) - Fix docs (#115) (@devmotion) - Bump version to 0.6 (#117) (@gdalle)
Closed issues: - Better description of how to use and/or simple examples needed (#31) - Make valueandpullbackfunction a primitive instead of pullbackfunction (#34) - Adopt ColPrac? (#43) - Code inside function with rrule should not run (#57) - Lazy Jacobian multiplication (#81) - API Docs for end-users (#92) - AbstractDifferentiation stable docs 404 (#113)
- Julia
Published by github-actions[bot] over 2 years ago
AbstractDifferentiation - v0.5.3
AbstractDifferentiation v0.5.3
Merged pull requests:
- enable dependabot for GitHub actions (#79) (@ranocha)
- Improve performance of derivative with FiniteDifferences and ForwardDiff (#97) (@devmotion)
- Add Diffractor backend to README (#98) (@gdalle)
- Add documentation website (#101) (@gdalle)
- Bump actions/checkout from 3 to 4 (#104) (@dependabot[bot])
Closed issues:
- rename lazyderivative and friends to lazy_derivative (#7)
- Using AbstractDifferentiation and Zygote as package dependencies errors: UndefVarError: ZygoteBackend not defined (#59)
- ERROR: MethodError: no method matching ZygoteBackend() (#82)
- No method matching ForwardDiffBackend/ZygoteBackend. v1.9 (#86)
- Expose tests through public API in src (#90)
- Only support tuples and not single inputs/outputs (#103)
- Julia
Published by github-actions[bot] almost 3 years ago
AbstractDifferentiation - v0.5.2
AbstractDifferentiation v0.5.2
Merged pull requests: - Only relative imports with Requires (#78) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
AbstractDifferentiation - v0.5.1
AbstractDifferentiation v0.5.1
Closed issues: - Zygote context cache incorrectly(?) persists between AD calls (#69) - Replace Requires.jl with conditional dependencies for Julia 1.9 (#72)
Merged pull requests:
- New Zygote context in every call to AD.pullback_function (#77) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
AbstractDifferentiation - v0.5.0
AbstractDifferentiation v0.5.0
Merged pull requests: - Use weak dependencies if supported (#68) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
AbstractDifferentiation - v0.4.4
AbstractDifferentiation v0.4.4
Closed issues: - LoadError: UndefVarError: StaticArrays not defined (#73)
Merged pull requests: - Do not load StaticArrays in ForwardDiff backend (#75) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
AbstractDifferentiation - v0.4.3
AbstractDifferentiation v0.4.3
Merged pull requests: - More details on backends in README (#56) (@gdalle) - CompatHelper: bump compat for Compat to 4, (keep existing compat) (#58) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 4 years ago
AbstractDifferentiation - v0.4.2
AbstractDifferentiation v0.4.2
Merged pull requests: - Retrieve pullback only once for ReverseRuleConfigBackend (#51) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.4.1
AbstractDifferentiation v0.4.1
Merged pull requests: - RuleConfig and Zygote support (#49) (@mohamed82008)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.4.0
AbstractDifferentiation v0.4.0
Closed issues: - valuegradientand_hessian for ForwardDiff returns gradient of type Dual (#46)
Merged pull requests: - Make tests more modular (#27) (@sethaxen) - Implement backend for ReverseDiff (#29) (@sethaxen) - Implement backend for FiniteDifferences (#37) (@sethaxen) - Make ForwardDiffBackend an AbstractForwardMode (#38) (@sethaxen) - Add citation (#42) (@ChrisRackauckas) - Implement backend for Tracker (#44) (@sethaxen) - Add some missing primal_value methods (#47) (@mohamed82008)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.3.0
AbstractDifferentiation v0.3.0
Closed issues: - Change number of Julia versions being tested (#28)
Merged pull requests: - Run CI on fewer Julia versions (#30) (@sethaxen) - Support chunks in ForwardDiff backend (#32) (@devmotion)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.2.1
AbstractDifferentiation v0.2.1
Closed issues: - For vector inputs, the pullback should produce vector cotangents (#17) - Test suite fails on Julia v1.0 (#18)
Merged pull requests: - Add CI workflow (#19) (@sethaxen) - Implement backend for ForwardDiff (#20) (@sethaxen) - Improvements to pullback_function (#21) (@sethaxen) - Support and test all v1 Julia versions (#24) (@mohamed82008) - Remove nightly from CI (#25) (@mohamed82008) - Compat version compat (#26) (@mohamed82008)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.2.0
AbstractDifferentiation v0.2.0
Merged pull requests: - use snake case consistently (#9) (@frankschae)
- Julia
Published by github-actions[bot] over 4 years ago
AbstractDifferentiation - v0.1.0
AbstractDifferentiation v0.1.0
Merged pull requests: - [WIP] Abstract differentiation interface (#1) (@mohamed82008) - Fixes gradient, Jacobian, Hessian, and vjp tests (#2) (@frankschae) - add ForwardDiff and Zygote (#3) (@frankschae)
- Julia
Published by github-actions[bot] almost 5 years ago