The python backends will now always generate absolute imports and no longer generate relative imports. The `python_types` and `python_stub_types` backends now have a required `-p` or `--package` option used for generating the imports.
Additionally, packages generated by these backends will now have a dependency on `stone` itself.
A couple of internal optimizations have also been upstreamed.