@@ -4,6 +4,38 @@ This is the release notes of LIMA, the library for image acquisition.
44
55You can find information related to new features and bug fixes. The notes are ordered by branch and release number.
66
7+ Version v1.9.5 released on July 23th 2020
8+ ----------------------------------------
9+
10+ New features
11+
12+ * HDF5 container:
13+ * new attributes "file_name" and "file_time" to keep track of the original
14+ file path and creation date.
15+ * adjust the image dataset size to the number of acquired frames
16+ * in manual saving, keep a contiguous frame dataset
17+ * Avoid Tango dead-lock timeout due to lengthy memory allocations
18+
19+ Bug fixes
20+ * fix cmake find_package_handle_standard_args warning
21+ * fix conversion compiler warning when calling import_array macro.
22+ * HDF5 container:
23+ * Fix parallel saving:
24+ * Refactor SaveContainerHdf5::_File:
25+ * Add debug information when writing HDF5 Dataset chunk fails
26+ * Remove unused variables
27+ * Use AutoPtr for dynamically-allocated objects
28+ * Simplify initialization at _open
29+ * fixed bug with number of frames for last file.
30+ * adjust the image dataset to the real number of acquired frames
31+
32+ * Fix bug in CtControl::unregisterImageStatusCallback and improve code:
33+ * Allow unregisterImageStatusCallback if acq is not Ready
34+ * Do not throw exception: it is called from cb destructor
35+ * Status can be AcqFault, which is perfectly legal to unregister
36+ * Cosmetics
37+ * ThreadUtils: remove obsolete declarations in ReadWriteLock
38+
739Version v1.9.4 released on May 25th 2020
840----------------------------------------
941
0 commit comments