Releases: JuliaFolds/Transducers.jl
Releases · JuliaFolds/Transducers.jl
v0.4.43
Transducers v0.4.43
Diff since v0.4.42
Merged pull requests:
- Define
Set(foldable)
and Dict(foldable)
(#361) (@tkf)
- Re-transform iterator passed in Cat (#363) (@tkf)
- Document that Take can distinguish if the output is truncated or not (#364) (@tkf)
v0.4.42
Transducers v0.4.42
Diff since v0.4.41
Merged pull requests:
- Deprecate mapfoldl and mapreduce (#354) (@tkf)
- Fix default basesize calculation with eduction (#356) (@tkf)
- Turn
right
into a monoid (#357) (@tkf)
- Make automatic asmonoid work with AdHocRF (#358) (@tkf)
v0.4.41
Transducers v0.4.41
Diff since v0.4.40
Merged pull requests:
- Refactoring initializer API; define Init in Transducers.jl (#341) (@tkf)
- Associative string-splitting transducer (#344) (@tkf)
- Add AdHocRF; prepare for
Completing
-by-default (#348) (@tkf)
v0.4.40
Transducers v0.4.40
Diff since v0.4.39
Merged pull requests:
- Use mergewith! in parallel tutorial (#334) (@tkf)
- Demonstrate how to use MicroCollections.jl for singleton solutions (#335) (@tkf)
- Turn on
strict
mode for makedocs
only in CI (#340) (@tkf)
v0.4.39
Transducers v0.4.39
Diff since v0.4.38
Closed issues:
- Use
⨟
instead of |>
(was: Use ∘
instead of |>
?) (#67)
Merged pull requests:
- Treat transducers as iterator transforms at surface syntax (#319) (@tkf)
v0.4.38
Transducers v0.4.38
Diff since v0.4.37
Merged pull requests:
- Define
get
on GroupByViewDict
; fix isequal
(#330) (@tkf)
- Fix GroupByViewDict used with stateful transducers (#331) (@tkf)
v0.4.37
Transducers v0.4.37
Diff since v0.4.36
Merged pull requests:
- Better and less confusing summary(::IO, ::Transducer) (#315) (@tkf)
- Compose transducers when creating eduction of eduction (#316) (@tkf)
- Reorganize documentation into tutorials/how-to/reference/explanation (#317) (@tkf)
- Re-enable "full" method ambiguity test (#323) (@tkf)
- Optimize append!!(dest, src::Foldable) (#324) (@tkf)
- Use Julia syntax highlighting in code block (#326) (@harryscholes)
- More tests for eduction (#327) (@tkf)
- Do not "broadcast" compatible NTuple init for AbstractMultiCastingRF (#328) (@tkf)