Skip to content

Releases: JuliaFolds/Transducers.jl

v0.4.16

05 Feb 05:09
v0.4.16
Compare
Choose a tag to compare

v0.4.16 (2020-02-05)

Diff since v0.4.15

Closed issues:

  • Would a Slack channel #transducers benefit many? (#198)

Merged pull requests:

  • Support zip in reduce (#203) (tkf)
  • Add documentation for issmall and halve (#197) (tkf)
  • Add documentation for Transducers.combine (#195) (tkf)
  • Build documentation using GitHub Actions (#194) (tkf)

v0.4.15

27 Jan 06:57
v0.4.15
Compare
Choose a tag to compare

v0.4.15 (2020-01-27)

Diff since v0.4.14

Merged pull requests:

  • Benchmark threading overhead (#190) (tkf)
  • Manual Union splitting (?) (#188) (tkf)
  • Improve inference of composition |> (#186) (tkf)
  • Fix a bug with reduce & ReduceIf & withprogress (#177) (tkf)
  • Use ReduceIf in parallel tutorial (#173) (tkf)
  • Generic Reduced handling in parallel reduce (#172) (tkf)
  • Setup BenchmarkCI (#160) (tkf)
  • Add TCat: a threaded version of Cat (#153) (tkf)

v0.4.14

16 Jan 20:34
v0.4.14
Compare
Choose a tag to compare

v0.4.14 (2020-01-16)

Diff since v0.4.13

Closed issues:

  • Support reduce with Iterators.product (#152)

Merged pull requests:

  • Refactoring: comment how _start_init work (#157) (tkf)
  • Support reduce with Iterators.product (#156) (tkf)
  • Fix dispatch for reduce(..., eduction(...)) (#155) (tkf)
  • Fix how transduce_assoc handles Reduced (#154) (tkf)

v0.4.13

15 Jan 09:58
v0.4.13
Compare
Choose a tag to compare

v0.4.13 (2020-01-15)

Diff since v0.4.12

Merged pull requests:

  • Fix dreduce+withprogress for single thread case (#149) (tkf)
  • Make testing setup NewPkgEval-friendly (#148) (tkf)

v0.4.12

14 Jan 03:57
v0.4.12
Compare
Choose a tag to compare

v0.4.12 (2020-01-14)

Diff since v0.4.11

Merged pull requests:

v0.4.11

09 Jan 01:09
v0.4.11
Compare
Choose a tag to compare

v0.4.11 (2020-01-09)

Diff since v0.4.10

Merged pull requests:

  • Mention threads_basesize option in more places (#138) (tkf)
  • Fix withprogress with reduce\(..., simd=true\) (#135) (tkf)
  • Properly setup parallel build for Coveralls (#134) (tkf)
  • Use threaded reduction in each worker (#133) (tkf)

v0.4.10

07 Jan 01:57
v0.4.10
Compare
Choose a tag to compare

v0.4.10 (2020-01-07)

Diff since v0.4.9

Merged pull requests:

  • Add parallel histogram benchmark (#131) (tkf)
  • Support non-channel input in channel_unordered (#130) (tkf)

v0.4.9

06 Jan 03:10
v0.4.9
Compare
Choose a tag to compare

v0.4.9 (2020-01-06)

Diff since v0.4.8

Merged pull requests:

  • Support iterator comprehensions and eductions in channel_unordered etc. (#128) (tkf)
  • Setup mergify (#127) (tkf)

v0.4.8

05 Jan 09:21
v0.4.8
Compare
Choose a tag to compare

v0.4.8 (2020-01-05)

Diff since v0.4.7

Merged pull requests:

  • Don't hard-code julia version for building documentation (#125) (tkf)
  • Run bench_words.jl in CI; fix benchmarks.jl (#124) (tkf)
  • Run multi-thread benchmarks in CI (#122) (tkf)
  • Update benchmark/Manifest.toml in pkg-update.yml (#119) (tkf)
  • Test with Julia 1.0 in a different environment (#116) (tkf)
  • Support BlockArrays.jl 0.11 (#115) (tkf)
  • Bound BlockArrays version in test/Project.toml (#114) (tkf)
  • Support iterator comprehensions and eductions in copy functions (#113) (tkf)
  • Add unordered transduce for channels (#112) (tkf)
  • Don't test tutorial_parallel.jl with Julia < 1.2 (#111) (tkf)
  • Automatically call eachrow for DataFrames (#109) (tkf)
  • Improve tests (#108) (tkf)

v0.4.7

15 Dec 23:55
v0.4.7
Compare
Choose a tag to compare

v0.4.7 (2019-12-15)

Diff since v0.4.6

Merged pull requests:

  • Fix copy(::Transducer, ::Table) etc. (#104) (tkf)