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

Commit f595464

Browse files
committed
Release v0.2.0a2
1 parent e6207e4 commit f595464

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Paperspace Python
22
=================
33

4-
Release 0.2.0a1
4+
Release 0.2.0a2
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

Diff for: paperspace/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.0a1"
1+
version = "0.2.0a2"

Diff for: releasenotes.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Paperspace Python Release Notes
22

3+
# Release Notes for 0.2.0a2
4+
### New features
5+
* partial support for hyperparameter tuning
6+
* prompt for apiKey if not provided
7+
* deprecate `login` command
8+
* `--ignoreFiles` option for `experiments create`
9+
* `--ignoreFiles` and `--workspace none` options for `jobs create`
10+
### Fixes
11+
* restore apiKey command
12+
313
# Release Notes for 0.2.0a1
414
### New features
515
* colorful error and help messages

0 commit comments

Comments
 (0)