Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

release 0.6.2

Compare
Choose a tag to compare
@pbellec pbellec released this 17 Jun 13:05
· 409 commits to master since this release

This release includes refactoring of the file structure to comply with Pipy standards.

The package is now located in a folder load_confounds and load_confounds.py was renamed parser.py. A similar behaviour to prior module organization can be achieved using:

import load_confounds.parser as lc

All the strategies are being exposed through the package, so it is still possible to run:

from load_confounds import Confounds

or

from load_confounds import Params6 

This minor release was prepared by Pierre Bellec.