* [x] Finish collection API (.compute, .remove, ..., .get) * [x] collection.clean() * [x] command line API * [ ] ~~Obj API (or just use dict?)~~ * [x] Generating cartesian product for Obj (or dict?) Builder(graph=[..], model=[..]) = [Obj<graph=.. model=..>, .... ] * [ ] Simple LocalExecutor that respects dependencies and shows some progress (tqdm) * [ ] Queries API for getting results from DB * [ ] Export a collection into Pandas frame * [ ] Dask Executor * [ ] "repeat" API * [ ] Iterative collection API * [x] Saving information about computation (computation duration, etc) * [x] Prediction of a computation * [ ] fail-safe mode for executor * [x] Possibility to return JSON like object with refs from dep_fn * [x] Runtime context manager
Obj API (or just use dict?)