Commit Graph

14 Commits

Author SHA1 Message Date
229117fcca .gitignore update 2017-12-30 15:19:28 +01:00
c87775f090 Core: refactoring contexts with more logical responsibilities, stopping to rely on kargs ordering for compat with python3.5 2017-11-12 16:36:11 +01:00
d1481fbfe8 Moves jupyter extension to both bonobo.contrib.jupyter (for the jupyter widget) and to bonobo.plugins (for the executor-side plugin). 2017-11-12 09:08:05 +01:00
67b4227436 [stdlib] Fix I/O related nodes (especially json), there were bad bugs with ioformat. 2017-06-17 10:37:17 +02:00
e747bc1da8 Topological sort of a graph, allowing better console (and other) outputs.
Uses algorithm borrowed from networkx graph library to sort a graph in
topological order. The method is only used by output plugins, as
internal plumbery does not really care about the node order.

Also includes a bonobo.util.python.require function that helps importing
thing in a package-less context, or when there are conflict with site
package names.
2017-05-19 13:28:31 +02:00
474999a87e Trying to fix unending transformations on start() error. 2017-05-01 15:12:48 +02:00
8532520aae Big refactoring, way simpler management of transformations. Early branch for upcoming version 0.2. 2017-01-17 22:45:10 +01:00
8b63b0bf44 doc update and better versionning method 2016-12-29 17:27:06 +01:00
31dbfd8a22 move doc to docs as it is more consistent, use new features of edgy.project to generate setup.py with data files 2016-12-26 11:44:46 +01:00
9c4ec68b18 minor changes an travis config for 3.6 2016-12-25 08:30:32 +01:00
c30048f1b0 basic reimplementation of what was working in rdc.etl, jupyter widget, json import, demo with opendatasoft api, etc. Lot of things are still work in progress, stay tuned. 2016-12-24 10:37:53 +01:00
4460c0fb8a gitignore 2016-12-09 10:00:16 +01:00
90d3b6235b work in progress ... 2016-12-09 08:01:04 +01:00
ea4b251648 Initial commit 2016-12-09 05:03:24 +01:00