Releases: JuliaFolds/Transducers.jl
Releases · JuliaFolds/Transducers.jl
v0.4.76
Transducers v0.4.76
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
Transducers v0.4.75
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
v0.4.73
v0.4.72
Transducers v0.4.72
Merged pull requests:
v0.4.71
v0.4.70
v0.4.69
Transducers v0.4.69
Merged pull requests:
v0.4.68
v0.4.67
Transducers v0.4.67
Closed issues:
- restack errors on partially initialized structs (#497)
Merged pull requests:
- Fix restack for struct with undef fields (#498) (@maartenvd)