]> gitweb.michael.orlitzky.com - spline3.git/history - src/Values.hs
Bump dependencies, and move some Arbitrary code from Values.hs to Grid.hs to avoid...
[spline3.git] / src / Values.hs
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-15 Michael OrlitzkyRemove some dead code.
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-09-07 Michael OrlitzkyAdd the 'drop_z' function.
2011-09-07 Michael OrlitzkyGeneralize 'Values' to n-dimensions; create type synon...
2011-09-07 Michael OrlitzkyMerge branch 'uncached_vector'
2011-09-07 Michael OrlitzkyUse unsafe versions of index and traverse.
2011-09-02 Michael OrlitzkyLimit the size of arbitrary Values3D, and prevent empty...
2011-09-02 Michael OrlitzkyFix the broken Arbitrary instance of Values3D.
2011-08-29 Michael OrlitzkyClean up some hLint warnings.
2011-08-29 Michael OrlitzkyModify the Values module to use ScaleFactors instead...
2011-08-28 Michael OrlitzkyUn-transpose the x,z coordinates in the Values.idx...
2011-08-24 Michael OrlitzkyReplace TypeSynonymInstances with FlexibleInstances...
2011-08-24 Michael OrlitzkyUndo the previous FunctionValues test fix.
2011-08-23 Michael OrlitzkyConvert the zoom function to use Values3D.
2011-08-23 Michael OrlitzkyWrite the output file in main.
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-23 Michael OrlitzkyAdd the Values module, wrapping the Repa stuff.