Skip to content

Releases: JuliaFolds/Transducers.jl

v0.4.46

04 Aug 02:06
Compare
Choose a tag to compare

Transducers v0.4.46

Diff since v0.4.45

Merged pull requests:

  • Suppress replacing docs warning (#394) (@tkf)

v0.4.45

01 Aug 23:20
Compare
Choose a tag to compare

Transducers v0.4.45

Diff since v0.4.44

Merged pull requests:

  • Deprecate reduce and dreduce (#388) (@tkf)

v0.4.44

27 Jul 00:48
Compare
Choose a tag to compare

Transducers v0.4.44

Diff since v0.4.43

Merged pull requests:

  • Add foldxl, foldxt and foldxd (#369) (@tkf)
  • Adjoin identity for Scan (#370) (@tkf)
  • Modernize missing value tutorial (#371) (@tkf)

v0.4.43

13 Jul 00:13
Compare
Choose a tag to compare

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

12 Jul 01:05
Compare
Choose a tag to compare

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

11 Jul 03:19
Compare
Choose a tag to compare

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

06 Jul 00:13
Compare
Choose a tag to compare

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

04 Jul 07:55
Compare
Choose a tag to compare

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

03 Jul 23:53
Compare
Choose a tag to compare

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

03 Jul 06:04
Compare
Choose a tag to compare

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)