Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-27Fixed continuation monad unit test.HEADmasterIan Johnson
2013-08-27Continuation monad implementedIan Johnson
2013-08-20Started messing with the continuation monad.Ian Johnson
2013-06-10Bug fixed the concurrent helper module. Simpler, and now hopefully working.Ian Johnson
2013-06-05Concurrent if component re-factored so that it works. ;)Ian Johnson
2013-06-04Concurrent function components wait for futures in the executor thread pool.Ian Johnson
2013-05-22Bug fixed in unsplit parallel helper function.Ian Johnson
2013-05-21Added a constructor for an If component for concurrent pipelines.Ian Johnson
2013-05-14Removed print statement.Ian Johnson
2013-05-13Fixed bugs in the parallel helpers.Ian Johnson
2013-04-29Added __ne__ methods to appropriate types.Ian Johnson
2013-03-14Fixed bug in parallel wire construction function.Ian Johnson
2012-10-16Function arrow choice ValueError now have correct detail message.Ian Johnson
2012-10-16Fixed bug in run, eval, and exec parallel pipeline functions.Ian Johnson
2012-10-16Increased coverage of parallel helper tests and type checking more strict in ...Ian Johnson
2012-10-15Added parallel helper unit tests. Bug fixing.Ian Johnson
2012-10-15Merge branch 'master' of github.com:ianj-als/pypelineIan Johnson
2012-10-15Added helpers to create pipeline components that use futures rather than valu...Ian Johnson
2012-10-15Merge branch 'master' of github.com:ianj-als/pypelineIan Johnson
2012-10-15Fixed some commentsIan Johnson
2012-10-12Fixed erroneous comments.Ian Johnson
2012-10-09Merge branch 'master' of https://github.com/ianj-als/pypelineIan Johnson
2012-09-11Kleisli choice arrow added.Ian Johnson
2012-09-11Merge branch 'master' of https://github.com/ianj-als/pypelineIan Johnson
2012-09-10Batch sub-process components output is now a function of value and state.Ian Johnson
2012-09-06Reinstated the Python 2.7 dictionary comprehension implementation for diction...Ian Johnson
2012-09-06Added some helper component composition functions.Ian Johnson
2012-09-06Added the output function to the batch sub-process component constructor func...Ian Johnson
2012-09-06Fixed pypeline split and unsplit wires.Ian Johnson
2012-09-05Added batch subprocess pypeline component, and split and unsplit wires.Ian Johnson
2012-09-05Added unsplit unit tests for Kleisli arrowsIan Johnson
2012-09-05Made Kleisli arrow code a little more tidy.Ian Johnson
2012-09-05Implemented &&& for Kleisli arrows and implemented return_() for all monads.Ian Johnson
2012-08-29Fixed commentIan Johnson
2012-08-15Tweek, and more readme stuff.Ian Johnson
2012-08-15The state object is now passed to input and output forming functions and the ...Ian Johnson
2012-08-13Initial code commit.Ian Johnson