Releases: JuliaDiff/ChainRules.jl
Releases · JuliaDiff/ChainRules.jl
v1.62.1
ChainRules v1.62.1
v1.62.0
ChainRules v1.62.0
Merged pull requests:
Closed issues:
- ambiguous rrule for sum of AbstractArray{Bool} (#765)
v1.61.0
ChainRules v1.61.0
Merged pull requests:
- Add rules needed for mutation (#738) (@oxinabox)
- Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#778) (@dependabot[bot])
Closed issues:
- Method ambiguities causing test failures in Julia 1.10+ (#777)
v1.60.0
ChainRules v1.60.0
Merged pull requests:
- CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#762) (@github-actions[bot])
- Fix
UndefVarError: sparseinv not defined
test failures (#776) (@christiangnrd)
Closed issues:
v1.59.1
ChainRules v1.59.1
Merged pull requests:
- Use handwritten rules for
zero
andone
(#773) (@MasonProtter)
Closed issues:
frule
s forone
are ambiguous (#769)
v1.59.0
ChainRules v1.59.0
Merged pull requests:
- Fix bugs with SparseInverseSubset on non-GPL Julia builds (#772) (@ElOceanografo)
v1.58.2
ChainRules v1.58.2
Merged pull requests:
- Try deleting the
one(::Any)
andzero(::Any)
non_diff methods (#770) (@MasonProtter)
v1.58.1
ChainRules v1.58.1
Merged pull requests:
- Allow unzip to return JLArray (#759) (@oxinabox)
- Allow single indexing of arrays of GPU arrays (#760) (@ToucheSir)