Releases: CAnBioNet/TkNA
Releases · CAnBioNet/TkNA
Release list
Version 1.2.1
Fixes
- Add check that configured thresholds for percent agreement is within the range of validity (0.5, 1]
- Rename columns in correlation CSV to use more general terminology
- Upgrade requirements to resolve vulnerabilities in older versions of fonttools
- Update expected output for example datasets
Version 1.2.0
Features
- Add config option
correlationCoefficientThresholdsto filter on correlation coefficients - Raise a more informative error when attempting to intake non-numeric data
Fixes
- Fix crash that sometimes occurred when calculating BiBC in
calc_network_properties.py - Add workaround for
xarrayissue that could cause a crash during reconstruction when certain measurable types were entirely filtered out - Explicitly handle treatments specified in config file not being present in data before reconstruction and raise an exception rather than crashing
- Explicitly handle there being no edges in the final network before attempting to write edge CSV and print warning rather than crashing
- Fix some arguments to
calc_network_properties.pynot being marked as required - Upgrade requirements to resolve vulnerabilities in older versions of Pillow
- Misc. fixes and refactoring for subsampling
Version 1.1.1
Webtool version 1 release
- also fixed crashes that would occur when running
assess_network.py
Version 1.1.0
Changelog:
- Upgrade requirements to resolve vulnerabilities in older versions of some packages:
Pillowupgraded from 9.0.0 to 9.3.0NumPyupgraded from 1.22.0 to 1.22.2
- Correct descriptions of script arguments in
README - Clarify warning message in
assess_network.py