Skip to content

Commit 6661a0d

Browse files
committed
Updated docs
1 parent 8cfe102 commit 6661a0d

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ A script extract data from .res (results) files generated by UNICORN Chromatogra
1212

1313
News
1414
----
15-
v0.14 released:
16-
17-
- Inject mark is also plotted
18-
- xlsx output added (requires xlsxwriter)
19-
- Fixed par1-error when selecting None
20-
- Fixed par1/2-error when selecting data blocks with longer data name
21-
- Minor changes & fixes
22-
- Included Docs
15+
v0.15 released:
16+
17+
- Added option to disable title for plot
18+
- Added option to disable plotting inject marks
19+
- Added option to disable legend
2320

2421

2522
Installation

examplescripts/pycorn-bin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PyCORN - script to extract data from .res (results) files generated
55
by UNICORN Chromatography software supplied with ÄKTA Systems
66
(c)2014-2015 - Yasar L. Ahmed
7-
v0.14
7+
v0.15
88
'''
99
import argparse
1010
from pycorn import pc_res3
@@ -27,7 +27,7 @@
2727
print("WARNING: xlsxwriter not found - xlsx-output disabled!")
2828
xlsx = False
2929

30-
pcscript_version = 0.14
30+
pcscript_version = 0.15
3131

3232
parser = argparse.ArgumentParser(
3333
description = "Extract data from UNICORN .res files to .csv/.txt and plot them (matplotlib required)",

pycorn/docs/CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v.015
2+
======
3+
- Added option to disable title for plot
4+
- Added option to disable plotting inject marks
5+
- Added option to disable legend
6+
17
v0.14
28
======
39
- Inject mark is also plotted

0 commit comments

Comments
 (0)