Skip to content

0.4.4 - SSH Port Forwarding

Choose a tag to compare

@n-gao n-gao released this 09 Apr 14:50
· 64 commits to master since this release
735ade5

Features

  • Added support for port forwarding to access MongoDB Server #134 .
    • To use this feature install seml via pip install seml[ssh_forward].
    • Configure your MongoDB and ssh forward via seml configure --ssh_forward
  • Add clickable VSCode Debugger links #133
  • Add option stash_all_py_files to the seml configuration block to stash all python files within the current directory (instead of only stashing the imported ones).
  • Added status widget to show which command is currently running.
  • Allow the import of seml.experiment.Experiment directly from seml.

Fixes

  • Fixed minor issues in source code discovery.