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
AgeCommit message (Expand)Author
2013-08-27Fixed continuation monad unit test.HEADmasterIan Johnson
2013-08-27Merge branch 'master' of github.com:ianj-als/pypelineIan Johnson
2013-08-27Continuation monad implementedIan Johnson
2013-08-20Started messing with the continuation monad.Ian Johnson
2013-06-24Fixed typoIan Johnson
2013-06-24Added hyperlinks to referencesIan 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-22Bumped patch versionIan Johnson
2013-05-22Bug fixed in unsplit parallel helper function.Ian Johnson
2013-05-21Update README.mdIan Johnson
2013-05-21Added a constructor for an If component for concurrent pipelines.Ian Johnson
2013-05-14Bumped version numberIan Johnson
2013-05-14Removed print statement.Ian Johnson
2013-05-13Fixed bugs in the parallel helpers.Ian Johnson
2013-04-29Bumped patch versionIan Johnson
2013-04-29Merge branch 'master' of github.com:ianj-als/pypelineIan Johnson
2013-04-29Added __ne__ methods to appropriate types.Ian Johnson
2013-04-17Update README.mdIan Johnson
2013-04-17Update README.mdIan Johnson
2013-03-14Fixed bug in parallel wire construction function.Ian Johnson
2013-03-14Update README.mdIan Johnson
2013-03-05Typo fixed in ReadmeIan 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-16Version 0.2Ian 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-13Update README.mdIan Johnson
2012-09-12Document that the Kleisli choice arrow now exists.Ian Johnson
2012-09-11Kleisli choice arrow added.Ian Johnson
2012-09-11Merge branch 'master' of https://github.com/ianj-als/pypelineIan Johnson
2012-09-10Merge branch 'master' of 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-10Update README.mdIan Johnson
2012-09-06Update README.mdIan Johnson
2012-09-06Reinstated the Python 2.7 dictionary comprehension implementation for diction...Ian Johnson
2012-09-06Merge branch 'master' of github.com:ianj-als/pypelineIan Johnson
2012-09-06Added some helper component composition functions.Ian Johnson
2012-09-06Update README.mdIan Johnson
2012-09-06Update README.mdIan Johnson
2012-09-06Added the output function to the batch sub-process component constructor func...Ian Johnson
2012-09-06Update README.mdIan Johnson