Mercurial > hg > orthanc-python
annotate NEWS @ 69:07fdf388c12e
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 11 Jun 2021 14:37:40 +0200 |
parents | 9d0460d0f15b |
children | 0fb9f2fb3157 |
rev | line source |
---|---|
14 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
63
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
4 * New functions from the SDK wrapped in Python: |
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
5 - orthanc.CreateDicom() |
65
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
6 - orthanc.CreateImageFromBuffer() |
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
7 - orthanc.DicomInstance.GetInstanceData() |
64
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
8 - orthanc.FindQuery.GetFindQueryTagElement() |
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
9 - orthanc.FindQuery.GetFindQueryTagGroup() |
65
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
10 - orthanc.Image.GetImageBuffer() |
66
6fc445793796
new wrapped function: orthanc.LookupDictionary()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
65
diff
changeset
|
11 - orthanc.LookupDictionary() |
63
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
12 - orthanc.RegisterFindCallback() |
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
13 - orthanc.RegisterMoveCallback() |
64
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
14 - orthanc.RegisterWorklistCallback() |
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
15 - orthanc.WorklistAnswers.WorklistAddAnswer() |
63
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
16 |
67 | 17 NB: SDK coverage is about 87% (138 functions wrapped in Python vs. 158 in SDK) |
18 | |
60 | 19 |
20 Version 3.1 (2021-01-22) | |
21 ======================== | |
22 | |
57
46fe70776d61
Fix possible deadlock with "orthanc.RegisterOnChangeCallback()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
54
diff
changeset
|
23 * Fix possible deadlock with "orthanc.RegisterOnChangeCallback()" |
58
ef1a1ce0c1e3
During Orthanc shutdown, wait for all the pending events to have been processed
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
24 * During Orthanc shutdown, wait for all the pending events to have been processed |
57
46fe70776d61
Fix possible deadlock with "orthanc.RegisterOnChangeCallback()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
54
diff
changeset
|
25 |
54 | 26 |
27 Version 3.0 (2020-12-09) | |
28 ======================== | |
29 | |
49
9e466631660a
ugrade to Orthanc SDK 1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
47
diff
changeset
|
30 => Minimum SDK version: 1.8.1 <= |
9e466631660a
ugrade to Orthanc SDK 1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
47
diff
changeset
|
31 |
50
70abe3ebbbfc
New Python function: "orthanc.RegisterIncomingHttpRequestFilter()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
49
diff
changeset
|
32 * New Python function: "orthanc.RegisterIncomingHttpRequestFilter()" |
47
42de8b600c0c
Support of Apple OS X
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
45
diff
changeset
|
33 * Support of Apple OS X |
45
ee76cced46a5
Fix issue #185 (segfaults on non-UTF8 special characters in request URI)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
43
diff
changeset
|
34 * Fix issue #185 (segfaults on non-UTF8 special characters in request URI) |
ee76cced46a5
Fix issue #185 (segfaults on non-UTF8 special characters in request URI)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
43
diff
changeset
|
35 |
43 | 36 |
37 Version 2.0 (2020-07-08) | |
38 ======================== | |
39 | |
41
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
40 => Minimum SDK version: 1.7.2 <= |
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
41 |
43 | 42 * Wrapped more functions |
22
04b8a44b2717
adding patch.exe command-line tool for MSVC
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
14
diff
changeset
|
43 * Fix compilation using Visual Studio |
28
b2bbb516056e
The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
22
diff
changeset
|
44 * The "Calling Python..." info logs are disabled if "PythonVerbose" is "false" |
33
ce5b6116e6cd
New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
28
diff
changeset
|
45 * New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8 |
36
fd58eb5749ed
CMake simplification using DownloadOrthancFramework.cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
33
diff
changeset
|
46 * Support of dynamic linking against the system-wide Orthanc framework library |
22
04b8a44b2717
adding patch.exe command-line tool for MSVC
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
14
diff
changeset
|
47 |
67 | 48 NB: SDK coverage is about 75% (119 functions wrapped in Python vs. 157 in SDK) |
49 | |
14 | 50 |
51 Version 1.0 (2020-04-01) | |
52 ======================== | |
53 | |
41
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
54 => Minimum SDK version: 1.5.7 <= |
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
55 |
14 | 56 * Initial release |