KordingLab / Neural_Decoding

A python package that includes many methods for decoding neural activity
BSD 3-Clause "New" or "Revised" License
423 stars 118 forks source link

Fast installation #7

Closed aribenjamin closed 5 years ago

aribenjamin commented 5 years ago

One change is that I had to move the main .py files into a folder (Neural_Decoding). This is more standard organization, but it's also needed for easy setup.py creation.

It might be a breaking change to users who directly reference the path. (Hopefully the fact that you can import it all as a package might make it easier for new users.)