Releases: LiberTEM/LiberTEM-blobfinder
Releases · LiberTEM/LiberTEM-blobfinder
Continuous build
Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Release v0.6.1
This is a no-change release to hopefully fix our zenodo integration.
Release v0.6.0
Summary of the changes:
- All correlation UDFs now support GPU processing with
cupy
, in addition to sparse input with the Fast and Sparse correlation UDFs. Conversion from unsupported backends is automatically handled using the sparseconverter package. (see #61) - Fourier upsampling is now implemented for calculating the ‘refineds’ peak positions in correlation UDFs. This approach can give more precise results when peak shifts are sub-pixel at the expense of increased computation, and is available using the upsample=True argument to UDF and associated functions (see #39, #70).
- The
libertem_blobfinder.common
module and associated tests have been refactored to remove any dependency on LiberTEM. notably this includes all mask-generating functions previously found in libertem.masks, which are now found also in libertem_blobfinder.base.masks. As part of this change the common extra dependency group has been removed (#87). - Move
gridmatching
andfullmatch
fromlibertem.analysis
to libertem_blobfinder.common.gridmatching and libertem_blobfinder.common.fullmatch since they make more sense here (#83).
Release Candidate v0.6.0rc1
bump version: 0.6.0.dev0 → 0.6.0rc1
Release v0.5.0
This version now supports Python up to version 3.11, the latest numpy, and drops support for Python 3.6.
Features
- Better progress reporting (#22)
- Allow specifying per-frame origin shift (#23)
- Integration of peak intensities at per-frame positions using libertem_blobfinder.udf.integration.IntegrationUDF (#27)
See the changelog for details.
v0.5.0rc9
v0.5.0rc8
Release Candidate v0.5.0rc11
bump version: 0.5.0rc10 → 0.5.0rc11
v0.5.0rc10
Bump version for release script test
Release v0.4.1
Travis CI build log: https://travis-ci.com/LiberTEM/LiberTEM-blobfinder/builds/171572575