All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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 anotherfn.Stream
fn.Stream
got new public methodcursor
to get position on next evaluated element
-
v21.01.2013 Changes
- ๐ Update documentation with special
fn._
use cases for interactive shells - ๐ Move
zipwith
fromfn.iters
tofn.op
fn._
dump to string
- ๐ Update documentation with special
-
v18.01.2013 Changes
- Added 22 itertools recipes to
fn.iters
- ๐ Documentation is converted to RST
- Added 22 itertools recipes to
-
v17.01.2013 Changes
- โ
Unit tests coverage for
fn.stream.Stream
-
_StreamIterator
works fine both in Python 2/3
- โ
Unit tests coverage for
-
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
- Simplest
-
v13.01.2013 Changes
- Full list of ideas on paper
- Repository is created
- Initial commit