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)
, usenp.ufunc(nddataset)
instead.