-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
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... |
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 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. |
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. |
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.
The text was updated successfully, but these errors were encountered: