Skip to content

Commit fd7933d

Browse files
author
Laurent Claustre
committed
Update release notes for version v1.9.5
1 parent 6449a97 commit fd7933d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

ReleaseNotes.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ This is the release notes of LIMA, the library for image acquisition.
44

55
You 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+
739
Version v1.9.4 released on May 25th 2020
840
----------------------------------------
941

0 commit comments

Comments
 (0)