Skip to content

v1.13.0

Choose a tag to compare

@TomGeorge1234 TomGeorge1234 released this 21 Jun 13:50
· 48 commits to main since this release

Grids cell

  • Grid cells work in 1D
  • Grid cells have a width_ratio parameter which sets the ration of the width of the receptive field to the grid scale. It mist be between 0 (very sharp grid fields) and 1 (very diffuse grid fields) and only works for the rectified_cosines models.

grid_geometry

  • Minor api change (warning thrown, will not break) three_shifted_cosines --> shifted_cosines
  • Default grid cells have been changed to 30 grid cells in three increasingly slightly rotated modules.

gridcells_default

  • Grid cell documentation on the readme has been improved

Plotting:

  • Plotting the rate map of a single neuron in 1D can now be optimised using optimise_plot_for_single_neuron (without this it just does a mountain plot with a single line, which isn't ideal.

numpy pinned to versions <2.0.0

This will be unpinned as a soon as important associated packages (matplotlib, scipy etc.) support 2.0.0.