Transducers.jl Versions Save

Efficient transducers for Julia

v0.4.76

1 year ago

Transducers v0.4.76

Diff since v0.4.75

Closed issues:

  • Bump Setfield dependency to 1.0 (#530)
  • Precompilation warning (#538)
  • MapAccumulate? (#539)
  • Reduction falls back on === inappropriately (#540)

Merged pull requests:

  • fix == on Reductions (#545) (@MasonProtter)
  • Better example of GetIndex (#547) (@MasonProtter)

v0.4.75

1 year ago

Transducers v0.4.75

Diff since v0.4.74

Closed issues:

  • Partition() w/ size greater than the length of the input does not work (#528)
  • Faulty assumptions in _might_return_reduced (#537)

Merged pull requests:

  • Fix Partition() w/ size greater than the length of the input (#529) (@LebedevRI)
  • remove unbound type parameters (#533) (@nsajko)
  • Add example showing the use of asfoldable to docs (#535) (@MasonProtter)
  • Update for v1.9 compatability (#536) (@MasonProtter)
  • remove unbound type parameters [2] (#541) (@MasonProtter)
  • Remove unbound (#542) (@MasonProtter)
  • bump to 0.4.74 (#543) (@MasonProtter)
  • bump to 0.4.75 (#544) (@MasonProtter)

v0.4.74

1 year ago

Transducers v0.4.74

Diff since v0.4.73

Closed issues:

  • channel_unordered adds to full channels (#534)

Merged pull requests:

  • CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#523) (@github-actions[bot])

v0.4.73

2 years ago

Transducers v0.4.73

Diff since v0.4.72

Closed issues:

  • Parametric equality function in Dedupe (#517)

Merged pull requests:

  • Stop testing with Julia 1.4 and 1.5 (#514) (@tkf)
  • Support completebasecase in TeeRF and ProductRF (#515) (@tkf)
  • Customizable equality for Dedupe (#518) (@jonalm)

v0.4.72

2 years ago

Transducers v0.4.72

Diff since v0.4.71

Merged pull requests:

  • Use foldl_basecase in threaded reduce (#513) (@tkf)

v0.4.71

2 years ago

Transducers v0.4.71

Diff since v0.4.70

Merged pull requests:

  • Don't call completebasecase in foldl_nocomplete (#511) (@tkf)
  • Better documentation for executors (#512) (@tkf)

v0.4.70

2 years ago

Transducers v0.4.70

Diff since v0.4.69

Merged pull requests:

  • Don't use @_inline_meta (#510) (@tkf)

v0.4.69

2 years ago

Transducers v0.4.69

Diff since v0.4.68

Merged pull requests:

  • Add experimental completebasecase protocol (#509) (@tkf)

v0.4.68

2 years ago

Transducers v0.4.68

Diff since v0.4.67

Merged pull requests:

  • Support InitialValues 0.3 (#500) (@tkf)
  • Test with Julia 1.7 (#501) (@tkf)

v0.4.67

2 years ago

Transducers v0.4.67

Diff since v0.4.66

Closed issues:

  • restack errors on partially initialized structs (#497)

Merged pull requests:

  • Fix restack for struct with undef fields (#498) (@maartenvd)