Releases: NeuroDesk/neurodesktop
2024-12-06
What's Changed
-
QSMxT: v7.2.2 patch by @astewartau in NeuroDesk/neurocommand#325
-
add heudiconv 1.3.1 by @stebo85 in NeuroDesk/neurocommand#326
-
add mriqc 24.0.2 20241108 by @stebo85 in NeuroDesk/neurocommand#327
-
add samsrfx v10.003 by @stebo85 in NeuroDesk/neurocommand#329
-
add palmettobug 0.0.1 20241119 by @stebo85 in NeuroDesk/neurocommand#330
-
add neurodock/pydesigner by @stebo85 in NeuroDesk/neurocommand#331
-
Update dcm2niix version to 20241125 by @iishiishii in NeuroDesk/neurocommand#332
-
add new cvmfs servers by @stebo85 in NeuroDesk/neurocommand#333
Full Changelog: NeuroDesk/neurocommand@2024-10-22...2024-12-06 -
changed CVMFS servers
-
added -w workaround for docker on apple silicon into dockerfile
-
add static strace to /opt for container debugging
-
enable VNC again and fix RDP autoresizing
2024-10-22
- [use cloudfront distribution only]
- [workaround for kernel bug on arm64]
- [add ipywidgets ipyvolume jupyterlab_widgets]
https://github.com/NeuroDesk/neurocommand/releases/tag/2024-10-22
Full Changelog: 2024-10-16...2024-10-22
2024-10-16
What's Changed
- add /mnt by @MoniDoerig in #226
- rename SINGULARITY_BINDPATH to APPTAINER and add /mnt by @MoniDoerig in #225
New Contributors
- @MoniDoerig made their first contribution in #226
Full Changelog: 2024-05-25...2024-10-16
and all changes from here: https://github.com/NeuroDesk/neurocommand/releases/tag/2024-10-16
2024-05-25
Full Changelog: 2024-03-27...2024-05-25
2024-03-27
2024-01-12
- fixed fsl GUI error, when starting fsl in VNC mode (the USER was not exported)
- removed c.ServerApp.root_dir setting because it was causing an error when clicking on the Home button. Now it's not possible to navigate outside of the homedirectory anymore in the side panel.
2023-11-28
Fix ARM bugs and missing environment variables
- fixed a bug where the /proc/cpuinfo file under ARM did not contain a MHz entry, which stopped Matlab from starting up
- fixed a bug where the SINGULARITY_BINDPATH was not send in a jupyter notebook file
2023-10-29
bugfix: conda and mamba environments are now initialized correctly when neurodesktop starts up (not just in jupyter)
2023-09-20
The 2023-09-20 release includes the following updates:
- the neurodesktop image is now multi-arch and supports x86 and ARM64 -> b2b4495
- fixed recursive link creation in /data
- switched to new cvmfs server geolocation DNS steering policy system: cvmfs[1,2,3].neurodesk.org resolve to 3 servers per region which are compared for speed by the client on startup -> 28a7fdb
- fixed recursive execution of bash shell inside a singularity container:
- fixed empty username: 61bf025
- switched release tag naming scheme to YYYY-MM-DD instead of YYYYMMDD for better readability