comparison NEWS @ 5326:fbe857e942cd

store metrics as integers instead of floats to avoid precision loss in increments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 25 Jun 2023 18:28:49 +0200
parents e4c3950345e9
children d0752fd53aec
comparison
equal deleted inserted replaced
5325:9c00e832985f 5326:fbe857e942cd
10 10
11 Plugins 11 Plugins
12 ------- 12 -------
13 13
14 * Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database 14 * Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
15 * Added "OrthancPluginSetMetricsIntegerValue()" to track metrics with integer values
15 16
16 Maintenance 17 Maintenance
17 ----------- 18 -----------
18 19
19 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" 20 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
20 tag (0028,0006) equals 1 21 tag (0028,0006) equals 1
21 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet 22 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
22 * Modality worklists plugin: allow searching on private tags (exact match only) 23 * Modality worklists plugin: allow searching on private tags (exact match only)
23 * Fix orphan files remaining in storage when working with MaximumStorageSize 24 * Fix orphan files remaining in storage when working with MaximumStorageSize
24 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 25 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
25 * When deleting a resource, its parents LastUpdate metadata are now updated. 26 * When deleting a resource, its parents LastUpdate metadata are now updated
26 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0. 27 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
28 * Metrics are now stored as integers instead of floats to avoid precision loss in increments
27 * Upgraded dependencies for static builds: 29 * Upgraded dependencies for static builds:
28 - boost 1.82.0 30 - boost 1.82.0
29 31
30 32
31 Version 1.12.0 (2023-04-14) 33 Version 1.12.0 (2023-04-14)