Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima
Commits
fd7933dc
Commit
fd7933dc
authored
Jul 23, 2020
by
Laurent Claustre
Browse files
Update release notes for version v1.9.5
parent
6449a971
Pipeline
#32171
passed with stages
in 35 minutes and 9 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
ReleaseNotes.txt
View file @
fd7933dc
...
...
@@ -4,6 +4,38 @@ This is the release notes of LIMA, the library for image acquisition.
You can find information related to new features and bug fixes. The notes are ordered by branch and release number.
Version v1.9.5 released on July 23th 2020
----------------------------------------
New features
* HDF5 container:
* new attributes "file_name" and "file_time" to keep track of the original
file path and creation date.
* adjust the image dataset size to the number of acquired frames
* in manual saving, keep a contiguous frame dataset
* Avoid Tango dead-lock timeout due to lengthy memory allocations
Bug fixes
* fix cmake find_package_handle_standard_args warning
* fix conversion compiler warning when calling import_array macro.
* HDF5 container:
* Fix parallel saving:
* Refactor SaveContainerHdf5::_File:
* Add debug information when writing HDF5 Dataset chunk fails
* Remove unused variables
* Use AutoPtr for dynamically-allocated objects
* Simplify initialization at _open
* fixed bug with number of frames for last file.
* adjust the image dataset to the real number of acquired frames
* Fix bug in CtControl::unregisterImageStatusCallback and improve code:
* Allow unregisterImageStatusCallback if acq is not Ready
* Do not throw exception: it is called from cb destructor
* Status can be AcqFault, which is perfectly legal to unregister
* Cosmetics
* ThreadUtils: remove obsolete declarations in ReadWriteLock
Version v1.9.4 released on May 25th 2020
----------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment