[Yt-svn] yt: 7 new changesets

hg at spacepope.org hg at spacepope.org
Thu Jun 24 17:18:23 PDT 2010


hg Repository: yt
details:   yt/rev/9236e932bfdd
changeset: 1801:9236e932bfdd
user:      mturk
date:
Thu Jun 24 10:59:55 2010 -0700
description:
[svn r1756] Updating the install script for numpy 1.4.1 and matplotlib 0.99.3.

hg Repository: yt
details:   yt/rev/d94cc3a6d009
changeset: 1802:d94cc3a6d009
user:      mturk
date:
Thu Jun 24 11:36:41 2010 -0700
description:
[svn r1757] Updating docstrings to compile

hg Repository: yt
details:   yt/rev/27aa7bf4c868
changeset: 1803:27aa7bf4c868
user:      jwise
date:
Thu Jun 24 12:54:49 2010 -0700
description:
[svn r1758] Added docstrings to DualEPS.

hg Repository: yt
details:   yt/rev/c0ac7fd81b6e
changeset: 1804:c0ac7fd81b6e
user:      joishi
date:
Thu Jun 24 15:47:30 2010 -0700
description:
[svn r1759] fixed bug in add_ortho_ray.

hg Repository: yt
details:   yt/rev/75fc681cb9dc
changeset: 1805:75fc681cb9dc
user:      sskory
date:
Thu Jun 24 17:12:57 2010 -0700
description:
[svn r1760] Adding patch from hg, renaming StructureFunctionGenerator->TwoPointFunctions.

hg Repository: yt
details:   yt/rev/6572b10c20aa
changeset: 1806:6572b10c20aa
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Jun 24 17:16:42 2010 -0700
description:
Merging from trunk

hg Repository: yt
details:   yt/rev/64664f2a8d97
changeset: 1807:64664f2a8d97
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Jun 24 17:18:15 2010 -0700
description:
Merging

diffstat:

 .hgignore                                             |     3 +
 doc/install_script.sh                                 |     8 +-
 scripts/fbranch                                       |     5 +-
 scripts/fbury                                         |     5 +-
 scripts/fdigup                                        |     5 +-
 scripts/fido                                          |     5 +-
 scripts/fimport                                       |     5 +-
 yt/amr_utils.c                                        |  2242 +++++++++++-----------
 yt/arraytypes.py                                      |    11 +
 yt/extensions/DualEPS.py                              |   409 +++-
 yt/extensions/StarAnalysis.py                         |     4 +-
 yt/extensions/halo_mass_function.py                   |    10 +
 yt/extensions/kdtree/fKD.f90                          |   173 +-
 yt/extensions/kdtree/fKD.v                            |    42 +-
 yt/extensions/kdtree/fKD_source.f90                   |    10 +-
 yt/extensions/light_ray.py                            |   372 +++
 yt/extensions/merger_tree.py                          |     9 +-
 yt/extensions/opengl_widgets/calculateRay.vertex.glsl |    63 +
 yt/extensions/opengl_widgets/colormap.fragment.glsl   |    12 +
 yt/extensions/opengl_widgets/framebuffer.vertex.glsl  |    12 +
 yt/extensions/opengl_widgets/mip.fragment.glsl        |   135 +
 yt/extensions/opengl_widgets/mip_viewer.py            |   450 ++++
 yt/extensions/opengl_widgets/rendering_contexts.py    |    88 +
 yt/extensions/volume_rendering/multi_texture.py       |   302 +++
 yt/fido/share_data.py                                 |    83 +
 yt/lagos/BaseDataTypes.py                             |     1 -
 yt/lagos/Clump.py                                     |   290 --
 yt/lagos/HDF5LightReader.c                            |   194 +
 yt/lagos/HaloFinding.py                               |   137 +-
 yt/lagos/ParticleIO.py                                |    17 +
 yt/lagos/StructureFunctionGenerator.py                |   750 -------
 yt/lagos/TwoPointFunctions.py                         |   796 ++++++++
 yt/lagos/__init__.py                                  |     2 +-
 yt/lagos/parallelHOP/parallelHOP.py                   |     9 +-
 yt/mods.py                                            |     2 +-
 yt/raven/plot_collection.py                           |    15 +-
 yt/reason/plot_editors.py                             |    10 +-
 yt/reason/reason_v2.py                                |     7 +-
 yt/reason/tvtk_interface.py                           |    26 +-
 39 files changed, 4431 insertions(+), 2288 deletions(-)

