Releases: JuliaFolds/Transducers.jl
Releases · JuliaFolds/Transducers.jl
v0.4.66
Transducers v0.4.66
Diff since v0.4.65
Closed issues:
- Allow to disable multi-threading in
foldxd
(#482)
- Incorrect handling of initial value in foldxt (#491)
Merged pull requests:
- Fix ReducePartitionBy (#492) (@tkf)
- Fix ReducePartitionBy for combine on empty result (#493) (@tkf)
- CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#495) (@github-actions[bot])
- Update CompatHelper.yml (#496) (@tkf)
v0.4.64
Transducers v0.4.64
Diff since v0.4.63
Merged pull requests:
- Add some simple supports for Adapt (#473) (@tkf)
- Use Baselet to improve inferrability (#474) (@tkf)
- Fix a deadlock bug in NondeterministicThreading (#476) (@tkf)
- Don't accumulate all tasks in NondeterministicThreading (#477) (@tkf)
v0.4.63
Transducers v0.4.63
Diff since v0.4.62
Closed issues:
- List of transducers missing from documentation (#465)
Merged pull requests:
- Make transducer listing work again (#469) (@tkf)
- Discuss state machines in docs (#471) (@tkf)
- Auto-detect executor for pairs (#472) (@tkf)