@@ -463,7 +463,8 @@ Glance installation is no longer zip_safe (this may cause it to take up a slight
------------
**version 0.2.6.29**
<strong><divalign="right">Oct 26, 2011</div>
version 0.2.6.29</strong>
Changed the usePassFail flag to control whether or not pass fail testing will be done when using reportGen
...
...
@@ -475,19 +476,22 @@ Cleaned up some print statements in the io module
------------
**version 0.2.6.28**
<strong><divalign="right">Sep 30, 2011</div>
version 0.2.6.28</strong>
reportGen now generates a return code of 0 if all variables pass any pass/fail criteria given (or no criteria are given). If criteria are given and any variable fails to pass them report gen will now return 2.
------------
**version 0.2.6.27**
<strong><divalign="right">Aug 29, 2011</div>
version 0.2.6.27</strong>
The new --doPassFail command line option can be used with the stats command line call to generate a return code of 0 if all variables pass the given epsilons and have no mismatching finiteness in their data. If there are problems in finiteness or the data does not pass the given epsilons, a return code of 3 will be returned.
------------
**version 0.2.6.26**
<strong><divalign="right">Jun 30, 2011</div>
version 0.2.6.26</strong>
fixed a bug that caused bData for plotting to be corrupted by the generation of the mismatch plot
...
...
@@ -499,7 +503,8 @@ added a check to stop a lack of data from crashing bin/tuple analysis while tryi
------------
**version 0.2.6.25**
<strong><divalign="right">Jan 18, 2011</div>
version 0.2.6.25</strong>
Glance no longer uses the word "trouble"; now the word "mismatch" is used for all instances in glance code and user visible reports/statistics where it was previously referred to as trouble
...
...
@@ -513,7 +518,8 @@ Fixed a bug that caused some areas to be considered mismatched when a variable w
------------
**version 0.2.6.24**
<strong><divalign="right">Oct 20, 2010</div>
version 0.2.6.24</strong>
the glance io module can now open AERI data files; this includes cxs, rnc, cxv, csv, spc, sum, uvs, and aeri data files
...
...
@@ -534,13 +540,15 @@ fixed link to the configuration file on main and variable report pages
------------
**version 0.2.6.23**
<strong><divalign="right">Sep 27, 2010</div>
version 0.2.6.23</strong>
Fixed a bug that adversely affected plotting of original images while using an alternate missing value for the B file
------------
**version 0.2.6.22**
<strong><divalign="right">Aug 18, 2010</div>
version 0.2.6.22</strong>
Added new hex plot to the comparison plots available in Glance reports
...
...
@@ -548,13 +556,15 @@ Corrected bug that caused the glossary link to break
------------
**version 0.2.6.21**
<strong><divalign="right">Jul 13, 2010</div>
version 0.2.6.21</strong>
Added new method to the compare module, reportGen_raw_data_simple_call, that will allow simple calls to generate reports and images using static data blocks rather than files
------------
**version 0.2.6.20**
<strong><divalign="right">Jul 09, 2010</div>
version 0.2.6.20</strong>
Added 'total_data_failure_tolerance' that can be defined in the config file to limit the percentage of data which can cumulatively fail the epsilon and non-finite tests
...
...
@@ -562,7 +572,8 @@ Added the ability to use the 'useSharedRangeForOriginal' setting when generating
------------
**version 0.2.6.19**
<strong><divalign="right">Jun 15, 2010</div>
version 0.2.6.19</strong>
Fixed stats section labeling that sometimes caused a section to be mis-labeled or not shown.
...
...
@@ -580,7 +591,8 @@ Added code to check if a configuration file requested by the user is present; Gl
------------
**version 0.2.6.18**
<strong><divalign="right">Jun 01, 2010</div>
version 0.2.6.18</strong>
Added ability to analyze with 'epsilon_percent', which can be set in the config file, and causes glance to calculate the acceptable epsilon value as a percentage of the A file data value (ie. assumes the A file is the 'truth' data set)
...
...
@@ -594,7 +606,8 @@ Massive internal refactoring to the code in the delta.py module, splitting it in
------------
**version 0.2.6.17**
<strong><divalign="right">Jan 25, 2010</div>
version 0.2.6.17</strong>
corrected critical bugs related to running colocations on the command line