##// END OF EJS Templates
Version updated to 2.2.3
Miguel Valdez -
r758:295a39fcc3fa
parent child
Show More
@@ -54,3 +54,11 VERSIONS:
54 2.2.2:
54 2.2.2:
55 -VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested
55 -VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested
56 -Rawdata and testRawdata.py added to Signal Chain project
56 -Rawdata and testRawdata.py added to Signal Chain project
57
58 2.2.3:
59 -Bug fixed in GUI: Error getting(reading) Code value
60 -Bug fixed in GUI: Flip option always needs channelList field
61 -Bug fixed in jrodata: when one branch modified a value in "dataOut" (example: dataOut.code) this value
62 was modified for every branch (because this was a reference). It was modified in data.copy()
63 -Bug fixed in jroproc_voltage.profileSelector(): rangeList replaces to profileRangeList.
64
@@ -4,4 +4,4 Created on Feb 7, 2012
4 @author $Author$
4 @author $Author$
5 @version $Id$
5 @version $Id$
6 '''
6 '''
7 __version__ = "2.2.2" No newline at end of file
7 __version__ = "2.2.3" No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now