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
ClusterIDfunction 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
--helpfunctions - Added support for reading options from file to all commands
- Renamed
--optionsFileTemplateto--createOptionsFile - Added
machinessupport to the SDK - Added
notebookscommand group withcreate,deleteandlistcommands - Added
--clusterIdoptiondeployments 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
--machineTypeoption - 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
--clusterIdoptiondeployments create
Fixes
- Fixed message shown while creating deployment
Release 0.3.0a3
Release Notes for 0.3.0a3
New features
- Added
machinessupport to the SDK - Added
notebookscommand group withcreate,deleteandlistcommands
Fixes
- Removed hardcoded choices for
--machineTypeoption
Release 0.3.0a2
Release Notes for 0.3.0a2
New features
- Added support for reading options from file to all commands
- Renamed
--optionsFileTemplateto--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
ClusterIDfunction 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
--helpfunctions
Release 0.2.3
Release Notes for 0.2.3
Fixes
- hardcoded
coloramaversion 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
--workspaceArchiveand--workspaceUrlforexperiments create/run,runandjobs createcommands - single
--workspaceoption for defining git, S3 and local workspaces - experimental wizard for creating projects
- add looking for new client version
- added
projects createcommand - 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
--workspaceArchiveand--workspaceUrlforexperiments create/run,runandjobs createcommands - single
--workspaceoption for defining git, S3 and local workspaces