Releases: Paperspace/gradient-cli
Releases · Paperspace/gradient-cli
Release 0.9.0a2
Release Notes for 0.9.0a2
Fixes
- Fixed NotImplementedError raised when parsing experiment with dataset volume options set
Release 0.8.1
Release Notes for 0.8.1
Fixes
- Fixed NotImplementedError raised when parsing experiment with dataset volume options set
Release 0.9.0a1
Release Notes for 0.9.0a1
Fixes
- Fix output of
metrics streamcommand - Fixed experiment status constants and added constants for deployment statuses
Release 0.9.0a0
Release Notes for 0.9.0a0
Fixes
- Fixed reading logs with
--follow. The bug caused all log lines in a loop instead of only the new one - Fixed
TypeErroroccurring when a job was being created without--workspace
New features
- Added whole directory upload to
models uploadcommand - Added a command group for managing
secrets
Release 0.8.0
Release Notes for 0.8.0
Note: this list includes all changes made in 0.8.0a* alpha releases
Breaking changes
- Removed
entityparameter from tag-related methods in clients
Fixes
- Fix reading logs with
--follow true - Fix creating job without workspace
New features
- Added
deployments logscommand for reading depoyment logs - Added
--commandoption todeployments update - Added
--projectIdoption todeployments createanddeployments update - Added
gradient-utilsto required
Release 0.7.1
Release Notes for 0.7.1
Note: this list includes all changes made in 0.7.1a* alpha releases
New features
- Added
deployments logscommand
Fixes
- Fix reading logs with
--follow true - Fix creating job without workspace
Release 0.8.0a2
Release Notes for 0.8.0a2
Fixes
- Fix reading logs with
--follow true - Fix creating job without workspace
Release 0.7.1a0
Release Notes for 0.7.1a0
New features
- Added
deployments logscommand
Fixes
- Fix reading logs with
--follow true - Fix creating job without workspace
Release 0.8.0a1
Release Notes for 0.8.0a1
Breaking changes
- Removed
entityparameter from tag-related methods in clients
New features
- Added
--commandoption todeployments update - Added
--projectIdoption todeployments createanddeployments update - Added
gradient-utilsto required
Release 0.8.0a0
Release Notes for 0.8.0a0
New features
- Added
deployments logscommand for reading depoyment logs - Added
notebooks createcommand for creating and starting a new notebook - Added
notebooks startcommand for starting an existing notebook - Added
notebooks forkcommand for forking a new notebook - Added
notebooks stopcommand for stopping a running notebook - Added
notebooks artifacts listcommand for listing the last workspace artifacts uploaded for a notebook.