Skip to content

Commit 69b6fe4

Browse files
committed
Release v0.9.0
1 parent 210f4c6 commit 69b6fe4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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.9.0a2"
1+
version = "0.9.0"

releasenotes.md

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

3+
# Release Notes for 0.9.0
4+
##### Note: this list includes all changes made in 0.9.0a* alpha releases
5+
#### Breaking changes
6+
* Normalized parameter names in `notebooks` group and `NotebooksClient`
7+
### Fixes
8+
* Fixed NotImplementedError raised when parsing experiment with dataset volume options set
9+
* Fix output of `metrics stream` command
10+
* Fixed experiment status constants and added constants for deployment statuses
11+
* Fixed reading logs with `--follow`. The bug caused all log lines in a loop instead of only the new one
12+
* Fixed `TypeError` occurring when a job was being created without `--workspace`
13+
### New features
14+
* Added whole directory upload to `models upload` command
15+
* Added a command group for managing `secrets`
16+
* Added `notebooks logs` command for reading logs of notebooks
17+
318
# Release Notes for 0.9.0a2
419
### Fixes
520
* Fixed NotImplementedError raised when parsing experiment with dataset volume options set

0 commit comments

Comments
 (0)