v3.4.1
This release makes the following changes:
- Fix axes indexing issue when plotting a single channel: bugfix: unable to plot single channel record #308
- Update matplotlib version and import only when used: This updates the Matplotlib version to avoid segmentation faults on Macs running Big Sur. #310 and Lazily import matplotlib #314
- Performance improvements to smooth_frames=False: Optimize smooth_frames=False #318
- List only direct dependencies in requirements.txt: Remove transitive dependencies #322
- Correct an error in the calculation of the signals length for certain cases: Correctly infer length of record when unspecified #323
- Speed up import time by removing the dependency on scikit-learn when it isn't required: Remove dependency on scikit-learn #321