MNT: Migrate to `pyproject.toml`
- Migrate from
setup.py
topyproject.toml
. - Use the
fsl.wrappers.cluster
function instead of callingcluster
/fsl-cluster
directly. - Convert
pyfix/fix
to a Python module,pyfix/fix.py
. - Don't require
hand_labels_noise.txt
for classification stage.
Edited by Paul McCarthy