[Yt-svn] yt-commit r1622 - tags/yt-1.6.1

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Feb 11 12:04:50 PST 2010


Author: mturk
Date: Thu Feb 11 12:04:49 2010
New Revision: 1622
URL: http://yt.enzotools.org/changeset/1622

Log:
Tagging yt-1.6.1, an update to the 1.6 series including:

Bug fixes:

 * Critical fixes to ParticleIO
 * Halo mass function fixes for comoving coordinates
 * Fixes to halo finding
 * Fixes to the installation script

Improvements:

 * "yt instinfo" command to report current installation information as well as
   auto-update some types of installations
 * Optimizations to the volume renderer (2x-26x reported speedups)



Added:
   tags/yt-1.6.1/
      - copied from r1619, /branches/yt-1.6/
Modified:
   tags/yt-1.6.1/setup.py

Modified: tags/yt-1.6.1/setup.py
==============================================================================
--- /branches/yt-1.6/setup.py	(original)
+++ tags/yt-1.6.1/setup.py	Thu Feb 11 12:04:49 2010
@@ -10,7 +10,7 @@
 APP = ['reason.py']
 DATA_FILES = []
 PY2APP_OPTIONS = {'argv_emulation': True}
-VERSION = "1.6"
+VERSION = "1.6.1"
 
 if os.path.exists('MANIFEST'): os.remove('MANIFEST')
 



More information about the yt-svn mailing list