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)