# Note to self:
# After changes: 
   setup appropriate test in grid/grid_test.py
   modify CHANGES.txt, setup.py; git add commit, push; python setup.py sdist upload

Jun 10, 2013
0.1.7
  Slight optimizations to interpolation. ~5% speed increase.

May 21, 2013
0.1.6
  Converted to ipython notebook for fast debugging.
  Now returns False value whenever linearinterpolatevalue() fails.


April 1, 2013
0.1.5
  Forgot to add bin/ directory
0.1.4
  Added RDFfromDX.py script
0.1.3
  Changed RDF to interpolate from 200 points
  Added simple RDF tests
Mar 20, 2013
0.1.2
  Allowed dx reader to read different dx formats.

0.1.1
  - Fixed bug in getlinearweightsandindices in the case of lying exactly
    on a grid point.
