All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v31.03.2013 Changes

    • โž• added example of using tail call optimization with changing callable
  • v27.01.2013 Changes

    • iters.accumulate - backported version for Python < 3.3
    • โœ… first implementation for monad.Option with tests and README samples
  • v23.01.2013 Changes

    • fn.Stream slice is another fn.Stream
    • fn.Stream got new public method cursor to get position on next evaluated element
  • v21.01.2013 Changes

    • ๐Ÿ“š Update documentation with special fn._ use cases for interactive shells
    • ๐Ÿšš Move zipwith from fn.iters to fn.op
    • fn._ dump to string
  • v18.01.2013 Changes

    • Added 22 itertools recipes to fn.iters
    • ๐Ÿ“š Documentation is converted to RST
  • v17.01.2013 Changes

    • โœ… Unit tests coverage for fn.stream.Stream
    • _StreamIterator works fine both in Python 2/3
  • v16.02.2013 Changes

    • ๐Ÿ›  fixed @23 about flipping of underscore function
    • โž• added special uniform module
    • ๐Ÿ›  fixed @22 (underscore functions representation)
    • adjustments to unary operators processing in underscore
  • v16.01.2013 Changes

    • Finished underscore module functionality
    • โœ… Test cases for all implemented modules/functions
    • โšก๏ธ Update in Readme file with several fixes
    • ๐Ÿ— Get rid of F.flip classmethod in pref. for simple building blocks
    • โšก๏ธ Optimized version for fn.op.flip operator
  • v14.01.2013 Changes

    • Simplest Stream implementation
    • Code samples for streams, labdas (_) and functions compositions
    • Plan, contribute section in readme file
  • v13.01.2013 Changes

    • Full list of ideas on paper
    • Repository is created
    • Initial commit