Skip to content

v1.1.0

Compare
Choose a tag to compare
@TomGeorge1234 TomGeorge1234 released this 06 Feb 11:59
ceb9f04

Some new features include:

some minor updates:

  • Made VelocityCells subclass of HeadDirectionCells
  • Changes to ratinabox/__init__.py so it is possible to import Environment, Agent, and Neurons, with:
import ratinabox as riab
Env = riab.Environment()
Ag = riab.Agent(Env)
PCs = riab.PlaceCells(Ag)
  • README update
  • Shift from setup.py to setup.cfg & pyproject.toml style installs
  • Citation bibtex file CITATION.bib added.