Skip to content

v0.4.4

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 07 Nov 06:49
v0.4.4

v0.4.4 (2019-11-07)

Diff since v0.4.3

Closed issues:

  • Should copy\(xf, T, foldable\) return a Empty{T} instead of nothing? (#79)
  • TypedTables.Table as a sink (#73)

Merged pull requests:

  • Return Empty\(T\) from copy\(xf, T, foldable\) instead of nothing (#80) (tkf)
  • Fix copy; add some tests (#78) (tkf)
  • Pass strict = true to makedocs (#76) (tkf)
  • Add a function for materializing a container from its type (#75) (tkf)
  • Overload BangBang.append!! (#74) (tkf)
  • Change default basesize to length\(coll\) ÷ nthreads\(\) (#71) (tkf)
  • Refactoring: make Eduction a subtype of Foldable (#66) (tkf)