Skip to content

Commit 64fa2a5

Browse files
committed
Bump version to 0.6.8
- Build system fixes for CI - Compile NEURON mechanisms before wheel build - Tested locally: wheel contains x86_64/libnrnmech.so
1 parent 3a0871a commit 64fa2a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.8] - 2025-12-16
11+
12+
### Fixed
13+
- **Build System**: Compile NEURON mechanisms before wheel build in CI
14+
- Added nrnivmodl compilation step in CIBW_BEFORE_BUILD
15+
- Mechanisms now properly included in wheels published to PyPI
16+
- Verified locally that wheels contain x86_64/libnrnmech.so
17+
1018
## [0.6.7] - 2025-12-16
1119

1220
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "MyoGen"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
description = "Modular and extensible neuromuscular simulation framework for generating physiologically grounded motor-unit activity, muscle force, and EMG signals (surface and intramuscular)"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)