- Fixed logging levels and verbosity of log messages
- Fixed bug Eventalign_collapse CLI options
- Exposed option to enable/disable anova test
- Running nanocompore via CLI now disables anova by default
- SampComp now downsamples to 5000 by default
- Subsampling in whitelist is deterministic (fix for #103)
- Reworked multiprocessing framework for SampComp (fix for zombie threads, not tested with large datasets)
- Fixed #120, #122, #138
- Improved logging
- Fixed bug in CLI entrypoint
- Reads simulator now uses variability measured from the data
- Switched to Poetry
- Improved error reporting in TxComp
- Fixed multithreading errors
- Fixed error in SampCompDB.plot_position() (#85)
- Fixed errors with 0 pvalues (#87 and #90)
- Fixed error when passing a Whitelist object to SampComp (#91)
- Continuous testing with Travis CI
- Automatic deployment of docs to gh-pages
- Fixed "Not enough p-values" error. Issue #68