Releases: LiberTEM/LiberTEM-rs
v0.3.2
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
editionpart of the workspace; update to 2024 by @sk1p in #114 cargo fmtfor 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
v0.3.0
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
Version v0.2.13
What's Changed
- Add missing numpy dependency; add project url by @sk1p in #71
- Add
opentelemetrysupport 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.