* Updates to support pandas 3.0 * Updates in requirements to prevent issues * update in init file * Use incremental adjustments instead of random noise to avoid duplicated data
Also thanks to dstrain115 kohlert
2.6.5
* Improved implementation finding peaks in cases with small absolute variance 26 35 36 Thank you kohlert
2.6.4
* Bug is fixed in peakdetect * Peakdetect 1.2 is used * Newest scipy is used again * Fix for bug in caerus
2.6.3
* code refactoring and cleaning by arvinnick Thank you for the contribution!
2.6.2
* Fix for Issue 31 * Set scipy to version 1.11.4 because peakdetect breaks as it does not support importing fft and ifft directly from scipy.
2.6.1
* issue 29 * added interpolate_line1d, interpolate_line2d and interpolate_nans into imports during initialization