@@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.0] - 2025-12-28
11+
12+ ### Added
13+ - ** Spinal Network Simulator** : Enhanced connectivity and afferent population support
14+ - Improved interneuron and motor neuron connectivity patterns
15+ - Added Group II (GII) afferent pathway support
16+ - Enhanced afferent population configuration options
17+ - ** Strict Mode for NEURON** : New error handling mode for mechanism loading
18+ - Added ` strict ` parameter to ` load_nmodl_files() ` function
19+ - Warnings by default, exceptions opt-in with ` strict=True `
20+ - Clearer error messages when NEURON mechanisms fail to load
21+ - ** API Documentation** : Added missing classes to API docs and module exports
22+ - ` HillModel ` - Hill-type muscle model
23+ - ` Network ` - Spinal network container
24+ - ` SimulationRunner ` - Simulation orchestration
25+ - ` JointDynamics ` - Joint dynamics model
26+ - ` SpindleModel ` - Muscle spindle proprioceptor
27+ - ` GolgiTendonOrganModel ` - Golgi tendon organ proprioceptor
28+ - ` ContinuousSaver ` and ` convert_chunks_to_neo ` utility functions
29+ - ** ReadTheDocs Configuration** : New ` .readthedocs.yaml ` with uv package manager support
30+ - Uses ` uv sync --group docs ` for dependency installation
31+ - Double-build for sphinx-gallery (pre_build + sphinx section)
32+ - MPI dependencies via apt packages
33+
34+ ### Changed
35+ - ** NEO Blocks Documentation** : Consolidated 4 documentation files into single ` docs/neo_blocks.md `
36+ - Reduced from ~ 47KB across multiple files to ~ 4.5KB single digestible document
37+ - Clearer structure with block types, access patterns, and troubleshooting
38+ - ** API Documentation Order** : Reorganized ` simulator_api.rst ` to follow simulation workflow
39+ - RecruitmentThresholds → Populations → Network → SimulationRunner → Muscle → Proprioception → JointDynamics → Force → Electrodes → EMG
40+ - ** Watanabe Examples** : Updated paper citations from 2013 to 2015 (J. Neurosci.)
41+ - Corrected DOI references across all example scripts
42+ - Simplified README to essential information only
43+ - ** README** : Rewritten for beginners with uv as primary installation method
44+
45+ ### Fixed
46+ - ** Documentation Links** : Fixed examples toctree paths (` 01_basic ` , ` 02_finetune ` )
47+ - ** Literature Reproductions Link** : Added ` watanabe-reproduction ` ref label for cross-references
48+
1049## [ 0.7.0] - 2025-12-24
1150
1251### Added
0 commit comments