Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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 README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Paperspace Python
=================

Release 0.2.0a2
Release 0.2.0a3

See [releasenotes.md](https://github.com/Paperspace/paperspace-python/blob/master/releasenotes.md) for details on the current release, as well as release history.

Expand Down
2 changes: 1 addition & 1 deletion paperspace/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.0a2"
version = "0.2.0a3"
9 changes: 9 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Paperspace Python Release Notes

# Release Notes for 0.2.0a3
### New features
* autocomplete for bash (GNU/Linux and iOS)
* aliases in singular form for command groups
* showing logs for experiments and jobs
* restored and deprecated `run` command
* workspace uploading for experiments
* workspace upload progress bar

# Release Notes for 0.2.0a2
### New features
* partial support for hyperparameter tuning
Expand Down