Removed - ModelsConnector - it makes better sense outside the ayeaye.Connect(..) declaration
Added - ModelCollection - the old ModelsConnector slightly repackaged - ayeaye.common_pattern.build_context.manifest_build_context and examples/manifest_build_context to demonstrate a simple way to list files used in an ayeaye.Model
0.0.23
Added - ayeaye.Connect now supports filesystem wildcards
0.0.22
Added - ProcessPool workers run within the connector_resolver context. Just key+value pairs supported.
0.0.21
Changed - 'executors' now called 'runtime'
Added - A clearer link between runtime environment and PartitionedModel - worker_id and number of workers (when using fixed sized pool) to runtime info
0.0.20
Added - ProcessPool to allow init arguments to be passed to models within individual worker processes