comparison NEWS @ 5337:b376abae664a

Metrics can be stored either as floating-point numbers, or as integers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Jun 2023 17:55:09 +0200
parents 5b2a5cc64cb1
children 566e8d32bd3a
comparison
equal deleted inserted replaced
5336:dd9795dc380d 5337:b376abae664a
29 * Modality worklists plugin: allow searching on private tags (exact match only) 29 * Modality worklists plugin: allow searching on private tags (exact match only)
30 * Fix orphan files remaining in storage when working with MaximumStorageSize 30 * Fix orphan files remaining in storage when working with MaximumStorageSize
31 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 31 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
32 * When deleting a resource, its parents LastUpdate metadata are now updated 32 * When deleting a resource, its parents LastUpdate metadata are now updated
33 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 33 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
34 * Metrics are now stored as integers instead of floats to avoid precision loss in increments 34 * Metrics can be stored either as floating-point numbers, or as integers
35 * Upgraded dependencies for static builds: 35 * Upgraded dependencies for static builds:
36 - boost 1.82.0 36 - boost 1.82.0
37 37
38 38
39 Version 1.12.0 (2023-04-14) 39 Version 1.12.0 (2023-04-14)