Skip to content

CardinalIO 1.4.0

Latest
Compare
Choose a tag to compare
@kuwisdelu kuwisdelu released this 04 Dec 22:59

CHANGES IN VERSION 1.3.6 [2024-10-24]

BUG FIXES

o Fix writing scientific notation to imzML output
    (note: only affected parsing, not precision)

CHANGES IN VERSION 1.3.5 [2024-10-16]

NEW FEATURES

o Support for parallel writing with BiocParallel
o Added 'BPPARAM' argument to 'writeAnalyze()'
o Added 'BPPARAM' argument to 'writeImzML()'

SIGNIFICANT USER-VISIBLE CHANGES

o Return 'outdata' attribute on 'writeAnalyze()'
    results with output 'matter' object
o Return 'outdata' attribute on 'writeImzML()'
    results with output 'matter' object

CHANGES IN VERSION 1.3.4 [2024-9-7]

SIGNIFICANT USER-VISIBLE CHANGES

o Parse imzML "binary data compression type" tags
o Compressed ibd data arrays are now attached as
    raw byte arrays (_without_ decompression)

CHANGES IN VERSION 1.3.3 [2024-8-13]

SIGNIFICANT USER-VISIBLE CHANGES

o Changed default 'mz.type' from "float32" to "float64"

CHANGES IN VERSION 1.3.2 [2024-7-31]

SIGNIFICANT USER-VISIBLE CHANGES

o Renaming imzML files when 'asis=TRUE' now signals a warning

CHANGES IN VERSION 1.3.1 [2024-6-20]

BUG FIXES

o Update broken unit test to reflect recent changes in 'matter'