Skip to content

v0.5.1

Choose a tag to compare

@rmems rmems released this 08 Aug 03:13
· 10 commits to main since this release
37b0625

neuromod 0.5.1

Trust & packaging honesty + Hodgkin–Huxley hygiene.

crates.io: publish separately when ready (cargo publish). Install pin: neuromod = "0.5.1".

Changed

  • Docs / packaging honesty: honest crates.io description (no unsubstantiated “high-performance”); README badges and dual-license presentation; crate and README docs state that SpikingNetwork wires LIF + Izhikevich only, with other models available as standalone types (#66, #67, #69, #70 / #84).
  • src/hodgkin_huxley.rs: stripped verbose AI-generated commentary and consolidated repeated RK4/gating calculations (#85).
  • src/lif.rs: shortened Poisson-spike generation comment.
  • tests/sentry_integration.rs: trimmed redundant feature-gate prose.

Fixed

  • Fixed HodgkinHuxleyNeuron::derivatives to shift the membrane potential back to the HH relative convention before evaluating α/β gating rates for cortical (mammalian) parameterizations, matching the shift already used by steady_state_gating_mammalian and reset (#85).

Links