Hi
here are the outputs:

from $ python -c "import skimage; print(skimage)"  I get

<module 'skimage' from '/Users/simone/Google Drive/Programming/git-repo/Cloned_repos/scikit-image/skimage/__init__.pyc'>

(skimage_dev)


from $ git log HEAD^... I get:

commit 13f9b89023feabe3f7d8b4bc7e4e309a1bca8686

Merge: b6a1bcd 4c781cf

Author: Stefan van der Walt <sjvdwalt@gmail.com>

Date:   Wed Jan 28 13:31:25 2015 -0800


    Merge pull request #1319 from ahojnnes/geom-est

    

    Improve conditioning of geometric transformations


commit 4c781cf5c015ab3d1155d83626a6ec437ac18339

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Thu Jan 22 07:23:54 2015 -0500


    Fix doc string


commit ad85dfabd57f55c8cabef5dbfe7e757f96ec677b

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Thu Jan 22 06:49:16 2015 -0500


    Disable catch of all warnings, return nan params instead


commit acf68c6d7c0bd49aadc46e86d8082f0b231cc54c

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Fri Dec 26 12:41:03 2014 +0100


    Add new parameter to catch exceptions during RANSAC


commit 91c697c5f79984b77aae1927a559c1884181c546

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Wed Dec 24 17:28:44 2014 +0100


    Handle special case of 1 pixel image


commit 5dbb6e325795aef4c160962f09fe64d8989069a4

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Wed Dec 24 15:27:10 2014 +0100


    Improve conditioning of silimarity transform design matrix


commit 983919404f90fdc489f9adfef10d9b04e95bd3b4

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Wed Dec 24 15:24:34 2014 +0100


    Improve conditioning of homography design matrix


commit 2f60de736295fccc7f0f360a4f705d1d03f8b1df

Author: Johannes Schönberger <jsch@demuc.de>

Date:   Wed Dec 24 15:19:58 2014 +0100


    Create function to center and normalize image points



Thanks for the help!

Simone




On Monday, February 1, 2016 at 9:09:09 PM UTC-8, stefanv wrote:
On 1 February 2016 at 06:11, Simone Codeluppi <sim...@codeluppi.org> wrote:
> thanks for the help but it didn't change anything....still 0.11dev

Can you please send the output of

$ git log HEAD^...

from the git repo you cloned, as well as

$ python -c "import skimage; print(skimage)"

from your home directory?

Thanks,
Stéfan