Version 0.2.1 (January 25, 2022)

This is a patch release of v0.2.

Please visit GETTING STARTED guide and follow tutorials.

You can learn more about SDK usage through DEVELOPING WITH SDK.

Please let us know how you like it and what could be improved by submitting an issue or asking questions😀

What’s new

As per MONAI Core’s Python 3.6 drop, drop the support for Python 3.6 from MONAI Deploy App SDK.

What’s fixed/updated

  • Fixed minor dependencies for fresh deployment #208 by @vikashg

  • Fix minor typo in chapter 4 notebook #209 by @KavinKrishnan

  • Bump numpy >= 1.20 to avoid MKL error in conda env, and add –upgrade for pip install app sdk #211 by @MMelQin

  • Update notebooks with cloning repo and building MIS container #214 by @KavinKrishnan

  • Update notebooks with cloning repo and building MIS container #215 by @KavinKrishnan

  • Change the model name in the Spleen seg example dataset to model.ts #222 by @MMelQin

  • Remove developer names/aliases from notebooks and documentation #225 by @KavinKrishnan

  • Fixed empty documentation on docs.monai #233 by @vikashg

  • Handle exception case with missing DICOM Rescale Intercept and Slope attributes #236 by @MMelQin

  • Fix IPython detection routine #237 by @gigony

  • Use Python 3.7 for JupyterLab #241 by @gigony

  • Update gdown command and missing package #246 by @gigony

  • Do not upgrade packages when packaging #247 by @gigony