Releases: Paperspace/gradient-cli
Releases · Paperspace/gradient-cli
Release 0.3.0
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 withcreate
,delete
andlist
commands - Added
--clusterId
optiondeployments 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
Release Notes for 0.3.0a5
Fixes
- Fixed exception when listing job artifacts
Release 0.3.0a4
Release Notes for 0.3.0a4
New features
- Added
--clusterId
optiondeployments create
Fixes
- Fixed message shown while creating deployment
Release 0.3.0a3
Release Notes for 0.3.0a3
New features
- Added
machines
support to the SDK - Added
notebooks
command group withcreate
,delete
andlist
commands
Fixes
- Removed hardcoded choices for
--machineType
option
Release 0.3.0a2
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
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
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
Release Notes for 0.2.3
Fixes
- hardcoded
colorama
version to avoid errors during installation
Release 0.2.2
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
forexperiments create/run
,run
andjobs 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
Release Notes for 0.2.2a3
New features
- deprecated
--workspaceArchive
and--workspaceUrl
forexperiments create/run
,run
andjobs create
commands - single
--workspace
option for defining git, S3 and local workspaces