diffs (truncated from 15227 to 300 lines):

diff -r 910d6f260167 -r 64664f2a8d97 .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Jun 24 17:18:15 2010 -0700
@@ -0,0 +1,3 @@
+syntax: glob
+*.pyc
+.*.swp
diff -r 910d6f260167 -r 64664f2a8d97 doc/install_script.sh
--- a/doc/install_script.sh	Thu Jun 24 08:39:16 2010 -0700
+++ b/doc/install_script.sh	Thu Jun 24 17:18:15 2010 -0700
@@ -233,8 +233,8 @@
 [ $INST_PNG -eq 1 ] && get_enzotools libpng-1.2.43.tar.gz
 [ $INST_WXPYTHON -eq 1 ] && get_enzotools wxPython-src-2.8.10.1.tar.bz2
 get_enzotools Python-2.6.3.tgz
-get_enzotools numpy-1.3.0.tar.gz
-get_enzotools matplotlib-0.99.1.2.tar.gz
+get_enzotools numpy-1.4.1.tar.gz
+get_enzotools matplotlib-0.99.3.tar.gz
 get_enzotools ipython-0.10.tar.gz
 get_enzotools h5py-1.2.0.tar.gz
 
@@ -352,14 +352,14 @@
 echo "Installing pip"
 ( ${DEST_DIR}/bin/easy_install-2.6 pip 2>&1 ) 1>> ${LOG_FILE} || do_exit
 
-do_setup_py numpy-1.3.0 ${NUMPY_ARGS}
+do_setup_py numpy-1.4.1 ${NUMPY_ARGS}
 
 if [ -n "${MPL_SUPP_LDFLAGS}" ]
 then
     export LDFLAGS="${MPL_SUPP_LDFLAGS}"
     echo "Setting LDFLAGS ${LDFLAGS}"
 fi
-do_setup_py matplotlib-0.99.1.2
+do_setup_py matplotlib-0.99.3
 unset LDFLAGS
 do_setup_py ipython-0.10
 do_setup_py h5py-1.2.0
diff -r 910d6f260167 -r 64664f2a8d97 scripts/fbranch
--- a/scripts/fbranch	Thu Jun 24 08:39:16 2010 -0700
+++ b/scripts/fbranch	Thu Jun 24 17:18:15 2010 -0700
@@ -1,1 +1,4 @@
-basic.py
\ No newline at end of file
+#!python2.5
+import yt.fido
+
+yt.fido.runAction()
diff -r 910d6f260167 -r 64664f2a8d97 scripts/fbury
--- a/scripts/fbury	Thu Jun 24 08:39:16 2010 -0700
+++ b/scripts/fbury	Thu Jun 24 17:18:15 2010 -0700
@@ -1,1 +1,4 @@
-basic.py
\ No newline at end of file
+#!python2.5
+import yt.fido
+
+yt.fido.runAction()
diff -r 910d6f260167 -r 64664f2a8d97 scripts/fdigup
--- a/scripts/fdigup	Thu Jun 24 08:39:16 2010 -0700
+++ b/scripts/fdigup	Thu Jun 24 17:18:15 2010 -0700
@@ -1,1 +1,4 @@
-basic.py
\ No newline at end of file
+#!python2.5
+import yt.fido
+
+yt.fido.runAction()
diff -r 910d6f260167 -r 64664f2a8d97 scripts/fido
--- a/scripts/fido	Thu Jun 24 08:39:16 2010 -0700
+++ b/scripts/fido	Thu Jun 24 17:18:15 2010 -0700
@@ -1,1 +1,4 @@
-basic.py
\ No newline at end of file
+#!python2.5
+from yt.mods import *
+
+fido.runAction()
diff -r 910d6f260167 -r 64664f2a8d97 scripts/fimport
--- a/scripts/fimport	Thu Jun 24 08:39:16 2010 -0700
+++ b/scripts/fimport	Thu Jun 24 17:18:15 2010 -0700
@@ -1,1 +1,4 @@
-basic.py
\ No newline at end of file
+#!python2.5
+from yt.mods import *
+
+fido.runAction()
diff -r 910d6f260167 -r 64664f2a8d97 yt/amr_utils.c
--- a/yt/amr_utils.c	Thu Jun 24 08:39:16 2010 -0700
+++ b/yt/amr_utils.c	Thu Jun 24 17:18:15 2010 -0700
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.12.1 on Thu Jun 24 08:38:56 2010 */
+/* Generated by Cython 0.12.1 on Thu Jun 24 08:40:25 2010 */
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
@@ -378,7 +378,7 @@
 
 typedef npy_cdouble __pyx_t_5numpy_complex_t;
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":76
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":76
  * cdef class VectorPlane
  * 
  * cdef struct FieldInterpolationTable:             # <<<<<<<<<<<<<<
