1c7840089a[docs] sqlalchemy basics and api ref.
Romain Dorgueil
2018-01-14 16:21:19 +01:00
e998f9c989[docs] More documentation rewriting.
Romain Dorgueil
2018-01-14 16:11:49 +01:00
9af5d80171[docs] rewriting the tutorial.
Romain Dorgueil
2018-01-14 15:26:04 +01:00
c311b05a42[docs] rewriting the tutorial.
Romain Dorgueil
2018-01-14 14:25:42 +01:00
9fa7be5dd8some minor language edits
Ivan Savov
2018-01-11 20:37:26 -05:00
65a425258asmall rewording
Ivan Savov
2018-01-11 20:26:26 -05:00
ca9d5a19fcMerge branch 'master' into develop
Romain Dorgueil
2018-01-10 08:39:37 +01:00
a161e9d8d7[django] Adds ability to create a get_graph() command method as a generator for multiple, synchronous jobs execution in django command.
Romain Dorgueil
2018-01-10 08:36:45 +01:00
8900c567d9[core] Fixes bug in graph.add_chain output that would ignore the first node when its index is 0.
Romain Dorgueil
2018-01-10 08:33:12 +01:00
c1ffbe7b5fWorking on 0.6 documentation.
Romain Dorgueil
2018-01-10 06:18:41 +01:00
0a9a27ae08Links in doc.
Romain Dorgueil
2018-01-08 08:31:07 +01:00
47f3897847Example datasets are now stored by bonobo minor version.
Romain Dorgueil
2017-12-02 16:19:27 +01:00
7a25774b0fRemoving datasets from the repository.
Romain Dorgueil
2017-12-02 15:57:14 +01:00
893a61aba2For some obscure reason, coverage is broken under python 3.7 making the test suite fail, disabled python3.7 in travis waiting for it to be fixed.
Romain Dorgueil
2017-12-02 15:03:13 +01:00
a8ff1b4df1[tests] adding a spec to magicmock of nodes to avoid it being seen as partially configured nodes
Romain Dorgueil
2017-12-02 14:51:33 +01:00
9e0834b061Check partially configured transformations that are function based (aka transformation factories) on execution context setup.
Romain Dorgueil
2017-12-01 07:43:14 +01:00
db54ff41efFix PrettyPrinter, output verbosity is now slightly more discreete.
Romain Dorgueil
2017-12-01 07:42:23 +01:00
d8c0dfe11aInheritance of bags and better jupyter output for pretty printer.
Romain Dorgueil
2017-11-28 21:58:01 +01:00
cf120f6d65Adding services to naive execution
Kenneth Koski
2017-11-13 16:30:56 -06:00
9b0a51e647Fix another typo in run
Daniel Jilg
2017-11-13 16:38:53 +01:00
72ae354810Fix two typos in the ContextProcessor documentation
Daniel Jilg
2017-11-13 16:31:00 +01:00
c87775f090Core: refactoring contexts with more logical responsibilities, stopping to rely on kargs ordering for compat with python3.5
Romain Dorgueil
2017-11-12 14:22:29 +01:00
739a64d8f4Simplification of node execution context, handle_result is now in step() as it is the only logical place where this will actually be called.
Romain Dorgueil
2017-11-12 11:16:52 +01:00
c2f17296f6[stdlib] Adds Update(...) and FixedWindow(...) the the standard nodes provided with bonobo.
Romain Dorgueil
2017-11-12 10:06:15 +01:00
a97b1c5d2eAdds a benchmarks directory with small scripts to test performances of things.
Romain Dorgueil
2017-11-12 09:08:32 +01:00
d1481fbfe8Moves jupyter extension to both bonobo.contrib.jupyter (for the jupyter widget) and to bonobo.plugins (for the executor-side plugin).
Romain Dorgueil
2017-11-12 09:08:05 +01:00
4bea3f7dadFix examples with new module paths.
Romain Dorgueil
2017-11-12 06:24:29 +01:00
f6093e308dIOFormats: if no kwargs, then try with one positional argument.
Romain Dorgueil
2017-11-12 06:23:19 +01:00
96fd4533e1Adds a __getattr__ dunder to ValueHolder to enable getting attributes, and especially method calls, on contained objects.
Romain Dorgueil
2017-11-12 06:22:28 +01:00