Stephen Mardson McQuay
|
5a8c29e1e1
|
ordered required libs so they build correctly. also added version variable
|
2011-05-04 20:23:27 -06:00 |
|
|
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 |
|
|
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 |
|
|
885c5c34c1
|
beefed up the setup file so that people can find me
|
2010-10-23 16:56:30 -06:00 |
|
|
431f3a4e44
|
forgot the __init__.py file
|
2010-10-22 16:21:41 -06:00 |
|
|
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 |
|