- Because PyPI `Upload failed (400): This filename has previously been used, you should use a different version.`, so change the version to 1.1.4.
1.1.3
- Optimize `make_kmer_list` by `itertools.product`. - change `from repDNA.a import b` to `from a import b`.
1.1.2
- Optimize `make_kmer_list` by loop.
1.1.1
- Update the repDNA_example, repDNA_manual and repDNA_paper_Bioinformatics document for Bioinformatics reviewer. - Fix PseKNC physicochemical indices.
1.1.0
- Fix the denominator(l - k - lambda + 1) bug in calculating theta in psenacutil module and change the test file and documents. - Optimize the code and add some comments. - Add the News file.