Ghislain Vaillant
Ghislain Vaillant
We won't get tests for Python 3.10 because of VTK. There is a prerelease available, which we could use in case the next release has not happened on time.
Support for Python 3.10 needs wheels from the prerelease version of VTK 9.2 and this [fix](https://github.com/MICA-MNI/BrainSpace/pull/75) I submitted upstream.
My bad, should be [math.prod](https://docs.python.org/3.8/library/math.html#math.prod) then. ________________________________ From: Gensollen ***@***.***> Sent: Wednesday, August 24, 2022 4:07:13 PM To: aramis-lab/clinica ***@***.***> Cc: VAILLANT Ghislain ***@***.***>; Comment ***@***.***> Subject: Re: [aramis-lab/clinica] Python...
I fixed the merge conflict and updated the `brainspace` dependency to use the new published version. It looks like there are still issues with unit tests though.
> Thanks for fixing the conflict @ghisvail I hadn't updated the tests (now done in [3cd895f](https://github.com/aramis-lab/clinica/pull/669/commits/3cd895fdff07813fe9dc9e1560fd841043d0b192)) I should have addressed all your comments and suggestions except for the `sum()` and...
> the link with Clinica will be too weak and it should implies to add Clinica as dependency of Leaspy (in order to use the CAPS tools) Not necessarily. Weak...
> We can have a third package caps2leaspy and add [clinica, caps2leaspy] as optional dependencies in leaspy and maybe [leaspy, caps2leaspy] as optional dependencies in clinica ? I think you...
A modern approach is to write them in `Markdown` and use `pandoc` for conversion to the manpage format. See the following [blog post](http://jbl.web.cern.ch/jbl/doc/manpages/) for an example.
Honestly, don't bother with GTK-2. It's more than deprecated at this point and Qt 5 is solid, stable and supported.
> but the QT5 version requires libqt5pas 1.2.9, which I believe is newer than in Debian trunk. I guess NeuroDebian could provide it for older systems. > I am not...