Mercurial > hg > orthanc-python
annotate NEWS @ 168:f5f3cc819f7a OrthancPython-4.0
closing OrthancPython-4.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 30 May 2024 22:28:41 +0200 |
parents | 80f3a034d47f |
children | b3a18e333f93 35c0b2fc751c |
rev | line source |
---|---|
14 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
109 | 4 |
5 Version 4.0 (2022-02-23) | |
6 ======================== | |
7 | |
107
461dfb859ac7
upgrade to Orthanc SDK 1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
101
diff
changeset
|
8 => Minimum SDK version: 1.10.0 <= |
461dfb859ac7
upgrade to Orthanc SDK 1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
101
diff
changeset
|
9 |
461dfb859ac7
upgrade to Orthanc SDK 1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
101
diff
changeset
|
10 * New functions from the SDK wrapped in Python: |
96
627b8a19fb9f
orthanc.RegisterIncomingCStoreInstanceFilter()
Alain Mazy <am@osimis.io>
parents:
93
diff
changeset
|
11 - orthanc.RegisterIncomingCStoreInstanceFilter() |
99
465bf098554b
new callback: orthanc.RegisterReceivedInstanceCallback()
Alain Mazy <am@osimis.io>
parents:
96
diff
changeset
|
12 - orthanc.RegisterReceivedInstanceCallback() |
93 | 13 |
101 | 14 |
93 | 15 Version 3.4 (2021-08-31) |
16 ======================== | |
17 | |
91
55c41aa7053b
On Orthanc stopping, wait for all the queued events to have been processed
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
81
diff
changeset
|
18 * On Orthanc stopping, wait for all the queued events to have been processed |
55c41aa7053b
On Orthanc stopping, wait for all the queued events to have been processed
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
81
diff
changeset
|
19 * Docker-based builder scripts distinguishing Debian buster and bullseye |
55c41aa7053b
On Orthanc stopping, wait for all the queued events to have been processed
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
81
diff
changeset
|
20 |
81 | 21 |
22 Version 3.3 (2021-08-12) | |
23 ======================== | |
24 | |
79
068551520123
New Python function: "orthanc.RegisterStorageArea()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
77
diff
changeset
|
25 * New Python function: "orthanc.RegisterStorageArea()" |
77
e7ff5efb100d
Custom exception "orthanc.OrthancException" is raised instead of "ValueError"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
71
diff
changeset
|
26 * Custom exception "orthanc.OrthancException" is raised instead of "ValueError" |
e7ff5efb100d
Custom exception "orthanc.OrthancException" is raised instead of "ValueError"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
71
diff
changeset
|
27 |
71 | 28 |
29 Version 3.2 (2021-06-11) | |
30 ======================== | |
31 | |
63
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
32 * 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
|
33 - orthanc.CreateDicom() |
65
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
34 - orthanc.CreateImageFromBuffer() |
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
35 - orthanc.DicomInstance.GetInstanceData() |
64
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
36 - orthanc.FindQuery.GetFindQueryTagElement() |
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
37 - orthanc.FindQuery.GetFindQueryTagGroup() |
65
4da5ce3468b4
new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
64
diff
changeset
|
38 - orthanc.Image.GetImageBuffer() |
66
6fc445793796
new wrapped function: orthanc.LookupDictionary()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
65
diff
changeset
|
39 - 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
|
40 - orthanc.RegisterFindCallback() |
32de70a1e4c7
New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
41 - orthanc.RegisterMoveCallback() |
64
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
42 - orthanc.RegisterWorklistCallback() |
091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
63
diff
changeset
|
43 - 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
|
44 |
67 | 45 NB: SDK coverage is about 87% (138 functions wrapped in Python vs. 158 in SDK) |
46 | |
60 | 47 |
48 Version 3.1 (2021-01-22) | |
49 ======================== | |
50 | |
57
46fe70776d61
Fix possible deadlock with "orthanc.RegisterOnChangeCallback()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
54
diff
changeset
|
51 * 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
|
52 * 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
|
53 |
54 | 54 |
55 Version 3.0 (2020-12-09) | |
56 ======================== | |
57 | |
49
9e466631660a
ugrade to Orthanc SDK 1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
47
diff
changeset
|
58 => Minimum SDK version: 1.8.1 <= |
9e466631660a
ugrade to Orthanc SDK 1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
47
diff
changeset
|
59 |
50
70abe3ebbbfc
New Python function: "orthanc.RegisterIncomingHttpRequestFilter()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
49
diff
changeset
|
60 * New Python function: "orthanc.RegisterIncomingHttpRequestFilter()" |
47
42de8b600c0c
Support of Apple OS X
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
45
diff
changeset
|
61 * 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
|
62 * 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
|
63 |
43 | 64 |
65 Version 2.0 (2020-07-08) | |
66 ======================== | |
67 | |
41
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
68 => Minimum SDK version: 1.7.2 <= |
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
69 |
43 | 70 * Wrapped more functions |
22
04b8a44b2717
adding patch.exe command-line tool for MSVC
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
14
diff
changeset
|
71 * 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
|
72 * 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
|
73 * 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
|
74 * 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
|
75 |
67 | 76 NB: SDK coverage is about 75% (119 functions wrapped in Python vs. 157 in SDK) |
77 | |
14 | 78 |
79 Version 1.0 (2020-04-01) | |
80 ======================== | |
81 | |
41
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
82 => Minimum SDK version: 1.5.7 <= |
393d2da0722a
upgrade to Orthanc SDK 1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
36
diff
changeset
|
83 |
14 | 84 * Initial release |