|
1 | 1 | # Gradient CLI Release Notes |
2 | 2 |
|
| 3 | +# Release Notes for 0.3.0 |
| 4 | +##### Note: this list includes all changes made in alpha releases since 0.2.3 |
| 5 | +### New features |
| 6 | +* Introduced Python SDK package |
| 7 | +* Added `ClusterID` function to support new VPCs |
| 8 | +* Hyperparameter private registry and custom container functions added \ |
| 9 | +`--hyperparameterServerContainer` \ |
| 10 | +`--hyperparameterServerRegistryPassword` \ |
| 11 | +`--hyperparameterServerRegistryUsername` |
| 12 | +* Automated documentation generation based on sphinx |
| 13 | +* Updated documentation and docstrings for SDK based functions |
| 14 | +* Improved `--help` functions |
| 15 | +* Added support for reading options from file to all commands |
| 16 | +* Renamed `--optionsFileTemplate` to `--createOptionsFile` |
| 17 | +* Added `machines` support to the SDK |
| 18 | +* Added `notebooks` command group with `create`, `delete` and `list` commands |
| 19 | +* Added `--clusterId` option `deployments create` |
| 20 | +* Added coloured options tags ([required], etc.) |
| 21 | +* Showing deployment state in deployments list |
| 22 | +### Fixes |
| 23 | +* Added support for missing isPreemptible option to the SDK |
| 24 | +* Fixed URL to logs of jobs |
| 25 | +* Removed hardcoded choices for `--machineType` option |
| 26 | +* Fixed message shown while creating deployment |
| 27 | +* Fixed exception when listing job artifacts |
| 28 | + |
3 | 29 | # Release Notes for 0.3.0a5 |
4 | 30 | ### Fixes |
5 | 31 | * Fixed exception when listing job artifacts |
|
0 commit comments