Skip to content

v0.0.10

Compare
Choose a tag to compare
@carolineechen carolineechen released this 03 Aug 17:54
· 1306 commits to main since this release

What's New

Support for BYO clusters requiring a password

  • To create a Runhouse cluster instance for a cluster that requires password authentication:
    rh.cluster("cluster-name", host=["hostname or ips"], ssh_creds={'ssh_user': '...', 'password':'*****'},

Funhouse/Tutorials Updates

  • Update funhouse organization structure
  • Deprecate tutorials repo in favor of tutorial walkthroughs in docsite and funhouse for standalone scripts

Sentry integration for Runhouse error reports