Skip to content

Releases: Paperspace/gradient-cli

Release 0.3.0

11 Sep 12:17
Compare
Choose a tag to compare

Release Notes for 0.3.0

Note: this list includes all changes made in alpha releases since 0.2.3

New features

  • Introduced Python SDK package
  • Added ClusterID function to support new VPCs
  • Hyperparameter private registry and custom container functions added
    --hyperparameterServerContainer
    --hyperparameterServerRegistryPassword
    --hyperparameterServerRegistryUsername
  • Automated documentation generation based on sphinx
  • Updated documentation and docstrings for SDK based functions
  • Improved --help functions
  • Added support for reading options from file to all commands
  • Renamed --optionsFileTemplate to --createOptionsFile
  • Added machines support to the SDK
  • Added notebooks command group with create, delete and list commands
  • Added --clusterId option deployments create
  • Added coloured options tags ([required], etc.)
  • Showing deployment state in deployments list

Fixes

  • Added support for missing isPreemptible option to the SDK
  • Fixed URL to logs of jobs
  • Removed hardcoded choices for --machineType option
  • Fixed message shown while creating deployment
  • Fixed exception when listing job artifacts

Release 0.3.0a5

09 Sep 16:30
Compare
Choose a tag to compare
Release 0.3.0a5 Pre-release
Pre-release

Release Notes for 0.3.0a5

Fixes

  • Fixed exception when listing job artifacts

Release 0.3.0a4

09 Sep 15:30
Compare
Choose a tag to compare
Release 0.3.0a4 Pre-release
Pre-release

Release Notes for 0.3.0a4

New features

  • Added --clusterId option deployments create

Fixes

  • Fixed message shown while creating deployment

Release 0.3.0a3

05 Sep 14:30
Compare
Choose a tag to compare
Release 0.3.0a3 Pre-release
Pre-release

Release Notes for 0.3.0a3

New features

  • Added machines support to the SDK
  • Added notebooks command group with create, delete and list commands

Fixes

  • Removed hardcoded choices for --machineType option

Release 0.3.0a2

26 Aug 14:54
Compare
Choose a tag to compare
Release 0.3.0a2 Pre-release
Pre-release

Release Notes for 0.3.0a2

New features

  • Added support for reading options from file to all commands
  • Renamed --optionsFileTemplate to --createOptionsFile

Fixes

  • Fixed URL to logs of jobs

Release 0.3.0a1

14 Aug 17:36
Compare
Choose a tag to compare
Release 0.3.0a1 Pre-release
Pre-release

Release Notes for 0.3.0a1

New features

  • Added --optionFile to read options from YAML file
  • Added --optionFileTemplate to create YAML template
    ###Fixes
  • Added support for missing isPreemptible option to the SDK

SDK 0.3.0 Alpha release

05 Aug 22:52
b6b2e8c
Compare
Choose a tag to compare
Pre-release

Release Notes for 0.3.0a0

New features

  • Introduced Python SDK package
  • Added ClusterID function to support new VPCs
  • Hyperparameter private registry and custom container functions added
    --hyperparameterServerContainer
    --hyperparameterServerRegistryPassword
    --hyperparameterServerRegistryUsername
  • Automated documentation generation based on sphinx
  • Updated documentation and docstrings for SDK based functions
  • Improved --help functions

Release 0.2.3

15 Jul 17:34
Compare
Choose a tag to compare

Release Notes for 0.2.3

Fixes

  • hardcoded colorama version to avoid errors during installation

Release 0.2.2

11 Jul 09:36
Compare
Choose a tag to compare

Release Notes for 0.2.2

Note: this list includes all changes made in alpha releases since 0.2.1

New features

  • deprecated --workspaceArchive and --workspaceUrl for experiments create/run, run and jobs create commands
  • single --workspace option for defining git, S3 and local workspaces
  • experimental wizard for creating projects
  • add looking for new client version
  • added projects create command
  • added spinner for some long running commands

Fixes

  • fix autocomplete executing prompt for password when double-tab on gradient apiKey

Release 0.2.2a3

05 Jul 12:09
Compare
Choose a tag to compare
Release 0.2.2a3 Pre-release
Pre-release

Release Notes for 0.2.2a3

New features

  • deprecated --workspaceArchive and --workspaceUrl for experiments create/run, run and jobs create commands
  • single --workspace option for defining git, S3 and local workspaces