Codebase list python-pauvre / 1f2615a
[ Debian Janitor ] New upstream snapshot. Debian Janitor 2 years ago
6 changed file(s) with 12 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.3
2 Version: 0.2.2
33 Summary: Tools for plotting Oxford Nanopore and other long-read data.
44 Home-page: https://github.com/conchoecia/pauvre
55 Author: Darrin Schultz
0 python-pauvre (0.2.3-1) UNRELEASED; urgency=medium
0 python-pauvre (0.1923+git20210503.1.a87f2c1-1) UNRELEASED; urgency=medium
11
22 [ Nilesh Patra ]
33 * Team Upload.
77 [ Etienne Mollier ]
88 * d/control: updated my uploader address
99
10 -- Étienne Mollier <emollier@debian.org> Sun, 27 Jun 2021 16:52:28 +0200
10 [ Debian Janitor ]
11 * New upstream snapshot.
12
13 -- Étienne Mollier <emollier@debian.org> Thu, 08 Jul 2021 15:53:09 -0000
1114
1215 python-pauvre (0.2.2-2) unstable; urgency=medium
1316
55 # This mpl style is from the UCSC BME163 class.
66 rcParams.update({
77 'font.size' : 8.0 ,
8 'font.sans-serif' : 'Arial' ,
89 'xtick.major.size' : 2 ,
910 'xtick.major.width' : 0.75 ,
1011 'xtick.labelsize' : 8.0 ,
00 # -*- coding: utf-8 -*-
11
2 __version__ = "0.2.3"
2 __version__ = "0.2.2"
33
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.3
2 Version: 0.2.2
33 Summary: Tools for plotting Oxford Nanopore and other long-read data.
44 Home-page: https://github.com/conchoecia/pauvre
55 Author: Darrin Schultz
0 biopython>=1.68
01 matplotlib>=2.0.2
1 biopython>=1.68
2 numpy>=1.12.1
23 pandas>=0.20.1
3 numpy>=1.12.1
4 scikit-learn
45 scipy
5 scikit-learn