Skip to content

Releases: ministryofjustice/analytics-platform-jupyter-notebook

v4.0.0-beta

29 Jan 17:23
26a21c0
Compare
Choose a tag to compare
v4.0.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.1.14...v4.0.0-beta

Added github extension to datascience-notebook

30 Sep 14:18
6c69339
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ymao2 made their first contribution in #75

Full Changelog: v3.1.13...v3.1.14

nbstripout and jupyterlab 3.1.1

14 Feb 07:53
9861a68
Compare
Choose a tag to compare
ANPL-765 NB Stripout not working for users (#74)

* ANPL-765 NB Stripout not working for users
fix inconsistent test

Dependency updates all spark

07 Jan 10:23
13b6caa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Port all spark image to new EKS infrastructure

06 Jan 16:41
f79348e
Compare
Choose a tag to compare

What's Changed

  • Updated allspark-notebook to upstream spark-3.1.1 image by @roblevi in #57
  • Port allspark image to EKS by @roblevi in #58
  • Update default aws-java-sdk to work with EKS IAM by @roblevi in #60

Full Changelog: v2.0.0...v3.0.0

allspark-notebook Spark 3.1.1 release candidate

11 Nov 08:43
16e5307
Compare
Choose a tag to compare
  • Update of all spark image to 3.1.1
  • Various fixes to make it work on Alpha

Change NB_UID to 1000

19 Jan 10:23
a03583b
Compare
Choose a tag to compare

Pull Requests

  • 54: Remove NB_UID configuration

Changes

Changes since v1.1.1

v1.1.1

17 Dec 14:41
8cb4286
Compare
Choose a tag to compare

allspark

Fix problems when running Spark jobs. This was caused by a mismatch between the pyspark version and the underlying Java packages used (see PR)

Notable versions

This image contains (from inspection on running container):

  • JupyterLab 2.2.9
  • Python 3.8.6
  • pyspark 3.0.1

Other

  • add an inspec test to check pyspark in the image can run Spark jobs
  • simplified pyspark config script

See PR: #53

v1.1.0

14 Dec 10:41
128ff53
Compare
Choose a tag to compare

What

Upgrade allspark image to get newer version of JupyterLab.

Also using nano-tiny instead of nano as editor as that was not available - this should be equivalent to nano.

Notable versions

This image contains (from inspection on running container):

  • JupyterLab 2.2.9
  • Python 3.8.6
  • pyspark 3.0.1

See PR for details.

v1.0.0

10 Dec 14:29
351ecd1
Compare
Choose a tag to compare

Release to test GHA workflow on release but also to mark new images hosted on AWS ECR.

NOTE: There have been few refactorings and changes in the Dockerfiles related to image user ID which may break compatibility and/or are not fully tested by out users, and therefore we're bumping the major version.