v1.0.2
Updates:
- Minor bugs fixed
- Remove reversed typing for
sampling_range
- Replace possible type of
sampling_rage
fromtyping.Iterable[int]
withtyping.Sequence[int]
Updates:
sampling_range
sampling_rage
from typing.Iterable[int]
with typing.Sequence[int]