Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from topo.analysis.featureresponses import pattern_response missing in 0.9.8 #669

Open
kevroy314 opened this issue May 4, 2017 · 3 comments

Comments

@kevroy314
Copy link

When you install via pip, you get version 0.9.8. The documentation online (https://ioam.github.io/topographica/Tutorials/som_retinotopy.html) references:

from topo.analysis.featureresponses import pattern_response

Which doesn't appear to be present in featureresponses in 0.9.8.

Also, is there a quick/easy way on windows to get the online documentation to run? Nothing I do seems to work as the newer version from github don't want to build on windows and the older versions don't contain the necessary class.

@kevroy314
Copy link
Author

In fact, in running other steps, it looks like there's a huge disconnect between the example in the documentation and the 0.9.8 version available via pip. Maybe I'm doing something very wrong, but it seems like there's an import error every few cells...

@jbednar
Copy link
Member

jbednar commented May 4, 2017

If you install the 0.9.8 release, you should also get a copy of the documentation that corresponds to it, though I'm not sure where pip puts it -- maybe /usr/share/topographica/? I believe that the help menu within 0.9.8 will find the documentation wherever it ends up on your system. So if you are using 0.9.8, you should ignore the web documentation at topographica.org.

That said, I can't in good faith recommend anyone use 0.9.8 at this point. The online documentation is for github master, which diverged massively from 0.9.8 as my latest PhD students finished up their PhD theses. One of those theses is now published and the other one is in the finishing stages, so we totally should make a new release now that captures what we have achieved. Meanwhile, I would personally recommend trying to get github master working; none of us remember 0.9.8 anymore! So can you report the problems you have on Windows with github master? We can probably figure those out, though I don't personally have any Windows machine to debug it on.

@kevroy314
Copy link
Author

Thanks for the quick response! I'll avoid 0.9.8. You might want to remove the pip install recommendations from the website to avoid confusion in the future. When you go to the main downloads page on the website, it's all recommending 0.9.8 (https://ioam.github.io/topographica/Downloads/index.html). Looking forward to getting a chance to try out the master branch! It's a bit difficult to build on windows, unfortunately, but that's a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants