v0.4.4
v0.4.4 (2019-11-07)
Closed issues:
- Should
copy\(xf, T, foldable\)
return aEmpty{T}
instead ofnothing
? (#79) - TypedTables.Table as a sink (#73)
Merged pull requests:
- Return
Empty\(T\)
fromcopy\(xf, T, foldable\)
instead ofnothing
(#80) (tkf) - Fix copy; add some tests (#78) (tkf)
- Pass
strict = true
tomakedocs
(#76) (tkf) - Add a function for materializing a container from its type (#75) (tkf)
- Overload BangBang.append!! (#74) (tkf)
- Change default
basesize
tolength\(coll\) ÷ nthreads\(\)
(#71) (tkf) - Refactoring: make
Eduction
a subtype ofFoldable
(#66) (tkf)