Package: gensim / 4.3.3+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
gensim | 4.3.3+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
drop visdom test dep.patch | (download) |
setup.py |
7 6 + 1 - 0 ! |
temporarily disable visdom test dependency visdom was relicensed from CC-BY-NC-4.0 to Apache 2.0 but has not had a new release that uses the new license Bug: https://github.com/fossasia/visdom/issues/823 https://github.com/fossasia/visdom/issues/759 |
drop nmslib test dep.patch | (download) |
setup.py |
4 2 + 2 - 0 ! |
temporarily disable nmslib test dependency nmslib is not packaged for Debian yet |
0002 Skip tests that load tests via data_path.patch | (download) |
gensim/test/utils.py |
3 3 + 0 - 0 ! |
[patch 2/4] skip tests that load tests via data_path Debian has removed test_data. |
0003 Only load data for train_gensim when it is being use.patch | (download) |
gensim/test/test_fasttext.py |
8 6 + 2 - 0 ! |
[patch 3/4] only load data for train_gensim when it is being used by tests Otherwise it will get loaded even when tests that use it aren't being run. |
0004 Make lee_corpus_list initialised on first access.patch | (download) |
gensim/test/utils.py |
7 6 + 1 - 0 ! |
[patch 4/4] make lee_corpus_list initialised on first access. Uses PEP 562 module __getattr__ and requires Python 3.7 or later. See-also: https://www.python.org/dev/peps/pep-0562/ |
make testprocesses match implementation.patch | (download) |
gensim/test/test_coherencemodel.py |
2 1 + 1 - 0 ! |
make testprocesses match implementation |