Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
65
Issues
65
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
fd7933dc
Commit
fd7933dc
authored
Jul 23, 2020
by
Laurent Claustre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
ReleaseNotes.txt
ReleaseNotes.txt
+32
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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