Published August 20, 2024
| Version v0.6.2
Software
Open
SparseConnectivityTracer.jl
Authors/Creators
Description
SparseConnectivityTracer v0.6.2
- Return only primal value when applying non-differentiable methods to
Dualnumbers (#169) - Increase sparsity for Diagonal inputs (#165)
- Add more methods on
round,rand(#162) - This release brings large updates to the documentation:
- Refactor type conversions (#173, #168, #166)
- Make comparisons regular operators (#169)
- Fix Hessian on NNlib activation functions
celu,elu,selu,hardswish(#162) - Fix
isless(#161)
Merged pull requests:
- Fix
islessand update tests (#161) (@adrhill) - More methods for
roundandrand, fix NNlib (#162) (@adrhill) - Increase sparsity for
Diagonalinputs (#165) (@adrhill) - Fix
convertonDual(#166) (@adrhill) - Add direct type conversion on
Dual(#168) (@adrhill) - Return only
primalwhen applying non-differentiable methods toDual(#169) (@adrhill) - Refactor type conversions (#173) (@adrhill)
- Add "How it works" developer documentation (#174) (@adrhill)
- Document limitations (#175) (@adrhill)
- Document global vs. local sparsity patterns (#176) (@adrhill)
- Document how to add custom overloads (#177) (@adrhill)
Closed issues:
- Document control flow limitations of global tracers (#143)
- Add custom
trace_inputmethods for LinearAlgebra matrix types (#147) - Add support for
round(#152) - Another problem with
isless(#153) - Add guide on how to add custom overloads (#163)
- More problems regarding
round(#164) - Zero-derivative functions on dual numbers should only return the primal (#167)
- Behavior of zeros (#172)
Notes
Files
adrhill/SparseConnectivityTracer.jl-v0.6.2.zip
Files
(145.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5b7c2dbe4f307617496e2e5fb2795278
|
145.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/adrhill/SparseConnectivityTracer.jl/tree/v0.6.2 (URL)