adding history dates authored by Eva Schiffer's avatar Eva Schiffer
......@@ -600,6 +600,7 @@ corrected critical bugs related to running colocations on the command line
------------
<div align="right">**Jan 20, 2010**</div>
**version 0.2.6.16**
additional code to allow attributes for the colocation statistics to be added to the file; also added code to write several of these statistics (related to how points were colocated) into the files during colocation
......@@ -634,6 +635,7 @@ fixed minor bug in quiver plotting function
------------
<div align="right">**Jan 11, 2010**</div>
**version 0.2.6.15**
added the colocateData option that allows you to colocate data sets across two files and create modified files containing the colocated data
......@@ -646,6 +648,7 @@ added filter_based_on_additional_data_set_min_max_bounds to the glance.filters
------------
<div align="right">**Dec 17, 2009**</div>
**version 0.2.6.14**
added the ability to compare files without defining lon/lat variables and removed corresponding sections from reports in this case (see --nolonlat option at command line)
......@@ -674,6 +677,7 @@ reorganized ordering in report/image generation to reduce memory usage and simpl
------------
<div align="right">**Oct 23, 2009**</div>
**version 0.2.6.13**
added ability to load longitude and latitude data from a different set of files; specified in the config file
......@@ -684,6 +688,7 @@ fixed algorithm that detects invalid data in the lat/lon data to correctly detec
------------
<div align="right">**Oct 20, 2009**</div>
**version 0.2.6.12**
Added the ability to control which figures are plotted individually (per variable or for the whole report) using a configuration file
......@@ -698,6 +703,7 @@ Refactored Glance to present external library functions for stats and reportGen
------------
<div align="right">**Oct 06, 2009**</div>
**version 0.2.6.11**
glance now gets the data type that will be used for scaled data from the type of the loaded offset or scale
......@@ -719,6 +725,8 @@ added greater support for hdf5 files (scaling data in hdf5 is still only partly
------------
<div align="right">**Aug 27, 2009**</div>
**version 0.2.6.10**
fixed a bug that resulted in scaling of missing values (which caused them not to be detected as missing)
......@@ -743,6 +751,7 @@ corrected interaction between settings version of shouldIncludeImages and the ne
------------
<div align="right">**Aug 24, 2009**</div>
**version 0.2.6.9**
in the config file, you can now mark a variable as not intended to include images and it will not be compared to the lon/lat or plotted (this allows any arbitrary variable with matching size between A and B to be compared statistically)
......@@ -762,6 +771,7 @@ Note: With this Glance update Keoni is no longer required for Glance.
------------
<div align="right">**Aug 18, 2009**</div>
**version 0.2.6.8**
glance now clears all figures after use (to save memory and increase performance)
......@@ -776,6 +786,7 @@ Note: This version of glance was released concurrently with a new version of the
------------
<div align="right">**Aug 11, 2009**</div>
**version 0.2.6.7**
added note when data was filtered to report
......@@ -796,7 +807,8 @@ added logging details about data sizes when comparison is disqualified on size
------------
**version 0.2.6.6** <div align="right">Test date</div>
<div align="right">**Aug 07, 2009**</div>
**version 0.2.6.6**
added additional statistics for min and max values in both data sets to the general statistics set
......
......