Skip to content

Releases: os-climate/aicoe-osc-demo

Eleventh Release

08 Nov 20:40
5b29bf3
Compare
Choose a tag to compare

What's Changed

  • Update image for text kpi inference by @chauhankaranraj in #98
    • This commit updates the JH build image so that we can run text inference kpi notebooks

Full Changelog: v0.10.0...v0.11.0

Tenth Release

04 Nov 15:58
b091f76
Compare
Choose a tag to compare

This release includes the following updates:

  • Remove jupyter/jupyterlab as dependencies in Pipfile packages to fix JH image build issue

Ninth Release

02 Nov 21:41
1aa312c
Compare
Choose a tag to compare

This release includes the following updates:

  • Add training and inference runtime image environment
  • Add inference notebooks
  • Add demo links

Full Changelog: v0.8.0...v0.9.0

Eight Release

29 Oct 18:08
f1c89e9
Compare
Choose a tag to compare

This release includes the following updates:

  • Adds README files for demo 1 and demo 2
  • Updates .gitignore to ensure credentials are not included in version control
  • Adds Elyra pipeline for demo 2
  • Updates source code and notebooks to ensure elyra pipeline runs correctly. This includes
    • replace gdown with our s3 class, to circumvent permission errors after downloading multiple times (this issue - wkentaro/gdown#43)
    • update paths in config
    • update notebooks to create directories as required by elyra during runtime

Seventh Release

26 Oct 15:03
dce4468
Compare
Choose a tag to compare

This release introduces a fix(#70) to the previous release which was causing a notebook server spawn on JupyterHub to contain an incorrect directory name upon spawn.

Sixth Release

25 Oct 16:14
dd380c7
Compare
Choose a tag to compare

This release includes following updates:

Demo 1

  • Update Schema and add dashboard

Demo 2

  • Add pdf table extraction and curation
  • Update config files
  • Change data storage from local to s3
  • Fix image to include Linux dependencies: Java and Poppler

Fifth Release

13 Oct 17:51
5fd8093
Compare
Choose a tag to compare

This release includes the following updates:

  • Adds pdf text curation notebook for demo 2
  • Adds kpi mapping data csv
  • Fixes mmcv-full, opencv, and src dependency issues in image

Fourth Release

11 Oct 18:34
fbb75d6
Compare
Choose a tag to compare

This release includes the following updates:

  • Adds metrics to track via kubeflow pipelines for demo 1
  • Adds superset dashboard exported as json for demo 1
  • Adds source files for demo 2
  • Adds text extraction notebook for demo 2
  • Updates Pipfile, Pipfile.lock for demo 2 dependencies

Third Release

04 Oct 17:59
0b58c52
Compare
Choose a tag to compare

The purpose of this release is to trigger a new image build with the latest tag.

This release also includes the following updates:

  • Update aicoe-ci config file to include custom tag setting

Second Release

04 Oct 16:01
9986931
Compare
Choose a tag to compare

The purpose of this release is to trigger a new image build, so that the updates in the s2i base image are included in the image for this project.

This release also includes the following updates:

  • Adds Elyra pipeline automation for demo 1 (nimbus)