neuromodulation / py_neuromodulation

Real-time analysis of intracranial neurophysiology recordings.
https://neuromodulation.github.io/py_neuromodulation/
MIT License
47 stars 11 forks source link

Restructuring the package into submodules + major refactorings #355

Closed toni-neurosc closed 2 months ago

toni-neurosc commented 3 months ago

This PR contains a bunch of refactorings of the package, the most important of which is the re-organization of the import structure of the package to change from file-based to sub-module based, using subfolders and __init__.py files.

The rest of the changes will be summarized below in the following days.

Summary of changes:

_WIP_