comparison NEWS @ 102:84b3128ba48f OrthancWSI-0.4

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Mar 2017 09:20:32 +0100
parents 16b8e1cc9bbf
children a3e8ac8b7256
comparison
equal deleted inserted replaced
101:be6000d032fb 102:84b3128ba48f
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4
5 Version 0.4 (2017-03-01)
6 ========================
3 7
4 * Fix issue #30: Bad colorspace if using OpenSlide 8 * Fix issue #30: Bad colorspace if using OpenSlide
5 9
6 10
7 Version 0.3 (2016/12/23) 11 Version 0.3 (2016-12-23)
8 ======================== 12 ========================
9 13
10 * Thanks to David Clunie's feedback: 14 * Thanks to David Clunie's feedback:
11 - Fix generation of tag "Dimension Index Sequence" (0020,9222) 15 - Fix generation of tag "Dimension Index Sequence" (0020,9222)
12 - Fix generation of tag "Dimension Index Values" (0020,9157) 16 - Fix generation of tag "Dimension Index Values" (0020,9157)
13 * Improved logging in the viewer plugin 17 * Improved logging in the viewer plugin
14 * Display version of the framework in the logs 18 * Display version of the framework in the logs
15 19
16 20
17 Version 0.2 (2016/11/28) 21 Version 0.2 (2016-11-28)
18 ======================== 22 ========================
19 23
20 * Huge speed-up in the whole-slide imaging Web viewer plugin: 24 * Huge speed-up in the whole-slide imaging Web viewer plugin:
21 - Reduction of the number of calls to the Orthanc REST API 25 - Reduction of the number of calls to the Orthanc REST API
22 - Cache pre-computed information for each instance as metadata 26 - Cache pre-computed information for each instance as metadata
23 - Larger cache with LRU recycling to improve viewer performance 27 - Larger cache with LRU recycling to improve viewer performance
24 * "OrthancWSIClearCache.py" companion script to clear the WSI cache 28 * "OrthancWSIClearCache.py" companion script to clear the WSI cache
25 * Various refactorings 29 * Various refactorings
26 30
27 31
28 Version 0.1 (2016/10/28) 32 Version 0.1 (2016-10-28)
29 ======================== 33 ========================
30 34
31 * Docker images are available 35 * Docker images are available
32 * Provide "--version" flag in command-line tools 36 * Provide "--version" flag in command-line tools
33 * Fix freeze if the target Orthanc is not accepting images 37 * Fix freeze if the target Orthanc is not accepting images