Add main classes/functions to parent namespaces #388
Labels
effort: low
Estimated low effort task
impact: low
Estimated low impact task
priority: low
Not urgent
refactoring
Requesting changes to the code which do not impact behavior
It's a bit tedious to have to, e.g.,
from nimare.meta.ale import ALE
. it forces users to have a grasp of the internal module structure, and there's probably no reason for it. I'd suggest including key objects located two levels below root in their parent namespaces. I.e.,from nimare.meta import MKDADensity
;from nimare.decode import gclda_encode
, etc.The text was updated successfully, but these errors were encountered: