Commit Graph

20 Commits

Author SHA1 Message Date
3bc28aa0c2 Update requirements, fixes packaging version problem. 2019-05-16 11:53:50 +02:00
72a855729c wip: version bumps & formating. 2019-05-08 12:01:59 +02:00
ca464ef6f7 Enforcing quote format with black in develop. 2018-08-11 16:15:26 +02:00
5e9100d036 deps: update 2018-08-11 14:21:14 +02:00
d1c9beae97 style: switching from yapf to isort/black 2018-08-11 06:34:37 +02:00
9e0736b246 Update requirements. 2018-05-21 11:56:53 +02:00
a9c55de270 Update requirements / format. 2018-05-16 07:43:15 +02:00
5457a9271c Update requirements. 2018-03-29 09:39:35 +02:00
02eeaff883 Fix #249: Quoting format is integer, not string. 2018-02-03 17:11:23 +01:00
aa6e426768 [doc] proofreading the guides, refactoring the reference. 2018-01-16 06:27:25 +01:00
cc08c1656f Merge branch 'master' of github.com:python-bonobo/bonobo 2018-01-08 08:13:04 +01:00
870db69150 Release: 0.6.0 2018-01-01 22:19:20 +01:00
9d52d9971a Update requirements for beta. 2017-12-30 15:19:28 +01:00
46a8fd192e Refactoring API, writing docs. 2017-12-27 11:32:47 +01:00
281cc6c8ed Update dependencies. 2017-12-13 09:28:36 +01:00
a1f883e3c6 Release: 0.6.0a1 2017-12-03 10:00:47 +01:00
5e0b6567cd Rewritting Bags from scratch using a namedtuple approach, along with other (less major) updates.
New bag implementation improves a lot how bonobo works, even if this is
highly backward incompatible (sorry, that's needed, and better sooner
than later).

* New implementation uses the same approach as python's namedtuple,
  by dynamically creating the python type's code. This has drawbacks, as
  it feels like not the right way, but also a lot of benefits that
  cannot be achieved using a regular approach, especially the
  constructor parameter order, hardcoded.
* Memory usage is now much more efficient. The "keys" memory space will
  be used only once per "io type", being spent in the underlying type
  definition instead of in the actual instances.
* Transformations now needs to use tuples as output, which will be bound
  to its "output type". The output type can be infered from the tuple
  length, or explicitely set by the user using either
  `context.set_output_type(...)` or `context.set_output_fields(...)` (to
  build a bag type from a list of field names).

Jupyter/Graphviz integration is more tight, allowing to easily display
graphs in a notebook, or displaying the live transformation status in an
html table instead of a simple <div>.

For now, context processors were hacked to stay working as before but
the current API is not satisfactory, and should be replaced. This new
big change being unreasonable without some time to work on it properly,
it is postponed for next versions (0.7, 0.8, ...). Maybe the best idea
is to have some kind of "local services", that would use the same
dependency injection mechanism as the execution-wide services.

Services are now passed by keywoerd arguments only, to avoid confusion
with data-arguments.
2017-11-27 00:04:51 +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
5f300225a8 Update requirements with first whistle stable. 2017-11-04 12:10:28 +01:00
5cc514e490 Update dependencies, remove python-dotenv. 2017-11-01 18:53:27 +01:00