-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructuring the package into submodules + major refactorings (#355)
* Re-organize files into submodules, remove nm_ prefix from submodules * Re-organize files into submodules, remove nm_ prefix from submodules * Crate "filter" module, include KalmanFilter external code, drop FilterPy dependency * Refactor __init__.py files * Drop hatch, statsmodels deps, cleanup pyproject.toml * Fix circular import bug * refactor RawDataGenerator * fix filter imports * add custom keyboard listener, drop pynput dependency * Create ValidationError factory function * Change "nm_channels" to "channels", fix most tests * Change scikit-image.measure.label for scipy equivalent, drop scikit-image dependency * simplify __init__.py files and ignore specific Ruff errors for these files * Renamed settings entries so that all feature settings end in "_settings" * Fix tests and examples, change timestamp calculation for RawDataGenerator * add number of peaks features to sharpwaves (#357) * Fix rebase problems * Move `database` module into `utils` subpackage * fix database import * fix timing test * - Bump package version to 0.06dev - Bump Python version to 3.11 - Bump pybispectra version to 1.2.0 - Fix testing workflow --------- Co-authored-by: timonmerk <[email protected]> Co-authored-by: timonmerk <[email protected]>
- Loading branch information
1 parent
bd06edc
commit cfa030c
Showing
87 changed files
with
3,832 additions
and
2,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.