Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add nqm.logger.LoggerContextManager Python class, which automatically creates/deletes a nqm.logger.Logger object when used in a with: statement (#81).
  • Add nqm.irimager.IRImager.get_frame_monotonic Python method, which can be used to get the monotonic time of a frame directly from the EvoCortex IRImagerDirect SDK (#84).
  • Add nqm.irimager.monotonic_to_system_clock function to convert a monotonic time to a system clock time (#84).

1.0.0 - 2023-10-30

Initial release.