Skip to content

Releases: clearml/clearml-session

PyPI v0.7.0

20 Jul 14:38
Compare
Choose a tag to compare

New Features and Bug Fixes

  • Update vscode version to 4.10.0 (later bumped to 4.11.0, #23, thanks @akfmdl!)
  • Add meaningful error message for symlink failure (#25, thanks @jday1!)
  • Fix SSH key login (#26, thanks @mukhery!)
  • Add --vscode-extensions command line option allowing to specify additional vscode extensions to install (e.g. ms-python.pylint,ms-python.flake8)
  • Add --force_dropbear command line option to force using dropbear instead of SSHd

PyPI v0.6.0

05 Jul 05:55
Compare
Choose a tag to compare

New Features and Bug Fixes

  • Fix duplicate environment variables (#21, thanks @akfmdl!)
  • Add --yes to command line options (assume yes in all interactive questions)
  • Add --shutdown to command line options (allow shutting down the last session, or using an ID)
  • Fix Jupyterlab installation issue for jupyterlab>=4

PyPI v0.4.0

11 Feb 21:38
Compare
Choose a tag to compare

New Features and Bug Fixes

  • Add support for non-root containers
  • Fix deprecated Thread.setDaemon() call

PyPI v0.3.8

15 Sep 10:56
Compare
Choose a tag to compare

Features

  • Allow control .deb source for in-browser vscode

Bugfix

  • Add traitlets to the requirements to help older pip resolve new jupyterlab versions

PyPI v0.3.7

17 Aug 10:46
Compare
Choose a tag to compare

Features

  • Add default listing only shows "interactive" tagged queues

PyPI v0.3.6

12 May 20:48
Compare
Choose a tag to compare

Features and Bug Fixes

  • Fix broken PPA repositories caused SSHd installation to fail

PyPI v0.3.5

14 Jan 23:39
Compare
Choose a tag to compare

Features and Bug Fixes

  • Open user-folder in jupyter-lab / vscode [update links]
  • Add support for clearml vault (OS environment variables & configuration files) [Requires clearml-server EE support]
  • Changed --keepalive default to False
  • Updated clearml requirements to v1.1.5

PyPI v0.3.4

12 Apr 00:37
Compare
Choose a tag to compare

Features and Bug Fixes

  • Add --vscode-version support for vscode version override. Issue #2
  • Upgrade vscode-server version to 3.9.2
  • Add --debug for SSH connection debugging. Issue #1

PyPI v0.3.2

21 Feb 22:26
Compare
Choose a tag to compare

Features and Bug Fixes

  • Fix export user credentials in bash on remote session ($ character in key / secret)

PyPI v0.3.1

17 Jan 18:58
Compare
Choose a tag to compare

Features and Bug Fixes

  • Fix session running with clearml-agent in virtual environment mode should not change .profile/.bashrc