Skip to content

Releases: DiamondLightSource/httomo

v3.1.1

09 Apr 11:40
b2ab5ee

Choose a tag to compare

What's Changed

Changes

Full Changelog: v3.1...v3.1.1

v3.1

09 Apr 08:51
06700f6

Choose a tag to compare

What's Changed

Notable Changes for Users

  • Add CLI flag to set continuous scan subset start and stop indices by @yousefmoazzam in #690

Changes

Full Changelog: v3.0...v3.1

v3.0

26 Mar 15:06
d4ffdae

Choose a tag to compare

What's Changed

  • Adding archived templates into Documentation by @dkazanc in #639
  • Changes to accomodate 32bit image saving in sweeps by @dkazanc in #648
  • Add option for turning off click's standalone_mode by @ferenc-gh in #647
  • Paganin filter related changes by @dkazanc in #650
  • Add loader functionality to select subset of data along angular dimension by @yousefmoazzam in #649
  • Data checker auto insertion by @dkazanc in #653
  • Transform section pattern for some cases of non-auto axis image saver by @yousefmoazzam in #654
  • fixing rotation phase crosscorrelation issue by @dkazanc in #657
  • Fix broken reference in full YAML pipeline docs by @yousefmoazzam in #664
  • Add CLI flag for enabling MPI abort hook by @yousefmoazzam in #662
  • Remove explicitly setting frames per chunk to 1 by @yousefmoazzam in #661
  • removing normalisation step from centering algorithms by @dkazanc in #660
  • Fix memory pool leakage in dezinging by changing the order of execution by @mfep in #666
  • Iterative search method for memory estimator by @mfep in #652
  • adding function to remove redundant methods in sweep pipeline by @dkazanc in #668

Full Changelog: v2.6...v3.0

v2.6

26 Mar 15:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5...v2.6

v2.5

26 Mar 15:04
8ccf663

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4...v2.5

v2.4

26 Mar 15:04
ee9916f

Choose a tag to compare

What's Changed

  • Pipeline auto generator by @dkazanc in #541
  • Decide the value of frames_per_chunk from saturation bandwidth by @ptim0626 in #537
  • Remove some unnecessary copies during iteration over splitter that's given a file-based dataset source by @yousefmoazzam in #544
  • New testing structure with auto-pipelines generation by @dkazanc in #542

Full Changelog: v2.3...v2.4

v2.3

26 Mar 15:04
89edde6

Choose a tag to compare

What's Changed

  • Enabling begin, mid, end preview keywords by @dkazanc in #531
  • Remove cudatoolkit explicit dependency by @yousefmoazzam in #536
  • Remove backends information and get it from httomo-backends instead by @yousefmoazzam in #532
  • adding average_radius parameter into the rotation wrapper by @dkazanc in #534
  • adding inline comments for some pipelines by @dkazanc in #540

Full Changelog: v2.2...v2.3

v2.2

26 Mar 15:03
cf8e6b2

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2

v2.1.1

26 Mar 15:02

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

03 Oct 12:11

Choose a tag to compare

  • Memory estimators improved for several packages in httomolibgpu.
  • Memory leak fixed in the FBP method and in the corresponding wrapper in HTTomo
  • Sweeping feature with parameters watermarking on top of the images
  • Padding feature to enable true 3D processing (e.g. median filter or outliers removal)
  • Various fixes and some refactoring