Skip to content

Releases: SwissDataScienceCenter/renkulab-docker

Version 0.7.1

28 Oct 14:57
a1121ee
Compare
Choose a tag to compare

0.7.1 (2020-10-21)

Bug Fixes

Version 0.7.0

30 Sep 12:03
a669245
Compare
Choose a tag to compare

0.7.0 (2020-09-30)

Breaking Changes

The version of renku-python is no longer parametrized as a part of the image build. Images are always built with the latest version available from PyPI. Since these are meant to be used as base images, the version of renku-python can easily be overridden during the build of the downstream images.

Features

  • the renku-python githooks needed for properly managing LFS data are now installed by default. To avoid version conflicts, this is done in the entrypoint with whatever version of renku-python is installed in the final image.
  • libyaml is installed in the image, allowing the use of optimized yaml libraries

Version 0.3.8

08 Oct 10:43
3c58001
Compare
Choose a tag to compare

Bump available renku-python versions.

Version 0.3.7

23 Aug 14:10
Compare
Choose a tag to compare
  • upgrade git-lfs to 2.8.0
  • improve lab extension building

Version 0.3.4

23 May 16:30
Compare
Choose a tag to compare

build: bump jh to 0.9.6

Version 0.3.3

07 Mar 14:29
0b70f36
Compare
Choose a tag to compare

This release brings some bug fixes and performance improvements.

  • errors with psutil dependencies have been fixed in #15
  • renku is now installed directly from pip wheels #20
  • renku is installed using pipx instead of an isolated conda environment

Version 0.3.0

28 Nov 22:29
0d37fd0
Compare
Choose a tag to compare

First release of the renku-compatible Jupyter images in the self-container repository.

This version uses the renku client v0.3.0 which includes many improvements including better handling of data with git LFS.