Package: python-seqcluster / 1.2.9+ds-7

Metadata

Package Version Patches format
python-seqcluster 1.2.9+ds-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
helping_with_testing.patch | (download)

seqcluster/create_report.py | 2 1 + 1 - 0 !
seqcluster/db/__init__.py | 14 13 + 1 - 0 !
2 files changed, 14 insertions(+), 2 deletions(-)

 a couple of verbosity switches added to help with the
 identification of a problem. This has now been resolved. This patch
 should be removed in one fo the next versions.
Auuthor: Steffen Moeller <moeller@debian.org>
remove_commonmark.patch | (download)

doc/source/conf.py | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

 remove legacy recommonmark, replace with myst_parser
Bug-Debian: http://bugs.debian.org/993623
nose2.patch | (download)

test/test_automated_analysis.py | 38 19 + 19 - 0 !
test/test_database.py | 3 1 + 2 - 0 !
test/test_preparedata.py | 7 4 + 3 - 0 !
3 files changed, 24 insertions(+), 24 deletions(-)

---
scipy 1.12.patch | (download)

seqcluster/libs/mystats.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 migrate to scipy.stats.binomtest.
 scipy.stats.binom_test[1] is deprecated and removed in scipy 1.12.0.
 It is replaced by scipy.stats.binomtest[2], which has slightly
remove_extraneous_pytz.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---