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

Commit d81a781

Browse files
committed
Merge branch 'PS-9079-add-experiment-create-commands'
2 parents 307abb3 + 5cd381d commit d81a781

File tree

23 files changed

+1034
-326
lines changed

23 files changed

+1034
-326
lines changed

Pipfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ cryptography = {extras = ["security"]}
1111
botocore = "*"
1212
six = "*"
1313
gradient-statsd = "*"
14+
click = "*"
15+
terminaltables = "*"
1416

1517
[dev-packages]
1618
twine = "*"
1719
pypandoc = "*"
18-
pylint = "*"
19-
hacking = "*"
20+
pytest = "*"
21+
mock = "*"

Pipfile.lock

Lines changed: 272 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.18
4+
Release 0.0.19a
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

conda/CONDA_PACKAGE.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

conda/python2/paperspace/bld.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

conda/python2/paperspace/build1.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

conda/python2/paperspace/meta.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

conda/python3/paperspace/bld.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

conda/python3/paperspace/build1.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

conda/python3/paperspace/meta.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)