Skip to content

Commit af9a721

Browse files
committed
Minor fixes
1 parent 27ae820 commit af9a721

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.rst

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

1313
News
1414
----
15-
v0.17 released:
15+
v0.18 released:
1616

17-
- Added experimental support for extracting and plotting UNICORN6 zip bundles
17+
- FIXED: xmin being ignored when 0
18+
- FIXED: Files with capitalised name ending are not loaded
1819

1920

2021
Installation

examplescripts/pycorn-bin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
PyCORN - script to extract data from .res (results) files generated
55
by UNICORN Chromatography software supplied with ÄKTA Systems
66
(c)2014-2016 - Yasar L. Ahmed
7-
v0.18dev
7+
v0.18
88
'''
9+
910
import argparse
1011
from pycorn import pc_res3
1112
from pycorn import pc_uni6

pycorn/docs/CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
v0.18
22
======
3-
- fixed xmin being ignored when 0
3+
- FIXED: xmin being ignored when 0
4+
- FIXED: Files with capitalised name ending are not loaded
45

56
v0.17
67
======

pycorn/pycorn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PyCORN - script to extract data from .res (results) files generated
44
by UNICORN Chromatography software supplied with ÄKTA Systems
55
(c)2014-2016 - Yasar L. Ahmed
6-
v0.17
6+
v0.18
77
'''
88

99
from __future__ import print_function

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pycorn',
10-
version='0.17',
10+
version='0.18',
1111
author='Yasar L. Ahmed',
1212
packages=['pycorn'],
1313
extras_require = {'plotting': ["matplotlib"], 'xlsx-output': ['xlsxwriter']},

0 commit comments

Comments
 (0)