Skip to content

v0.3.0

Compare
Choose a tag to compare
@mikicz mikicz released this 25 Aug 19:11
· 20 commits to master since this release

Changes

  • Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (BACKWARDS INCOMPATIBLE)
  • Added support for installing requirements using Pipenv.
    The directory containing Pipfile and Pipfile.lock is set by the backend option pipfile_location, by default the root of the repository is selected.
    The Pipenv files take precedence over regular requirement files.
  • The Result class now has two more attributes, stdout and stderr with the outputs of launched tasks to standard output and error.
    Priting is therefore now allowed in the endpoints.
  • Using UTF-8 locale in Docker images used in DockerBackend.
  • Supporting Python 3.7.