Skip to content

Releases: kbase/narrative-base-image

8.0.0

24 Apr 20:41
54d96e3
Compare
Choose a tag to compare

Narrative Base Image 8.0.0

OS

Base image debian version updated from bullseye to bookworm.

Python

Language version

Python has been updated from 3.10 -> 3.11.

Package updates

All python package installation now occurs in the narrative repo.

7.1.0

22 Sep 21:17
c6dcc4b
Compare
Choose a tag to compare

Narrative Base Image 7.1.0

Python package updates

  • certifi 2022.5.18.1 -> 2022.9.14
  • chardet 4.0.0 -> 5.0.0
  • cryptography 36.0.2 -> 38.0.1
  • idna 3.3 -> 3.4
  • jinja2 3.0.3 -> 3.1.2
  • jsonschema 3.2.0 -> 4.16.0
  • jupyter-console 6.4.3 -> 6.4.4
  • Pillow 8.4.0 -> 9.0.1
  • lxml 4.9.0 -> 4.9.1
  • Pycrypto removed due to obsolescence and security problems. See https://www.pycrypto.org/ for details. This package is not used in any KBase Narrative code, and other packages (i.e. Jupyter Notebook) may include a separate crypto library as a dependency. Otherwise, use the included cryptography package.
  • pymongo 4.1.1 -> 4.2.0
  • python-daemon 2.3.0 -> 2.3.1
  • requests 2.27.1 -> 2.28.1
  • setuptools 62.3.2 -> 65.3.0

Scientific package updates

  • bokeh 2.3.3 -> 2.4.3
  • networkx 2.8.3 -> 2.8.6
  • plotly 5.7.0 -> 5.10.0
  • scipy 1.8.1 -> 1.9.1
  • seaborn 0.11.2 -> 0.12.0

Jupyter package updates

  • IPython 8.4.0 -> 8.5.0
  • Notebook 6.4.11 -> 6.4.12

v7.0.0

15 Sep 01:20
903b399
Compare
Choose a tag to compare

First release is 7.0.0, as this is migrated from the narrative repo.

In this release:

  • migrate away to conda for Python installation and management.
  • update Python to 3.10
  • update NodeJS to v16
  • update R to 4.0.4
  • update many Python dependencies to the most recent version

Note that this release is likely to be promptly followed by 7.0.1 (or higher) as we tune the build and release processes.