Patch release version: 2.2.1
This is a patch release (non-breaking) version of NeuroDSP, as part of the 2.X.X series.
Changelog:
Reverts a breaking change introduced in 2.2.0: neurodsp.utils.checks.check_param
was deprecated and renamed to check_param_range
, making 2.2.0 incompatible with bycycle 1.0.0. Since 2.2.0 was a minor, non-breaking release, check_param
has been re-added and aliased to check_param_range
. check_param
should instead be fully deprecated at a future time, in 3.0.0, to ensure compatability across the 2.X.X version series.