Skip to content

Releases: floydhub/floyd-cli

Release 0.11.4

10 Jul 20:52
Compare
Choose a tag to compare

Support floyd config. For more info, see: https://docs.floydhub.com/floyd_config

0.11.1: fix login bug (#187)

15 Jun 16:56
676dee9
Compare
Choose a tag to compare

Change default login option

25 Apr 21:26
Compare
Choose a tag to compare
  • Use username/password as the default login mechanism. Token based login is still retained.
  • Include latest metrics info to the experiment status and info commands.

v0.10.38

17 Apr 05:19
Compare
Choose a tag to compare

add support for --max-runtime to run command

bug fixes

19 Mar 19:47
Compare
Choose a tag to compare
  • fixed crash due to latest version of pip (9.0.2)
  • display error to user about upload that's over allowed size

Automatic log tailing

05 Mar 00:07
Compare
Choose a tag to compare
  • added --follow option to floyd run command by @mrahtz
  • Add data listfiles and data getfile command by @mrahtz
  • sort env list
  • fix unexpected keyword argument 'strict' crash

UX improvements and bug fix

18 Jan 22:04
Compare
Choose a tag to compare
  • (UX) display job URL at the end of run and restart command
  • (bug) fix error in floyd info command

Better error message & new -f option for logs command

10 Jan 20:24
Compare
Choose a tag to compare

Thanks @msoedov for the following patches!

  • better error message for network timeout error
  • new -f option for logs command

Release 0.10.21

20 Nov 23:52
Compare
Choose a tag to compare

Improvements

  • login command now takes password as a hidden field for improved security

Bug Fixes

Release 0.10.20

16 Nov 23:28
Compare
Choose a tag to compare

Improvements:

  • Smart resolution of project and dataset names. The names can now be shortened and the CLI will intelligently resolve it. Some example usage:
Previous Version New Version
$ floyd logs alice/projects/cnn/2 $ floyd logs
$ floyd output alice/projects/rnn/5 $ floyd output rnn/5
$ floyd data output alice/datasets/cats/5 $ floyd data output cats/5
$ floyd run --data alice/datasets/cats/5:/cats script.py $ floyd run --data cats/5:/cats script.py

More details about this feature is available on FloydHub docs.