Skip to content

Releases: Eden-Kramer-Lab/replay_identification

v0.9.16.dev0

11 Oct 18:32
Compare
Choose a tag to compare
latest

Use automated release tag

v0.3.2.dev0

29 Apr 22:22
Compare
Choose a tag to compare
v0.3.2.dev0 Pre-release
Pre-release
  • Fix track labels
  • Set likelihood to zero not on track

v0.3.1.dev0

29 Apr 20:38
Compare
Choose a tag to compare
v0.3.1.dev0 Pre-release
Pre-release
  • Add w-track specific 1D random walk state transition
  • Add random walk state transition
  • Make interface more consistent with scikit-learn

v0.2.1.dev0

19 Oct 03:23
Compare
Choose a tag to compare
v0.2.1.dev0 Pre-release
Pre-release
  • Minor fix to handle the case where the GLM does not converge in the spiking model

v0.2.0.dev0

15 Oct 23:57
Compare
Choose a tag to compare
v0.2.0.dev0 Pre-release
Pre-release
  • Implement smoother, which incorporates both past and future information (feb1db0)
  • Allow user to specify lfp_model, which can be any scikit-learn kernel density estimator (5309783)
  • Raise NotImplemented Errors for loading and saving models (c8bcc93)
  • Convert all data to numpy arrays to handle Pandas DataFrames (a4f58c0)
  • Added some model checking plots (ecc8d4c)
  • Remove speed from default likelihood (37a6d6a)

v0.1.8.dev0

24 Sep 17:20
Compare
Choose a tag to compare
v0.1.8.dev0 Pre-release
Pre-release
  • Fix handling of NaN
  • Don't estimate the movement variance
  • Fix the predict function
  • Fix the default penalty and knot spacing for spiking model
  • Add option to specify bin number

v0.1.7.dev0

17 Jul 14:27
Compare
Choose a tag to compare
v0.1.7.dev0 Pre-release
Pre-release
  • Make speed knot selection for replay state transition based on the data or user specified.

v0.1.6.dev0

08 Jun 15:48
Compare
Choose a tag to compare
v0.1.6.dev0 Pre-release
Pre-release
  • Fix the multiunit likelihood so that the likelihood for the current position is calculated precisely

v0.1.5.dev0

01 May 16:11
Compare
Choose a tag to compare
v0.1.5.dev0 Pre-release
Pre-release
  • Minor fix to handle NaN in position for the multiunit likelihood.

v0.1.4.dev0

01 May 15:18
Compare
Choose a tag to compare
v0.1.4.dev0 Pre-release
Pre-release
  • Fix the plot_fitted_multiunit function to handle both KernelDensity and GaussianMixture from scikit-learn.
  • Make the code more efficient by eliminating some redundant computation and storage of variables.
  • Minor code cleanup