0.2.10
This release of hplc-py fixes several small bugs discovered in further testing and validation. The major bug fix was the addition to standardize the time window over which peak areas can be integrated, which is necessary when using calibration curves to quantify data within chromatograms. This has been included as a new keyword argument integration_window
in the .fit_peaks()
method of a Chromatogram
object.
Further unit testing of the io.load_chromatogram()
function has now been implemented and the scope of this function has been reduced to accept only one chromatogram object at a time.