Releases: NeuroDesk/neurodesktop
Releases · NeuroDesk/neurodesktop
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