v0.5.1
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 thatSpikingNetworkwires 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::derivativesto shift the membrane potential back to the HH relative convention before evaluating α/β gating rates for cortical (mammalian) parameterizations, matching the shift already used bysteady_state_gating_mammalianandreset(#85).
Links
- Tag commit:
37b0625(includes post-merge dependabot #87) - Changelog: CHANGELOG.md
- Prior release: v0.5.0