This release fixes a bug in global parameter bounding and adds a test coverage. It also includes modifications to the documentation including the addition of a new tutorial that demonstrates how to use hplc-py to generate a calibration curve.
0.2.1
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.
0.2.0
This release includes new features for manually positioning known peaks, modifying individual peak parameters, accounting for negative peak integration, and renaming some variables for internal consistency.
0.1.01
This is the first official release of hplc-py with a version 0.1.0! This is a stable release that has a tested suite of functions for quantifying chromatography data. While not a pre-release, this release will soon be updated given use feedback by collaborators and in preparation for formal publication.
This release supersedes v0.1.0.post1.
0.1.0
This is the first official release of `hplc-py` with a version 0.1.0! This is a stable release that has a tested suite of functions for quantifying chromatography data. While not a pre-release, this release will soon be updated given use feedback by collaborators and in preparation for formal publication.