RatInABox-Lab / RatInABox

A python package for modelling locomotion in complex environments and spatially/velocity selective cell activity.
MIT License
172 stars 31 forks source link

AgentVectorCells and FieldOfViewAVCs #91

Closed sherryxia2016 closed 8 months ago

sherryxia2016 commented 8 months ago

Hi,

We're trying the notebooks in the demo folder and found the last notebook requires class AgentVectorCells and class FieldOfViewAVCs to be imported. However, we noticed these two are recently added classes and are only available in the dev branch. Can I know when they're ready to be pushed to the public package? Or can I install ratinabox from dev branch?

Thanks!

TomGeorge1234 commented 8 months ago

Hi there! Sorry, well spotted. We were collecting a few recent changes before pushing out a new version to PyPI. I'll try do that by the end of the day. For now totally go ahead and install from dev, I'll reply on here once the new PyPI version is up.

git clone --depth 1 https://github.com/RatInABox-Lab/RatInABox.git
cd RatInABox
pip install -e .
TomGeorge1234 commented 8 months ago

You should be good to go!

pip install --upgrade ratinabox

Here's the official release https://github.com/RatInABox-Lab/RatInABox/releases/tag/v1.11.0

sherryxia2016 commented 8 months ago

Thanks a lot!!