We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28aaf19 commit 966603aCopy full SHA for 966603a
gradient/version.py
@@ -1 +1 @@
1
-version = "0.3.0a0"
+version = "0.3.0a1"
releasenotes.md
@@ -2,6 +2,13 @@
2
3
# Release Notes for 0.3.0a1
4
### New features
5
+* Added --optionFile to read options from YAML file
6
+* Added --optionFileTemplate to create YAML template
7
+###Fixes
8
+* Added support for missing isPreemptible option to the SDK
9
+
10
+# Release Notes for 0.3.0a0
11
+### New features
12
* Introduced Python SDK package
13
* Added `ClusterID` function to support new VPCs
14
* Hyperparameter private registry and custom container functions added \
0 commit comments