Skip to content

Releases: LiberTEM/LiberTEM-rs

v0.3.2

22 Jan 15:28

Choose a tag to compare

What's Changed

  • Add third-party license check job by @sk1p in #107
  • Update dependencies (semver-compat. only) by @sk1p in #108
  • Documentation and metadata cleanup by @sk1p in #113
  • Update MSRV to 1.87 and update dependencies by @sk1p in #110
  • Make edition part of the workspace; update to 2024 by @sk1p in #114
  • cargo fmt for the 2024 edition by @sk1p in #115
  • Properly skip binary zmq messages by @sk1p in #111
  • Update egui deps by @sk1p in #116
  • Prepare for v0.3.2 by @sk1p in #120

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Jan 11:23

Choose a tag to compare

What's Changed

  • Update README.md with releasing instructions by @sk1p in #104
  • Don't panic if slots are too small by @sk1p in #106
  • libertem_dectris: hard upper frame stack size limit in number of frames; optional latency limit by @sk1p in #85

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Jan 15:01

Choose a tag to compare

What's Changed

Main reason for the release is supporting current Python and numpy versions. This includes an update of the main dependencies, see details below:

  • Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 by @dependabot[bot] in #77
  • Add dynamic=["version"] where it was missing by @sk1p in #80
  • Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 by @dependabot[bot] in #79
  • Bump KyleMayes/install-llvm-action from 2.0.5 to 2.0.6 by @dependabot[bot] in #82
  • Bump Swatinem/rust-cache from 2.7.7 to 2.7.8 by @dependabot[bot] in #83
  • Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 by @dependabot[bot] in #88
  • Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #91
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #92
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #93
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #97
  • Update dependencies: pyo3, numpy; bump MSRV to 1.72 by @sk1p in #81
  • Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 by @dependabot[bot] in #94
  • Bump KyleMayes/install-llvm-action from 2.0.6 to 2.0.8 by @dependabot[bot] in #95
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #98
  • Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #96
  • Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #99
  • Dependency updates; bump MSRV to 1.74 by @sk1p in #100
  • LiberTEM-live integration test job by @sk1p in #102
  • Bump supported Python version to 3.9+ by @sk1p in #101
  • Release preparations for v0.3.0 by @sk1p in #103

Full Changelog: v0.2.14...v0.3.0

v0.2.14

01 Oct 16:22

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

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

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

Choose a tag to compare

Re-release for CI changes

Version v0.2.10

27 Apr 09:53

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

Choose a tag to compare

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

Version v0.2.8

17 Apr 16:16

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.