@@ -398,7 +398,7 @@
   int pass_through;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":89
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":89
  *     int pass_through
  * 
  * cdef void FIT_initialize_table(FieldInterpolationTable *fit, int nbins,             # <<<<<<<<<<<<<<
@@ -413,7 +413,7 @@
   int pass_through;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/QuadTree.pyx":39
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/QuadTree.pyx":39
  *     void *alloca(int)
  * 
  * cdef struct QuadTreeNode:             # <<<<<<<<<<<<<<
@@ -430,7 +430,7 @@
   struct __pyx_t_2yt_9amr_utils_QuadTreeNode *children[2][2];
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":118
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":118
  *     return (bv + dd*dy*fit.idbin)
  * 
  * cdef class TransferFunctionProxy:             # <<<<<<<<<<<<<<
@@ -451,7 +451,7 @@
   PyObject *my_field_tables;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":36
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":36
  *         self.refined_pos = 0
  * 
  * cdef class OctreeGrid:             # <<<<<<<<<<<<<<
@@ -469,7 +469,7 @@
   int level;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":53
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":53
  *         self.level = level
  * 
  * cdef class OctreeGridList:             # <<<<<<<<<<<<<<
@@ -482,7 +482,7 @@
   PyObject *grids;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":569
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":569
  *         return 1
  * 
  * cdef class ProtoPrism:             # <<<<<<<<<<<<<<
@@ -501,7 +501,7 @@
   int parent_grid_id;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":30
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":30
  * cimport cython
  * 
  * cdef class position:             # <<<<<<<<<<<<<<
@@ -515,7 +515,7 @@
   int refined_pos;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":537
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":537
  *             tf.eval_transfer(dt, self.dvs, rgba, grad)
  * 
  * cdef class GridFace:             # <<<<<<<<<<<<<<
@@ -532,7 +532,7 @@
   __pyx_t_5numpy_float64_t right_edge[3];
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/QuadTree.pyx":99
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/QuadTree.pyx":99
  *     free(node)
  * 
  * cdef class QuadTree:             # <<<<<<<<<<<<<<
@@ -549,7 +549,7 @@
   __pyx_t_5numpy_int64_t top_grid_dims[2];
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":74
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":74
  *                                        np.float64_t *data, np.float64_t *grad)
  * 
  * cdef class VectorPlane             # <<<<<<<<<<<<<<
@@ -581,7 +581,7 @@
   __pyx_t_5numpy_float64_t *y_vec;
 };
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":299
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":299
  *             tv[offset + k] = fv[k]
  * 
  * cdef class PartitionedGrid:             # <<<<<<<<<<<<<<
@@ -607,7 +607,7 @@
 };
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":537
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":537
  *             tf.eval_transfer(dt, self.dvs, rgba, grad)
  * 
  * cdef class GridFace:             # <<<<<<<<<<<<<<
