Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Releases: sotetsuk/paicli

v0.5.4

07 Feb 09:15
Compare
Choose a tag to compare
  • Add PyPI description (#67)
  • Add Py3.6 and Py3.7 to setup.py
  • Add Python version badges

v0.5.2

07 Feb 04:57
Compare
Choose a tag to compare
  • Use new api for job (Issue #58, PR #62)
  • Add practical examples (Issue #63)
  • Rename column names in jobs list (Issue #60, PR #66)
  • Add badges
  • Use gif for asciinema

v0.5.0

13 Jan 01:12
dd7b0f8
Compare
Choose a tag to compare

Updates

  • Rename command from paicli to pai (PR: #50)
  • Use new API for submission (Issue: #47, #52)
  • Use new API for stop (PR: #53)
  • Use new API for ssh (PR: #55)
  • -p alias for --profile

v0.4.0

22 Jul 22:48
d2b6e50
Compare
Choose a tag to compare

https://pypi.org/project/paicli/0.4.0/

Updates

  • task selection in ssh (issue: #8, PR: #27, #28)
  • skip host key checking in ssh (PR: #29)
  • --command option for ssh (PR: #30)
  • remove --jobname opptions from ssh and stop (issue: #22, PR #32)
  • --task-name/--task-index option for ssh (issue: #33, PR: #34)
  • allow muptiple arguments to submit and stop (issue: #16, PR: #35)

New feature usage examples

  • ssh into the specified task paicli ssh $JOBNAME -t $TASKNAME
  • check # of python processes for jobname in `paicli jobs -u sotetsuk | grep $PYTHONJOB | awk '{print $1}'`; do echo $jobname; paicli ssh $jobname -c "ps -aux | grep python | wc -l"; done
  • stop multiple jobs; paicli jobs -u sotetsuk -s RUNNING | grep $JOBNAME | awk '{print $1}' | paicli stop

v0.3.4

06 Jul 05:02
a768337
Compare
Choose a tag to compare

Changes from v0.3.2

  • Making it cross-platform (windows support)

Initial release

11 Jun 05:35
Compare
Choose a tag to compare
v0.2.1

fix: remove *.pyc files in make clear