Releases: LiberTEM/LiberTEM-rs
v0.2.14
Version v0.2.13
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
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
Re-release for CI changes
Version v0.2.10
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
libertem_dectris
: increased logging verbosity, tweaked timeouts for the simulator.
Version v0.2.8
Stability improvements for libertem_asi_tpx3
: make it possible to cancel acquisitions when we are currently expecting an acquisition header.
Version v0.2.7
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
Update examples; tweak CI config to add release assets to the release automatically.
Version v0.2.5
Improve error handling in LiberTEM-dectris: reconnect on errors in the background thread.