Skip to content

Version 0.8.4

Compare
Choose a tag to compare
@Technologicat Technologicat released this 18 Sep 13:37
· 2994 commits to master since this release

"Hunt for the missing operators" edition:

  • Parameterize scan and fold; can now terminate on longest input
  • Add map_longest, mapr_longest, zipr_longest
  • unpack is now curry-friendly

Technical enhancements:

  • refactor unpythonic.it to use itertools where possible
  • remove unnecessary conversions from iterator to generator