Releases: JuliaFolds/FLoops.jl
Releases · JuliaFolds/FLoops.jl
v0.2.1
FLoops v0.2.1
Merged pull requests:
- Drop Julia < 1.6 support (#94) (@tkf)
- Use
FLoopsBase.AbstractScratchSpace
(#113) (@tkf) - Move "How to avoid
Box
" to a howto page (#124) (@tkf) - CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#128) (@github-actions[bot])
- CompatHelper: bump compat for Compat to 4, (keep existing compat) (#129) (@github-actions[bot])
v0.2.0
v0.1.12
FLoops v0.1.12
Merged pull requests:
- Use TestFunctionRunner (#86) (@tkf)
- Test with InitialValues 0.3 (#92) (@tkf)
- Style fixes (#95) (@tkf)
- Refactor ReduceOpSpec processing (#96) (@tkf)
- Handle
@reduce a .+= b
etc. (#97) (@tkf) - Fix initializing accumulator in loop body (#98) (@tkf)
- Don't throw
HasBoxedVariableError
by default (#99) (@tkf) - Document how to avoid boxing (#100) (@tkf)
- Support
@reduce a .+= OneHotVector(i => 1, n)
(#104) (@tkf) - Handle generic dot update (#107) (@tkf)
v0.1.11
v0.1.10
FLoops v0.1.10
Merged pull requests:
v0.1.9
v0.1.8
v0.1.7
FLoops v0.1.7
Merged pull requests:
- Mention in-place loops; link FoldsThreads (#62) (@tkf)
- Improve inferrability of Box detection (#63) (@tkf)
- Some optimization tweaks (#64) (@tkf)
- Allow non-unique arguments for binary functions (#65) (@tkf)
- Avoid UndefVarError when init is provided (#66) (@tkf)
- Workaround closure detection in Distributed (#67) (@tkf)
- Test with Julia 1.6 (#68) (@tkf)
v0.1.6
FLoops v0.1.6
Merged pull requests: