Mask Efficiently
Pre-release
Pre-release
What's new in v0.9.5
Performance
- The function
apply_mask
has been made more efficient in the common case that most of the reads are kept. Credit to @justinaruda.
Documentation
- Documentation for the main workflow has been updated.
What's Changed
- Optimized masking by replacing np.intersect1d() with np.setdiff1d(). by @justinaruda in #5
- Improved np.setdiff1d() logic during masking. by @justinaruda in #6
- 0.9.5 by @matthewfallan in #7
Full Changelog: v0.9.4...v0.9.5