Releases: vub-hpc/jupyterhub_moss
Releases · vub-hpc/jupyterhub_moss
jupyterhub_moss v7.6.1 by VUB-HPC
jupyterhub_moss v7.6.0 by VUB-HPC
- Query oversubscription settings from Slurm
- Handle cluster partitions with oversubscription and sharding
- Disable resources options that are unavailable in the cluster from simple panel
jupyterhub_moss v7.5.0 by VUB-HPC
Add support for multi-cluster configurations in Slurm.
jupyterhub_moss v7.0.1.5 by VUB-HPC
Rebase with upstream v7.0.1.
Changes from upstream v7.0.1:
- Allow multiple groups of Jupyter environments with arbitrary names
- Display available resources as job slots per amount of core/GPUs
- Remove UI element from simple panel to launch the classic notebook interface, always launch JupyterLab
- Other minor UI tweaks: increase spacing in form elements, bigger menus, remove version information
jupyterhub_moss v6.2.3 by VUB-HPC
Bugfix release:
- pin dependency on pydantic to v1.x
- take into account full allocated nodes to determine total resources
Changes from upstream v6.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Allow multiple groups of Jupyter environments with arbitrary names
- Display available resources as job slots per amount of core/GPUs
- Remove UI element from simple panel to launch the classic notebook interface, always launch JupyterLab
- Other minor UI tweaks: increase spacing in form elements, bigger menus, remove version information
jupyterhub_moss v6.2.1 by VUB-HPC
Minor release with styling changes:
- fix alignment of menus with a negative margin
- improve titles of headings in available resources
- arrange fields of add custom environment form in a column
Changes from upstream v6.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Allow multiple groups of Jupyter environments with arbitrary names
- Display available resources as job slots per amount of core/GPUs
- Remove UI element from simple panel to launch the classic notebook interface, always launch JupyterLab
- Other minor UI tweaks: increase spacing in form elements, bigger menus, remove version information
jupyterhub_moss v6.2.0 by VUB-HPC
Changelog:
- display available resources per job slots for various core/GPU counts
Changes from upstream v6.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Remove UI element from simple panel to launch the classic notebook interface, always launch JupyterLab
- Allow multiple groups of Jupyter environments with arbitrary names
- Display available resources per job slots for various core/GPU counts
- Minor UI tweaks: increase spacing in form elements, remove version information
jupyterhub_moss v6.1.1 by VUB-HPC
Changelog:
- bugfix: only set
notebook_dir
ifroot_dir
is not empty
Changes from upstream v6.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Remove UI element from simple panel to launch the classic notebook interface, always launch JupyterLab
- Allow multiple groups of Jupyter environments with arbitrary names
- minor UI tweaks: increase spacing in form elements, remove version information
jupyterhub_moss v6.1.0 by VUB-HPC
Changelog from upstream v6.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Disable UI element in simple panel to launch classic notebook interface, always launch JupyterLab
- Allow multiple groups of Jupyter environments with arbitrary names
jupyterhub_moss v5.5.0 by VUB-HPC
Changelog from upstream v5.0.0:
- Add support for modules: load modules from the selected environment in the single-user server job
- Execute
sinfo
asynchronously withbatchspawner.run_command()
instead ofsubprocess.check_output()
- Add option to easily customize the
sinfo
command - Prepend
SlurmSpawner.exec_prefix
tosinfo
to render its execution analogous tosbatch
orsqueue
- Show total cores and idle cores in table of available resources
- Use bootstrap classes to format table of available resources
- Add
epilogue
andsrun
templates fromSlurmSpawner
to batch script - Disable UI element to launch simple notebooks (always launch JupyterLab)