Commit Graph

188 Commits

Author SHA1 Message Date
abde68108b better windows console output 2017-07-15 17:27:34 +02:00
5d59a72310 [core] Adds a .copy() method to graph structure. 2017-07-06 11:29:55 +02:00
8d23232a0d Merge branch 'master' into develop 2017-07-05 19:41:06 +02:00
cf5b078620 [doc] Documentation, my dear. Half of the work, looks you are a little behind on quotas ... 2017-07-05 19:28:42 +02:00
4a2c7280d6 [misc] Fixes formatting. 2017-07-05 13:09:46 +02:00
8de6f50523 [examples] Fix examples, fix termination bug with unrecoverable errors. 2017-07-05 13:08:53 +02:00
9801c75720 [settings] Better impl. of Setting class, tests for it and refactor hardcoded settings to use it. 2017-07-05 12:41:14 +02:00
6ef25deac9 [config] Adds test for requires() decorator. 2017-07-05 12:01:37 +02:00
0bcdbd70ab [nodes] Removes old pretty printers (bonobo.pprint, bonobo.PrettyPrint) in favor of simpler bonobo.PrettyPrinter implementation. /!\ BC break /!\ 2017-07-05 11:52:47 +02:00
2ff19c18a6 [errors] Implements unrecoverable errors, that will raise and stop the transformation. Used when an invalid ioformat is used. 2017-07-05 11:34:34 +02:00
4da1b4028a Merge branch 'dev_refactor_config' into develop 2017-07-05 11:22:15 +02:00
5062221e78 [config] Refactoring of configurables, allowing partially configured objects.
Configurables did not allow more than one "method" option, and mixed
scenarios (options+methods+...) were sometimes flaky, forcing the user
to know what order was the right one. Now, all options work the same,
sharing the same "order" namespace.

Backward incompatible change: Options are now required by default,
unless a default is provided.

Also adds a few candies for debugging/testing, found in the
bonobo.util.inspect module.
2017-07-05 11:15:03 +02:00
896bc79abe release: 0.4.3 2017-07-04 10:55:45 +02:00
1d27376785 release: 0.4.2 2017-06-18 21:35:30 +02:00
67b4227436 [stdlib] Fix I/O related nodes (especially json), there were bad bugs with ioformat. 2017-06-17 10:37:17 +02:00
3c4010f9c3 [core] Execution contexts are now context managers. 2017-06-17 10:17:42 +02:00
a65ca635cf [fs] adds a defaut to current working directory in open_fs(...). 2017-06-17 10:08:06 +02:00
8c898afc27 [config] Implements a "requires()" service injection decorator for functions (api may change). 2017-06-17 10:02:37 +02:00
b8125ea579 Merge commit '2b8397f' 2017-06-17 09:57:47 +02:00
f832f8e2bc release: 0.4.1 2017-06-11 10:44:01 +02:00
2b8397f32e [logging] Adds logging alias for easier imports. 2017-06-11 09:50:20 +02:00
fb54143a7a release: 0.4.0 2017-06-10 15:34:22 +02:00
187a24fca9 Merge branch '0.3' into develop
Conflicts:
	Makefile
	requirements-dev.txt
2017-06-10 14:17:26 +02:00
e0a00dcc91 release: 0.3.2 2017-06-10 13:57:27 +02:00
2b584935c5 [deps] Weekly dependency update. 2017-06-10 13:35:02 +02:00
89104af3a0 Allow main as well as __main__. 2017-06-08 21:47:13 +02:00
1ca48d885d Refactoring and fixes around ioformats. 2017-06-08 21:47:01 +02:00
d19178a28e Fix import to absolute. 2017-06-06 08:17:58 +02:00
e5483de344 [core] I/O formats allowing both arg0 formating and kwargs based. Starting with 0.4, kwargs based will be default (BC break here, but needed for the greater good). 2017-06-05 11:38:11 +02:00
c34b86872f Update example datasets. 2017-06-05 10:52:47 +02:00
471e38e67b [jupyter] update widget so it uses str(...) instread of repr(...) and topological order of nodes. 2017-06-05 09:43:38 +02:00
fd2cfae95c Merge pull request #97 from hartym/develop
Deps
2017-05-31 22:14:54 +02:00
88d46a724d [cli] adds python logging facility configuration. 2017-05-31 22:06:08 +02:00
108f1c9967 Merge pull request #91 from hartym/develop
Doc and fixes.
2017-05-28 14:19:54 -07:00
5b7e3c8324 [cli] fixes --install which did not work with --editable packages, aka things added to sys.path by some *.pth file in a very not explicit way. 2017-05-28 23:03:22 +02:00
ac800d2e14 [cli] Setup logging to unsilence stevedore errors, like failing to load an entrypoint. 2017-05-28 23:02:34 +02:00
0146fb0d55 [doc] Documentation work for the 0.4 release (not finished). 2017-05-28 19:21:12 +02:00
c94a7ffbb2 Update init.py 2017-05-28 17:36:27 +02:00
6fc5891ccd Merge branch 'master' into develop 2017-05-28 13:15:23 +02:00
d8232abfc2 release: 0.3.1 2017-05-28 13:03:13 +02:00
d241fdd708 [cli] bonobo version -qq now returns only version number 2017-05-27 16:26:14 +02:00
1afd8746eb [pm] Moving project artifact management to next edgy.project version. 2017-05-27 16:08:10 +02:00
93cc1648a4 Merge branch 'develop' of github.com:hartym/bonobo into develop 2017-05-27 15:25:46 +02:00
7e28eeddd6 Rename packages package as it looks like it cause trouble when uploading to pypi. 2017-05-27 15:25:22 +02:00
2515e116d0 Merge branch 'develop' into develop 2017-05-27 06:19:16 -07:00
aea5ecf17e [cli] Adds --install/-I flag to install requirements.txt prior to run when targetting a directory, needed for docker runs. 2017-05-27 15:17:55 +02:00
eacf52aaf6 Simpler package generation using cookiecutter, stdout buffering for consoleplugin 2017-05-27 14:55:25 +02:00
34aa357fd3 [misc] minor output tuning. 2017-05-25 19:49:05 +02:00
de082ed794 Merge branch 'develop' into feature/io_pickle 2017-05-25 06:36:11 -07:00
83f0b67b94 [misc] Change some names to be consistent with classtree. 2017-05-25 15:28:24 +02:00