antspymm 1.3.9__py3-none-any.whl → 1.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
antspymm/__init__.py CHANGED
@@ -130,5 +130,6 @@ from .mm import mm_match_by_qc_scoring
130
130
  from .mm import mm_match_by_qc_scoring_all
131
131
  from .mm import fix_LR_RL_stuff
132
132
  from .mm import segment_timeseries_by_bvalue
133
+ from .mm import shorten_pymm_names
133
134
 
134
135