Releases: Eden-Kramer-Lab/replay_trajectory_classification
Releases · Eden-Kramer-Lab/replay_trajectory_classification
0.7.3.dev0
v0.7.3.dev0 Make sure edges are ordered by linear position.
v0.4.0.dev0
- Fix continuous state transitions defining what happens when states transitions
- Be more specific with condition where track interior is inferred
v0.3.1.dev0
- Fix case where track interior is not inferred
- Fix name of random walk functions
v0.3.0.dev0
- Change back random walk state transition
- Add other types of continuous state transitions
- Penalize the likelihood outside the track
- Add a parameter that specifies whether you want to infer the track interior
v0.2.2.dev
- Update
predict_proba
method so that it doesn't specify summing over acausal or causal posterior.
v0.2.1.dev0
- Fix missing
networkx
dependency
v0.2.0.dev0
- Pulled analysis code into its own repository
- Better default settings for random walk
Initial Release
0.1.0.dev0 Fix import