Re: releasing & packaging vs. renaming

If we start putting more interfaces to code in the top level module (right now, only functions from `util` are there) or automatically importing submodules (e.g. `io` would be a good candidate), then adopting/promoting the convention "import skimage as ski" would be nice (so the one import would give me `ski.img_as_float` and `ski.io.imread`).
+ 1

On Sun, Oct 9, 2011 at 2:02 PM, Emmanuelle Gouillart <emmanuelle.gouillart@nsup.org> wrote:
If we start putting more interfaces to code in the top level module (right now, only functions from `util` are there) or automatically importing submodules (e.g. `io` would be a good candidate), then adopting/promoting the convention "import skimage as ski" would be nice (so the one import would give me `ski.img_as_float` and `ski.io.imread`).
+ 1
I propose that we make the 0.3 release today as planned, and then work in the coming week to bring out 0.4 with the rename. 0.4 will then be the first version in Debian. Regards Stéfan
participants (2)
-
Emmanuelle Gouillart
-
Stéfan van der Walt