You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with poetry install --with dev --with examples. #1024
cluster_tools
Changed
Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with poetry install --all-extras or pip install -e "all". #1024