.. _release.1.2.2-notes: ========================= 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: - Ngo Nghi Truyen Huynh (``__) -------------------- Pull requests merged -------------------- * Fix: Replace np.in1d with np.isin for peak detection (#522) by @nghi-truyen in https://github.com/DassHydro/smash/pull/523