Skip to content

Releases: JuliaFolds/Transducers.jl

v0.4.66

18 Sep 05:16
Compare
Choose a tag to compare

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.65

12 May 09:27
Compare
Choose a tag to compare

Transducers v0.4.65

Diff since v0.4.64

Closed issues:

  • Map with progress bar (#468)

v0.4.64

22 Apr 00:06
Compare
Choose a tag to compare

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

18 Apr 04:16
Compare
Choose a tag to compare

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)

v0.4.62

28 Mar 03:21
Compare
Choose a tag to compare

Transducers v0.4.62

Diff since v0.4.61

Merged pull requests:

  • Fix stateful transducers with Distributed (#466) (@tkf)
  • Call combine on remote (#467) (@tkf)

v0.4.61

15 Mar 23:55
Compare
Choose a tag to compare

Transducers v0.4.61

Diff since v0.4.60

Merged pull requests:

v0.4.60

07 Mar 07:48
Compare
Choose a tag to compare

Transducers v0.4.60

Diff since v0.4.59

Merged pull requests:

  • Add ReducePartitionBy (#458) (@tkf)
  • Better executor support with Referenceables (#460) (@tkf)

v0.4.59

04 Feb 23:20
Compare
Choose a tag to compare

Transducers v0.4.59

Diff since v0.4.58

Merged pull requests:

  • Remove depth-first scheduling (#455) (@tkf)

v0.4.58

27 Jan 05:45
Compare
Choose a tag to compare

Transducers v0.4.58

Diff since v0.4.57

Merged pull requests:

  • Improve IteratorSize(::Type{<:Eduction}) (#456) (@tkf)

v0.4.57

26 Jan 03:27
Compare
Choose a tag to compare

Transducers v0.4.57

Diff since v0.4.56

Merged pull requests:

  • Fix NondeterministicThreading with Reduced (#454) (@tkf)