This version adjusts the default parameter bounding for fitting peak amplitudes and widths. It also adds in a new check to make sure the `approximate_peak_width` is reasonable given the sampling frequency of the data. Additionally, type hints are added to the `hplc.quant` module to aid development.
0.2.6
What's Changed * A new statistic `signal_maximum` is returned when `fit_peaks()` is called. This corresponds to the maximum signal observed in a peak reconstruction.