@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2025-04-03
11+
1012### Added
1113- RaulNetV17 model for decoding kinematics from EMG data
1214- Workflow module for EMG data processing, model training, and result visualization
@@ -21,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123- Refactored EMG and kinematics data classes to include dimensions when unchunked and streamlined chunk checking logic
2224- Enhanced kinematics visualization with interactive features and improved styling
2325- Updated zarr version and added mlflow and pyqt5 dependencies
26+ - Renamed ` AveragingSpatialFilter ` to ` ApplyFunctionSpatialFilter ` in documentation (` filters.rst ` ).
27+ - Refactored spatial filters (` spatial.py ` ) simplifying parameters and type hints.
28+ - Refactored ` SOSFrequencyFilter ` for easier usability.
29+ - Enhanced grid layout documentation and validation in ` EMGData ` class.
30+
31+ ### Removed
32+ - ` ElectrodeSelector ` and ` GridReshaper ` filters mentioned in documentation (` filters.rst ` ).
33+ - Unnecessary spatial filters.
2434
2535## [ 1.0.0] - 2024-05-20
2636
@@ -70,6 +80,7 @@ The following research papers have utilized MyoVerse:
7080- IEEE Transactions on Neural Systems and Rehabilitation Engineering (2023): [ 10.1109/TNSRE.2023.3295060] ( https://doi.org/10.1109/TNSRE.2023.3295060 )
7181- 2022 44th Annual International Conference of the IEEE EMBC: [ 10.1109/EMBC48229.2022.9870937] ( https://doi.org/10.1109/EMBC48229.2022.9870937 )
7282
73- [ Unreleased ] : https://github.com/NsquaredLab/MyoVerse/compare/v1.0.0...HEAD
83+ [ Unreleased ] : https://github.com/NsquaredLab/MyoVerse/compare/v1.1.0...HEAD
84+ [ 1.1.0 ] : https://github.com/NsquaredLab/MyoVerse/compare/v1.0.0...v1.1.0
7485[ 1.0.0 ] : https://github.com/NsquaredLab/MyoVerse/compare/v0.1.0...v1.0.0
7586[ 0.1.0] : https://github.com/NsquaredLab/MyoVerse/releases/tag/v0.1.0
0 commit comments