Skip to content

0.5.3

Latest
Compare
Choose a tag to compare
@CBroz1 CBroz1 released this 27 Aug 16:40
· 21 commits to master since this release
ecf468e

Database Changes

This release (a) removes the old 'common' ripple pipeline in favor of the dedicated subpackage (see #1061), and (b) edits the definitions of PositionIntervalMap and PositionGroup (see #870, #1008). Users with existing databases should run the following:

import datajoint as dj
from spyglass.common.common_behav import PositionIntervalMap
from spyglass.decoding.v1.core import PositionGroup

dj.schema("common_ripple").drop()
PositionIntervalMap.alter()
PositionGroup.alter()

Software Changes

New Contributors

Full Changelog: 0.5.2...0.5.3