Skip to content

v0.6.0

Compare
Choose a tag to compare
@pvandyken pvandyken released this 09 Nov 16:46
· 14 commits to master since this release
  • Big improvement to kjupyter

    • After loading up the jupyter server, the program gives an interactive shell within the job
    • When within a kjupyter job, kjupyter subcommands become available:
      • kjupyter log: print the jupyter logs
      • kjupyter console: open up an interactive console attached to an existing active kernel (requires jupyter-console to be installed)
      • kjupyter url: print the browser or server versions of the url
      • kjupyter tunnel: print bash code to set up an ssh tunnel with the server
  • Various bug fixes

    • The memory syntax for requesting jobs has been improved
      • units are no longer case-sensitive
      • Allows requests in mebibytes (MiB) and gibibytes (GiB)
    • Fix bug causing gradual degradation of venv/bin/activate files managed by kpy
    • kpy save is now safe from data loss in case of process interruption
    • Major under-the-hood updates to argument parser
    • Improvements to help text and display