v0.10.0
🧩 New features
- functionality to compute the pathwise distance between compartments (#648,
@michaeldeistler):
from jaxley.morphology import distance_pathwise
path_dists = distance_pathwise(cell.soma.branch(0).comp(0), cell)
cell.nodes["path_dist_from_soma"] = path_dists
🐛 Bug fixes
- fixed synapse recording indices to be within type (#643, @kyralianaka)
- Fix inheriting from a Module #590 (#642, @jnsbck)
🛠️ Internal updates
module.distance()
is now deprecated in favor ofjx.morphology.distance_direct()
(#648, @michaeldeistler)