Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.6.0a2"
version = "0.6.0"
18 changes: 18 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Gradient CLI Release Notes

# Release Notes for 0.6.0
##### Note: this list includes all changes made in 0.6.0a* alpha releases
### Breaking changes
* Removed the `--vpc` flag
* `--name` is not required to create/run experiment. Parameters in methods for creating/running experiments have changed
### New features
* Added commands to `add` and `remove` tags
* Added filtering notebooks by tags
* Added showing tags in `details` commands
* Added `projects details` command
* Datasets for experiments in YAML options file can now be defined as list of objects
* Allow string instead of list of strings in YAML for options that take multiple values
### Fixes
* Removed empty lines in logs
* Fixed `ExperimentsClient.list` parameters (not a breaking change)
* Fix showing cluster ID in `deployments details`
* Add filtering entities by tags in `list` commands

# Release Notes for 0.6.0a2
### Breaking changes
* Removed the `--vpc` flag
Expand Down