Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

What’s new in revision 0.5.0 [2023-01-11]

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

New features

  • Improved documentation.

Breaking changes

  • numpy ufunc function can no longer be called as scp.ufunc(nddataset) , use np.ufunc(nddataset) instead.