File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ A script extract data from .res (results) files generated by UNICORN Chromatogra
12
12
13
13
News
14
14
----
15
- v0.15 released:
15
+ v0.16b released:
16
16
17
- - Added option to disable title for plot
18
- - Added option to disable plotting inject marks
19
- - Added option to disable legend
17
+ - Fixed line ending on non-Windows setups
20
18
21
19
22
20
Installation
Original file line number Diff line number Diff line change 1
- v.015
1
+ v0.16b
2
+ ======
3
+ - Fixed line ending on non-Windows setups
4
+
5
+ v0.15
2
6
======
3
7
- Added option to disable title for plot
4
8
- Added option to disable plotting inject marks
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'pycorn' ,
10
- version = '0.16 ' ,
10
+ version = '0.16b ' ,
11
11
author = 'Yasar L. Ahmed' ,
12
12
packages = ['pycorn' ],
13
13
extras_require = {'plotting' : ["matplotlib" ], 'xlsx-output' : ['xlsxwriter' ]},
You can’t perform that action at this time.
0 commit comments