Skip to content

Releases: paucablop/chemotools

v0.0.24

13 Sep 11:22
Compare
Choose a tag to compare

What's new? 🎉🎉

  • Include fermentation datasets 🔝

Improvements ✨✨

Bug fixes 🐛🐛

v0.0.23

25 Jul 07:16
Compare
Choose a tag to compare

What's new? 🎉🎉

  • Add extended multiplicative scatter correction
  • Add Robust Normal variate!

Improvements ✨✨

Bug fixes 🐛🐛

v0.0.22

21 May 14:41
Compare
Choose a tag to compare

What's new? 🎉🎉

  • Add docstrings in all available methods

Improvements ✨✨

Bug fixes 🐛🐛

v0.0.21

09 May 06:24
Compare
Choose a tag to compare

What's new? 🎉🎉

Improvements ✨✨

  • Increase performance of ArPls() by a factor of x40

Bug fixes 🐛🐛

v0.0.20

05 May 21:20
Compare
Choose a tag to compare

What's new? 🎉🎉

  • New preprocessing added for baseline correction. It is called assymetrically reweighted penalized least squares (ArPls()). The current implementation in based on the following work:

Sung-June Baek a, Aaron Park *a, Young-Jin Ahn a and Jaebum Choo, Baseline correction using asymmetrically reweighted penalized least squares smoothing

Improvements ✨✨

Bug fixes 🐛🐛

v0.0.19

05 May 07:05
da43be0
Compare
Choose a tag to compare

What's new? 🎉🎉

When set_output(transform="pandas") the method will return a pandas.DataFrame instrad of a numpy.ndarray.

Improvements ✨✨

Bug fixes 🐛🐛

v0.0.18

30 Apr 20:56
b33c8e6
Compare
Choose a tag to compare

Improve performance in whitakker filter and airpls by using sparse alegebra

v0.0.17

26 Apr 19:13
Compare
Choose a tag to compare

what is new?

RangeCutByIndex() and RangeCutByWavenumbers() are now merged into a single method RangeCut()

v0.0.16

25 Apr 11:22
Compare
Choose a tag to compare

✨✨ ConstantBaselineCorrection() is now added

v0.0.15

19 Apr 17:59
ffdcf29
Compare
Choose a tag to compare

✨ RangeCutByWavenumber has been included to the family of preprocessing tools.