Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit b942ec2

Browse files
committed
Release v0.2.0a4
1 parent 647abaf commit b942ec2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Paperspace Python
22
=================
33

4-
Release 0.2.0a3
4+
Release 0.2.0a4
55

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

paperspace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.0a3"
1+
version = "0.2.0a4"

releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Paperspace Python Release Notes
22

3+
# Release Notes for 0.2.0a4
4+
### New features
5+
* new params for `job create` and `hyperparameters create`
6+
### Fixes
7+
* fixed missing `--experimentType` when creating new single node experiment
8+
* deployments can be of `TFSERVING` type only
9+
* fixed autocomplete instructions
10+
311
# Release Notes for 0.2.0a3
412
### New features
513
* autocomplete for bash (GNU/Linux and iOS)

0 commit comments

Comments
 (0)