You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
* New jobs machineTypes method for discovering available job machine types.
7
+
8
+
#### Fixes
9
+
* Minor doc fixes
10
+
11
+
## Release Notes for v0.0.10
12
+
13
+
#### New features
14
+
*`paperspace-python run` command for running python scripts unmodified on paperspace
15
+
* run a python script, module, or command string remotely
16
+
* run a executable or shell command remotely
17
+
* use pip, pipenv, or a shell script to manage python dependencies
18
+
* Improved docs
19
+
20
+
#### Fixes
21
+
* Minor doc fixes
22
+
23
+
#### Changes
24
+
* The default machineType for paperspace-python is now P5000, since GPU+ machines are not yet available for jobs.
25
+
* The default container image for paperspace-python is 'docker.io/paperspace/tensorflow-python' which adds python3 support to Google's 'gcr.io/tensorflow/tensorflow:1.5.0-gpu' container.
26
+
27
+
## Release Notes for v0.0.9
28
+
29
+
#### New features
30
+
* This is the first official release of the Paperspace Python package.
31
+
* It provides support for Gradient jobs and running python modules as jobs.
32
+
* There are python packages available on PyPI: https://pypi.python.org/pypi/paperspace
33
+
* And on Anaconda.org for Conda: https://anaconda.org/paperspace/paperspace
0 commit comments