Skip to content

Releases: LorenFrankLab/spyglass

0.5.3

27 Aug 16:40
ecf468e
Compare
Choose a tag to compare

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

0.5.2

22 Apr 22:28
96691c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

08 Mar 16:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

See also CHANGELOG.md

0.5.0

10 Feb 02:13
be6e414
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0

See also CHANGELOG.md