Skip to content

Releases: LiberTEM/LiberTEM-rs

v0.2.14

01 Oct 16:22
Compare
Choose a tag to compare

What's Changed

  • More explicit error handling; bump to v0.2.14 by @sk1p in #76

Full Changelog: v0.2.13...v0.2.14

Version v0.2.13

01 Oct 13:23
Compare
Choose a tag to compare

What's Changed

  • Add missing numpy dependency; add project url by @sk1p in #71
  • Add opentelemetry support by @sk1p in #72
  • Update and consolidate dependencies; test on MSRV/Linux by @sk1p in #73
  • IPC: better error handling by @sk1p in #74
  • Bump version to 0.2.13 by @sk1p in #75

Full Changelog: v0.2.12...v0.2.13

Version v0.2.12

17 Sep 16:00
Compare
Choose a tag to compare

Add the libertem_qd_mpx package, and generalize the structure to improve code-reuse between different detector interfaces, and create a more uniform Python API on the data consumer side. This should make it much easier to add support for new detector interfaces.

Version v0.2.11

27 Apr 09:58
Compare
Choose a tag to compare

Re-release for CI changes

Version v0.2.10

27 Apr 09:53
Compare
Choose a tag to compare

Adds helpers for generating and using mock data for testing the DECTRIS receiver, and a mock data helper function for ASI TPX3.

Version v0.2.9

19 Apr 15:17
Compare
Choose a tag to compare

libertem_dectris: increased logging verbosity, tweaked timeouts for the simulator.

Version v0.2.8

17 Apr 16:16
Compare
Choose a tag to compare

Stability improvements for libertem_asi_tpx3: make it possible to cancel acquisitions when we are currently expecting an acquisition header.

Version v0.2.7

22 Mar 14:09
Compare
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
Compare
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
Compare
Choose a tag to compare

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