Matteo Frigo
Matteo Frigo
This PR adds a new class to the copt.penalty module which defines a non-contiguous version of the existing GroupL1 penalty. The main differences between the two are: * Parsing of...
With this PR we add the skeleton for the implementation of [AMICO](https://github.com/daducci/amico). Let's open the discussion @Sara04 @rutgerfick . ### `dmipy.core.modeling_framework` For the MultiCompartmentAMICOModel and the MultiCompartmentAMICOSphericalMeanModel we have to...
When we pass the volume fraction of both the intra and the extra cellular compartments to the function that computes the perpendicular diffusivity through the tortuosity constraint, there could be...
There's a minor bug that concerns the behaviour when the `KeyError` exception is raised in the parameter range check of the `set_equal_parameter` method in the DistributeModel class. An error is...
@rutgerfick do we want to try to get Dmipy listed in the learn-neuroimaging platform? They've been working on it during OHBM's hackathon and they did an amazing job. https://github.com/learn-neuroimaging/tutorials-and-resources https://learn-neuroimaging.github.io/tutorials-and-resources/...
With the [recent update of dipy](https://dipy.org/documentation/1.0.0./api_changes/), many functions will not work. There are two possible solutions: * Require an old version of dipy (suboptimal) * Do a complete revision of...