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

Commit 4255152

Browse files
committed
add releasenotes doc
1 parent 6237072 commit 4255152

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

releasenotes.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Paperspace Python Release Notes
2+
3+
## Release Notes for v0.0.11
4+
5+
#### New features
6+
* 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

Comments
 (0)