Skip to content

Releases: vub-hpc/jupyterhub_moss

jupyterhub_moss v7.6.1 by VUB-HPC

13 Nov 15:12
7860462
Compare
Choose a tag to compare
  • fix retrieval of resources whenever all GPU shards are in use

jupyterhub_moss v7.6.0 by VUB-HPC

26 Jun 09:19
Compare
Choose a tag to compare
  • 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

20 Jun 12:01
e20fe49
Compare
Choose a tag to compare

Add support for multi-cluster configurations in Slurm.

jupyterhub_moss v7.0.1.5 by VUB-HPC

24 May 07:39
Compare
Choose a tag to compare

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

30 Aug 16:24
587a336
Compare
Choose a tag to compare

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

30 May 11:28
75d4389
Compare
Choose a tag to compare

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

30 May 09:47
687e88b
Compare
Choose a tag to compare

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

11 May 11:17
Compare
Choose a tag to compare

Changelog:

  • bugfix: only set notebook_dir if root_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

09 May 09:51
Compare
Choose a tag to compare

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

15 Nov 14:59
Compare
Choose a tag to compare

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 with batchspawner.run_command() instead of subprocess.check_output()
  • Add option to easily customize the sinfo command
  • Prepend SlurmSpawner.exec_prefix to sinfo to render its execution analogous to sbatch or squeue
  • Show total cores and idle cores in table of available resources
  • Use bootstrap classes to format table of available resources
  • Add epilogue and srun templates from SlurmSpawner to batch script
  • Disable UI element to launch simple notebooks (always launch JupyterLab)