Commit Graph

16 Commits

Author SHA1 Message Date
Stephen McQuay cf73652da1 minor: test of push 2011-05-30 22:53:58 -06:00
Stephen McQuay fc9b216e3e minor: test of hg 2011-05-30 22:53:42 -06:00
Stephen McQuay cc305c064b minor: testing push 2011-05-29 15:43:40 -06:00
Stephen McQuay a44098a2bc don't need delny anymore 2011-05-19 14:46:33 -06:00
Stephen McQuay 6b1ac27344 minor: push test 2011-05-16 10:29:31 -06:00
Stephen Mardson McQuay 5a8c29e1e1 ordered required libs so they build correctly. also added version variable 2011-05-04 20:23:27 -06:00
Stephen McQuay fad88725e3 added a progress bar 2011-03-28 22:26:58 -06:00
Stephen Mardson McQuay 2329479a64 minor 2011-02-02 11:52:53 -07:00
Stephen McQuay debfd4515a nothing 2011-01-28 12:21:26 -07:00
Stephen Mardson McQuay 075dd586a3 got annoyed by the egg folder, so have changed the name of the project 2010-11-08 15:04:41 -07:00
Stephen McQuay 885c5c34c1 beefed up the setup file so that people can find me 2010-10-23 16:56:30 -06:00
Stephen McQuay 431f3a4e44 forgot the __init__.py file 2010-10-22 16:21:41 -06:00
Stephen McQuay 2db4169bfa major refactoring
--HG--
rename : lib/baker/__init__.py => interp/baker/__init__.py
rename : lib/grid/DD.py => interp/grid/DD.py
rename : lib/grid/DDD.py => interp/grid/DDD.py
rename : lib/grid/__init__.py => interp/grid/__init__.py
rename : lib/grid/qhull.py => interp/grid/qhull.py
rename : lib/grid/simplex.py => interp/grid/simplex.py
rename : lib/grid/smcqdelaunay.py => interp/grid/smcqdelaunay.py
rename : lib/baker/tools.py => interp/tools.py
2010-10-22 16:10:58 -06:00
Stephen Mardson McQuay a1c88a186e something about the changes I made (abs -> np.abs) made my stuff succeed more often 2010-04-30 11:56:01 -06:00
Stephen Mardson McQuay b33159f8a9 working on getting baker to work in 3D. the code runs, but the numbers are odd. I suspect the rectangular grid, and am going to try a random cloud of points. 2010-03-18 23:18:59 -06:00
Stephen Mardson McQuay b9ea6a3ac2 modified code to use Distribute (python's distribution framework)
one should simply run `python setup.py install` to install these librarires
2010-03-08 13:31:51 -07:00