Added - PartitionedModel - supports multiprocess execution of subtasks.
0.0.16
Changed - UncookedConnector - Encoding defaults to None.
Added - UncookedConnector - supports file_mode and encoding.
0.0.15
Fixed - SqlAlchemyDatabaseConnector needs to call it's own callable optional args so it can supply the declarive base argument. i.e. non-simple callable. Created a mechanism for Connectors to reserve this right so Connect() will leave these callables.
0.0.14
Changed - .schema property has been removed from :class:`DataConnector` - it should whatever type of object the sub class needs
0.0.13
Changed - any kwarg given to ayeaye.Connect can be a callable, not just engine_url. This isn't quite there for stand-alone connectors but fine when used within `ayeaye.Model`.