comparison NEWS @ 67:9d0460d0f15b

coverage stats
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 14:13:36 +0200
parents 6fc445793796
children 0fb9f2fb3157
comparison
equal deleted inserted replaced
66:6fc445793796 67:9d0460d0f15b
11 - orthanc.LookupDictionary() 11 - orthanc.LookupDictionary()
12 - orthanc.RegisterFindCallback() 12 - orthanc.RegisterFindCallback()
13 - orthanc.RegisterMoveCallback() 13 - orthanc.RegisterMoveCallback()
14 - orthanc.RegisterWorklistCallback() 14 - orthanc.RegisterWorklistCallback()
15 - orthanc.WorklistAnswers.WorklistAddAnswer() 15 - orthanc.WorklistAnswers.WorklistAddAnswer()
16
17 NB: SDK coverage is about 87% (138 functions wrapped in Python vs. 158 in SDK)
16 18
17 19
18 Version 3.1 (2021-01-22) 20 Version 3.1 (2021-01-22)
19 ======================== 21 ========================
20 22
41 * Fix compilation using Visual Studio 43 * Fix compilation using Visual Studio
42 * The "Calling Python..." info logs are disabled if "PythonVerbose" is "false" 44 * The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
43 * New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8 45 * New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8
44 * Support of dynamic linking against the system-wide Orthanc framework library 46 * Support of dynamic linking against the system-wide Orthanc framework library
45 47
48 NB: SDK coverage is about 75% (119 functions wrapped in Python vs. 157 in SDK)
49
46 50
47 Version 1.0 (2020-04-01) 51 Version 1.0 (2020-04-01)
48 ======================== 52 ========================
49 53
50 => Minimum SDK version: 1.5.7 <= 54 => Minimum SDK version: 1.5.7 <=