Skip to content

Releases: LiberTEM/LiberTEM-rs

Version v0.2.7

22 Mar 14:09

Choose a tag to compare

Let the log_shm_stats method for both libertem_dectris and libertem_asi_tpx3 log more information about shm slot usage, and adjust log level to INFO.

Version v0.2.6

16 Mar 15:01

Choose a tag to compare

Update examples; tweak CI config to add release assets to the release automatically.

Version v0.2.5

15 Mar 17:25

Choose a tag to compare

Improve error handling in LiberTEM-dectris: reconnect on errors in the background thread.

Version v0.2.4

14 Mar 16:59

Choose a tag to compare

No changes beyond fixes for the release workflow

Version 0.2.3

14 Mar 16:44

Choose a tag to compare

This is the first release after moving to a monorepo structure.

  • Add libertem-asi-tpx3 package for live processing of sparse data from a ASI CheeTah Timepix3 detector
  • Receive data into shared memory, useful for accessing data from multiple Python processes (for both DECTRIS and ASI TPX3 detectors).
  • DECTRIS: support for "plain" lz4 compressed data
  • Passive mode: don't actively arm detector, instead, wait for an external program to arm the detector
  • Many small reliability improvements