Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Purg Purg released this 04 Nov 22:51

SMQTK v0.12.0 Release Notes

This minor release includes minor fixes and known dependency version updates.

Fixes

Docker

  • Fix issue with IQR playground image where matplotlib was attempting to use
    the TkAgg backend by default by adding a matplotlibrc file to specify the
    use of the Agg backend.

Misc

  • Update requirements versions for: Flask, Flask-Cors, Pillow

  • Update Travis-CI configuration to assume less default values.

Web

  • IQR Service

    • Broaden base64 parsing error catch. Specific message of the error changed
      with python 3.7.