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

Releases: Paperspace/paperspace-python

v0.0.10

13 Feb 07:45
Compare
Choose a tag to compare

Release Notes for v0.0.10

New features

  • paperspace-python run command for running python scripts unmodified on paperspace
    • run a python script, module, or command string remotely
    • run a executable or shell command remotely
    • use pip, pipenv, or a shell script to manage python dependencies
  • Improved docs

Fixes

  • Minor doc fixes

Changes

  • The default machineType for paperspace-python is now P5000, since GPU+ machines are not yet available for jobs.
  • The default container image for paperspace-python is 'docker.io/paperspace/tensorflow-python' which adds python3 support to Google's 'gcr.io/tensorflow/tensorflow:latest-gpu' container.

Supported Python versions

  • Source: python 2.7, 3.4, 3.5, and 3.6
  • PyPI package: python 2.7, 3.4, 3.5, and 3.6
  • Conda package: python 3.6 only

v0.0.9

05 Feb 22:34
Compare
Choose a tag to compare

Release Notes for v0.0.9

This is the initial release of Paperspace Python.

Supported Python versions

  • Source: python 2.7, 3.4, 3.5, and 3.6
  • PyPI package: python 2.7, 3.4, 3.5, and 3.6
  • Conda package: python 3.6 only

v0.0.8

22 Jan 17:12
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Release Notes for v0.0.8

This is the initial pre-release of Paperspace API for Python.

Supported Python versions

  • Source: python 2.7, 3.4, 3.5, and 3.6
  • PyPI package: python 2.7, 3.4, 3.5, and 3.6
  • Conda package: python 3.6 only