- Updated adjacency matrix (A) construction to
numbafor acceleration - Changed name of
ccHBGF.ccHBGFfunction toccHBGF.find_consensus - Updated logging framework:
- removed
verboseargument functionality fromccHBGF.ccHBGF(now deprecated) - logging now defined at a package level by
ccHBGF.config.LOG_LEVEL = 2with log level 0 = silent, 1 = warnings and 2 = info.
- removed
- Minimum python version requirement updates to
3.10was3.9 - Added
ccHBGF.ccHBGFfor backward compatability with 0.1.0
- Package created
- Documentation created
- Tests created