Skip to content
stefanv edited this page Dec 6, 2011 · 5 revisions

Scipy India

Please write your name if you wish to participate, and what you would like to work on

  • Emmanuelle Gouillart: coordination, and docstring of canny filter
  • Kadambari Devarajan: manipulate lateral and dorsal profile photographs, create an example for the gallery

General instructions for participants

Topics

List of functions needing examples in docstrings / examples for the gallery

feature: hog

filter: median_filter, canny, sobel, prewitt, wiener

graph: shortest_path, MCP

morphology:

  • structuring elements in selem.py don't have examples in docstrings.

  • In grey.py, Tony added recently examples in all the docstrings -- it'd be great to have also a few examples for the gallery

  • label doesn't have examples

transform: probabilistic_hough, integral_image, integrate radon and iradon do not have examples in docstrings (but they do have a nice example in the gallery)

Packaging

Quoting from Stéfan's e-mail yesterday:

Question from Emmanuelle: During questions, I was asked if during the sprint, it would be possible to contribute to the Debian/Ubuntu packaging. I don't know the status of the packaging, and if something could be done to help with the packaging. What should I answer to the person who asked about packaging?

Answer from Stéfan: Absolutely! The biggest problem at the moment is that the package needs to be scanned carefully, and the (Debian) license file update accordingly. Furthermore, the package needs to be changed to handle the module rename to skimage. Then we also need a man page for scivi, the image viewer. See this PR for a summary:

https://github.com/stefanv/scikits-image/pull/1

The latest Debian package files are kept here:

https://github.com/scikits-image/scikits-image/tree/debian

I'd be really happy if someone could help with this, so that we can get 0.4 included in Debian (and hopefully in time for the next Ubuntu download).