Skip to content

Releases: odin-detector/odin-data

1.10.1

04 Mar 10:24
1.10.1
f73a290
Compare
Choose a tag to compare

odin-data release 1.10.1

This release addresses a regression in 1.10.0 with boost::placeholder compatibility for older boost versions

1.10.0

29 Feb 16:03
1.10.0
627e156
Compare
Choose a tag to compare

odin-data release 1.10.0

Changes include:

  • Fixes to support newer compilers and OS versions
  • Simplified application command-line interfaces
  • Removal of legacy INI-format configuration file (config file is now
    JSON only)
  • Simplified default endpoint configuration for the frameReceiver to
    allow multiple instances per node
  • Updated CI jobs
  • Initial workflow for doc generation
  • Add classes to support future camera integration and DPDK packet
    acceleration

1.9.0

16 Mar 14:42
1.9.0
2c3f5a1
Compare
Choose a tag to compare

odin-data release 1.9.0

Changes include:

  • Refactored code packaging to separate C++ and python code into separate top-level directories
  • Changes to python odin-data package arising from XSPRESS detector development
  • Updated command-line client test application in python package

1.8.0

14 Jun 10:02
1.8.0
638e8ad
Compare
Choose a tag to compare

odin-data release 1.8.0

Changes include:

  • Improvements to metawriter functionality
  • Allow frame objects to contain mulitple datasets in outer HDF5 chunk dimension
  • Allow FP plugins to target specific plugin chains when pushing frames
  • Add an option for setting HDF5 file name postfixes
  • Fix elapsed time calculation in live view plugin

1.7.0

12 Aug 10:28
1.7.0
8528d13
Compare
Choose a tag to compare

odin-data release 1.7.0

Changes include:

  • Bug fixes and refactors of the metawriter application
  • Added end-of-acquisition mechanism to allow data in FP plugin chain to be flushed to output file
  • Fixes to image offset handling in live view plugin
  • Migration of CI from travis to Github actions

1.6.0

19 Mar 15:35
1.6.0
7a03f48
Compare
Choose a tag to compare

odin-data release 1.6.0

Changes include:

  • Undo regession in setting frame receiver UDP socket buffer size
  • Clean up of startup error handling and reporting
  • odin-control adapters compatibility with python 3
  • Add ability to delete dataset configurations in the file writer plugin
  • Various other bug fixes

1.5.0

05 Nov 09:28
1.5.0
1eea41a
Compare
Choose a tag to compare

odin-data release 1.5.0

Changes include:

  • Improved error handling and statistics monitoring
  • FrameProcessor checks that data output directory is writeable
  • Improved consistency of class member variable naming
  • Various CMake library resolution and path fixes
  • Fix thread startup under optimised release builds
  • Improved logging consistency

1.4.0

04 Dec 11:53
1.4.0
50b0b6f
Compare
Choose a tag to compare

Changes include:

  • HDF5 datasets use static dimensions when frame count specified
  • Improved HDF5 error logging

1.3.1

24 Sep 14:53
1.3.1
fccad72
Compare
Choose a tag to compare

Changes include:

  • Changed SumPlugin to output dataset name sum in lowercase

1.3.0

08 Aug 13:10
1.3.0
3a0f8f3
Compare
Choose a tag to compare

Changes include:

  • Fix for regression in FrameReceiver shared buffer 'remove when deleted' behaviour
  • Frames with unknown compression or data type metadata fail verification in FrameProcessor
  • Live view plugin no longer reverts to default endpoint when being reconfigured
  • FrameProcessor no longer shows unexpected frames as errors when file writing not enabled