Changelog

GitHub Releases

v0.2.1

  • Add pipe() to MoreEnumerable class

  • Enumerable.distinct(), except1(), .union(), .intersect(), .to_lookup(), .join(), .grooup_join(), MoreEnumerable.distinct_by(), .except_by() now have preliminary support for unhashable keys

v0.2.0

  • Add a MoreEnumerable class containing the following method names: aggregate_right(), distinct_by(), except_by(), flatten(), for_each(), interleave(), maxima_by(), minima_by(), traverse_breath_first() and traverse_depth_first()

  • Add as_more() to Enumerable class

v0.1.2

v0.1.1

v0.1.0

  • Initial releases under the BSD-2-Clause License