Skip to content

Releases: jaxleyverse/jaxley

v0.4.0

11 Oct 07:33
Compare
Choose a tag to compare

New features

Documentation

v0.3.0

24 Sep 06:39
7648bbe
Compare
Choose a tag to compare

New features

  • New solver: jx.integrate(..., voltage_solver="jax.sparse") which has very low
    compile time (#418, @michaeldeistler)
  • Support for different number of compartments per branch at initilization (modifying
    the number of compartments after initialization is not yet supported, #418, #426,
    @michaeldeistler)

Bugfixes

  • Bugfix for capacitances and their interplay with axial conductances (Thanks @Tunenip,
    #426, @michaeldeistler)
  • Bugfixes for tutorials on website

v0.2.1

16 Sep 18:01
a8d54ad
Compare
Choose a tag to compare

v0.2.1

v0.2.0

New features

Bugfixes

  • Bugfix for interpolation of x, y, z values (#411, @jnsbck)

v0.1.2

22 Aug 15:07
Compare
Choose a tag to compare
  • First public version
  • Minor fixups for README, website, and PyPI landing page (from v0.1.0)