Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 807 Bytes

schapirolabor/background_subtraction: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.4.1 - [2023.11.21]

Complete rework of Backsub to include Palom's pyramid writer (https://github.com/labsyspharm/palom). Added dask array chunking and delayed execution for subtraction that happenes while the output pyramidal ome.tif is being created. Added CHANGELOG.md.

Added

  • --chunk-size parameter
  • Palom's pyramid writer

Fixed

  • Fixed issue with RAM inefficiency - reworked Backsub.

Removed

  • --pyramid tag introduced in v0.3.4, for smaller images, a smaller tile size should be specified now.

I did not keep a changelog before version v0.4.1.