Skip to content

v5.0.0

Compare
Choose a tag to compare
@SMI-Bot SMI-Bot released this 17 Feb 17:58

Feature

  • #1040 by tznind. Updated to latest dotnet sdk (net6)
  • #973 by rkm. Adds the basis for a new "DicomAnonymiser" microservice, which can be used in place of the existing Java CTP service. It supports pluggable anonymisers through the
    IDicomAnonymiser interface. No implementations are provided in this PR.

Bugfix

  • #1010 by rkm. Update CI script to pull tessdata file from the new branch name (main not master)
  • #1050 by rkm. Disable coverage upload which is currently broken for .NET 6
  • #1052 by rkm. Ensure any errors encountered when running SRAnonTool are handled properly and produce an appropriate status message.
  • #885 by howff. Always convert PHI to XML regardless of annotation_mode setting.
  • #914 by rkm. Fix #913; error if file extraction command is re-run after being cancelled
  • #915 by rkm. Fix #891; jobId not created until extraction is completed.
  • #917 by rkm. Ensure control exchange exists for ExtractImagesHostTests
  • #926 by rkm. Fixes the current CI issues by restricting the creation of the ControlExchange to the RequiresRabbit test decorator.
  • #931 by rkm. Ensure the python version used in CI runs is exactly what we specify
  • #968 by rkm. Remove reference to System.Drawing.Common
  • #976 by jas88. Fix issue
    #921 - erroneous stripping of root path to empty string in GlobalOptions
  • #981 by rkm. Fix deprecated python collections import for py310+
  • #987 by rkm. Treat all build warnings as errors, and fix or disable existing ones. Also remove unused System.Security.AccessControl package.

Meta

  • #923 by rkm. Allow newer minor SDK versions to build the sln. global.json specifies the minimum version which will be used in the CI.
  • #986 by rkm. Add missing reference to NLog.