Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 13:51
· 4 commits to main since this release
70bf60c

New Features

from jaxley.channels import CaNernstReversal
from jaxley.pumps import CaFaradayConcentrationChange

cell.insert(CaFaradayConcentrationChange())
cell.insert(CaNernstReversal())
cell.diffuse("CaCon_i")
cell.set("axial_diffusion_CaCon_i", 1.0)

Bug fixes

Code health