smash 1.2.2 Release Notes#

The smash 1.2.2 release fixes a NumPy compatibility issue:

  • 'np.in1d' has been replaced by 'np.isin'

    np.in1d is deprecated since version 2.0. np.isin is used instead.

Contributors#

This release was made possible thanks to the contributions of:

Pull requests merged#

  • Fix: Replace np.in1d with np.isin for peak detection (#522) by @nghi-truyen in DassHydro/smash#523