Releases: Limen-Neural/neuromod
Releases · Limen-Neural/neuromod
Release list
v0.5.2
neuromod 0.5.2
Docs, CI, and packaging hygiene for the v0.5.2 milestone.
Install: neuromod = "0.5.2" (after crates.io publish)
Removed
Changed
- Stop tracking
.cubic/wiki; exclude from crates.io package (#90) - Rustdoc textbook spine for engine/lif/izhikevich/modulators (#89)
- MSRV policy 1.97.1 with CI pin agreement (#79)
- CI OS matrix: Linux, macOS, Windows (#94, #95)
- Domain docs scan:
cargo doc --all-features --no-deps - Codecov: repo upload token, official badge, least-privilege workflow
Links
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