Skip to content

Commit 640ce7e

Browse files
committed
Release v0.3.0
1 parent b0e45a4 commit 640ce7e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.3.0a5"
1+
version = "0.3.0"

releasenotes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Gradient CLI Release Notes
22

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+
329
# Release Notes for 0.3.0a5
430
### Fixes
531
* Fixed exception when listing job artifacts

0 commit comments

Comments
 (0)