ipyslurm

Python interface to Slurm Workload Manager.

MIT License

Downloads
161
Stars
6
Committers
3

Bot releases are hidden (Show)

ipyslurm - v2.2.0 Latest Release

Published by auneri 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/auneri/ipyslurm/compare/v2.1.0...v2.2.0

ipyslurm - v2.1.0

Published by auneri almost 3 years ago

See individual commits for detailed changes.

  • New example notebooks demonstrating basic and advanced use from Python
  • Separate stail from sbatch to match the Python interface (link)
  • Allow passing slurm instance to magics (link)
  • Prevent output flicker (link)
  • Reintroduce login support for MARCC and potentially other clusters (link)
  • Various fixes for errors introduced in previous release
ipyslurm - v2.0.0

Published by auneri almost 3 years ago

See individual commits for detailed changes.

  • Backwards incompatible changes, e.g., renamed magics (link)
  • Refactor slurm module for standalone use (link)
  • Dropped custom logic to support MARCC (link)
ipyslurm - v1.6.0

Published by auneri almost 4 years ago

See individual commits for detailed changes.

  • Support ls, mkdir, and rmdir in sftp cell magic (5896e26)
  • Various fixed, including escaping paths with spaces (cea8407)
  • Continuous integration using GitHub Actions (08ec92a)
ipyslurm - v1.5.0

Published by auneri almost 5 years ago

See individual commits for detailed changes.

  • New sshell line magic, supersedes sinteract (c5fa56f)
  • Block bash commands to avoid flooding server on period calls (cd5034e)
  • Project is properly marked as an IPython extension (f42c812)
ipyslurm - v1.4.0

Published by auneri almost 5 years ago

See individual commits for detailed changes.

  • New sftp remote commands rm and rmdir (73f680d)
  • New sftp local commands lrm and lrmdir (8e4256a)
  • New sbatch line magic (cac3fed)
  • Minimum required paramiko is v2.5 (f26612e)
ipyslurm - v1.3.0

Published by auneri over 5 years ago

See individual commits for detailed changes.

  • Dropped support for Python v2 (c9fadd1)
  • Respect local/remote working directory in sftp (64dec86)
  • Custom sftp progress using ipywidgets (009736a)
  • Improved error handling and reporting
ipyslurm - v1.2.0

Published by auneri over 5 years ago

See individual commits for detailed changes.

  • Support for IPython v7.4 (f50df94)
ipyslurm - v1.1.0

Published by auneri about 6 years ago

See individual commits for detailed changes.

  • New swritefile magic (4206b5a)
  • Usage tips on MARCC (09edb73)
  • Hosting on conda-forge (#2)
  • This very changelog!
ipyslurm - v1.0.0

Published by auneri over 6 years ago

Initial release!