What’s New in Revision 0.9.1.dev

These are the changes in SpectroChemPy-0.9.1.dev. See Release notes for a full changelog, including other versions of SpectroChemPy.

Deprecations

  • Removed deprecated LinearCoord class — use Coord instead.

  • Removed deprecated compatibility kwargs in MCRALS: verbose (use log_level), unimodTol (use unimodConcTol), unimodMod (use unimodConcMod), hardC_to_C_idx (use getC_to_C_idx), hardSt_to_St_idx (use getSt_to_St_idx).

  • Removed deprecated compatibility kwargs in smooth: window_length (use size).

  • Removed deprecated compatibility kwargs in savgol: window_length (use size) and polyorder (use order).