[Yt-svn] yt-commit r721 - in branches/yt-1.0: . yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Aug 5 09:41:20 PDT 2008


Author: mturk
Date: Tue Aug  5 09:41:18 2008
New Revision: 721
URL: http://yt.spacepope.org/changeset/721

Log:
Minor modifications to the setup.py file, and added PlotCollectionInteractive
to mods.py



Modified:
   branches/yt-1.0/setup.py
   branches/yt-1.0/yt/mods.py

Modified: branches/yt-1.0/setup.py
==============================================================================
--- branches/yt-1.0/setup.py	(original)
+++ branches/yt-1.0/setup.py	Tue Aug  5 09:41:18 2008
@@ -36,12 +36,12 @@
         name = "yt",
         version = "0.3",
         description = "A set of classes for manipulating Enzo Adaptive Mesh Refinement data",
-        install_requires = ['matplotlib>=0.90.1',
+        install_requires = ['matplotlib>=0.91.4',
                             'numpy>=1.0.3',
                             'wxPython>=2.8.7.1'],
-        url = "http://yt.spacepope.org/",
+        url = "http://yt.enzotools.org/",
         author="Matthew Turk",
-        author_email="matt at yt.spacepope.org",
+        author_email="matthewturk at gmail.com",
         license="GPL-3",
         configuration=configuration,
         #app=APP, data_files=DATA_FILES, options={'py2app':OPTIONS},

Modified: branches/yt-1.0/yt/mods.py
==============================================================================
--- branches/yt-1.0/yt/mods.py	(original)
+++ branches/yt-1.0/yt/mods.py	Tue Aug  5 09:41:18 2008
@@ -37,7 +37,7 @@
     add_field, fieldInfo, \
     Clump, write_clump_hierarchy, find_clumps, write_clumps
 
-from yt.raven import PlotCollection, \
+from yt.raven import PlotCollection, PlotCollectionInteractive, \
     QuiverCallback, ParticleCallback, ContourCallback, \
     GridBoundaryCallback, UnitBoundaryCallback, \
     LinePlotCallback, CuttingQuiverCallback



More information about the yt-svn mailing list