Serge Koudoro
Serge Koudoro
This PR fixes #2559. It allows providing only one value when we call CLI DIPY denoise methods. Before this PR, it was generating a `ValueError`. You could also provide 3...
this PR fixes #2564. For now, we disable the search index on our documentation since this functionality is not working with our Django framework. This is something we will have...
Preparation for 1.6.0 release, targeting August 1st. # Desired PR / issues (need review / feedback / update) There is room for the following PR to be finished and merge...
This PR fixes #2572. It allows users to save streamlines as VTP
This is a quick PR to solve some typos in different CI's shell scripts
This PR is just a follow-up and close #936. Many people ask for this feature and we never merged it. it adds 2 functions to apply warp fields on point:...
This PR starts the refactoring/ Redesign of our tracking API.
Our current system start to be quite old. We might encounter multiple problems in the close future. Furthermore: - `distutils` is deprecated ([PEP-632](https://peps.python.org/pep-0632/)) - it is not recommended anymore to...
- In Green, tutorial < 5 min, they are fine - in black, tutorial between 5-15min, warning zone, we need to review some of them - in red, tutorial more...
## Description The tutorial reconst_mcsd failed with the error below when `cvxpy>=1.1.15`. We need to analyze this issue. Can you look at this @ShreyasFadnavis? ```python File "/home/elef/anaconda3/lib/python3.8/site-packages/cvxpy/atoms/atom.py", line 174, in...