Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 07:44
· 20 commits to main since this release
24dd530

🧩 New features

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

🛠️ Internal updates

  • module.distance() is now deprecated in favor of jx.morphology.distance_direct()
    (#648, @michaeldeistler)