@@ -621,7 +621,7 @@
 static struct __pyx_vtabstruct_2yt_9amr_utils_GridFace *__pyx_vtabptr_2yt_9amr_utils_GridFace;
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":118
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":118
  *     return (bv + dd*dy*fit.idbin)
  * 
  * cdef class TransferFunctionProxy:             # <<<<<<<<<<<<<<
@@ -635,7 +635,7 @@
 static struct __pyx_vtabstruct_2yt_9amr_utils_TransferFunctionProxy *__pyx_vtabptr_2yt_9amr_utils_TransferFunctionProxy;
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":569
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":569
  *         return 1
  * 
  * cdef class ProtoPrism:             # <<<<<<<<<<<<<<
@@ -649,7 +649,7 @@
 static struct __pyx_vtabstruct_2yt_9amr_utils_ProtoPrism *__pyx_vtabptr_2yt_9amr_utils_ProtoPrism;
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/QuadTree.pyx":99
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/QuadTree.pyx":99
  *     free(node)
  * 
  * cdef class QuadTree:             # <<<<<<<<<<<<<<
@@ -666,7 +666,7 @@
 static struct __pyx_vtabstruct_2yt_9amr_utils_QuadTree *__pyx_vtabptr_2yt_9amr_utils_QuadTree;
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":222
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":222
  *             #rgba[i+3] += trgba[i] * (1.0 - rgba[i+3])*dt*trgba[i+3]
  * 
  * cdef class VectorPlane:             # <<<<<<<<<<<<<<
@@ -682,7 +682,7 @@
 static struct __pyx_vtabstruct_2yt_9amr_utils_VectorPlane *__pyx_vtabptr_2yt_9amr_utils_VectorPlane;
 
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/VolumeIntegrator.pyx":299
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/VolumeIntegrator.pyx":299
  *             tv[offset + k] = fv[k]
  * 
  * cdef class PartitionedGrid:             # <<<<<<<<<<<<<<
@@ -1748,7 +1748,7 @@
 static PyObject *__pyx_int_neg_1;
 static PyObject *__pyx_int_15;
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":32
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":32
  * cdef class position:
  *     cdef public int output_pos, refined_pos
  *     def __cinit__(self):             # <<<<<<<<<<<<<<
@@ -1764,7 +1764,7 @@
     __Pyx_RaiseArgtupleInvalid("__cinit__", 1, 0, 0, PyTuple_GET_SIZE(__pyx_args)); return -1;}
   if (unlikely(__pyx_kwds) && unlikely(PyDict_Size(__pyx_kwds) > 0) && unlikely(!__Pyx_CheckKeywordStrings(__pyx_kwds, "__cinit__", 0))) return -1;
 
-  /* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":33
+  /* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":33
  *     cdef public int output_pos, refined_pos
  *     def __cinit__(self):
  *         self.output_pos = 0             # <<<<<<<<<<<<<<
@@ -1773,7 +1773,7 @@
  */
   ((struct __pyx_obj_2yt_9amr_utils_position *)__pyx_v_self)->output_pos = 0;
 
-  /* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":34
+  /* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":34
  *     def __cinit__(self):
  *         self.output_pos = 0
  *         self.refined_pos = 0             # <<<<<<<<<<<<<<
@@ -1787,7 +1787,7 @@
   return __pyx_r;
 }
 
-/* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":39
+/* "/Users/matthewturk/yt/yt/yt/_amr_utils/DepthFirstOctree.pyx":39
  *     cdef public object child_indices, fields, left_edges, dimensions, dx
  *     cdef public int level
  *     def __cinit__(self,             # <<<<<<<<<<<<<<
@@ -1947,7 +1947,7 @@
   __pyx_bstride_0_dx = __pyx_bstruct_dx.strides[0];
   __pyx_bshape_0_dx = __pyx_bstruct_dx.shape[0];
 
-  /* "/Users/matthewturk/Development/yt/trunk/yt/_amr_utils/DepthFirstOctree.pyx":46



More information about the yt-svn mailing list