Changeset 1622

Show
Ignore:
Timestamp:
02/11/10 12:04:49 (6 months ago)
Author:
mturk
Message:

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)
Location:
tags/yt-1.6.1
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • tags/yt-1.6.1/setup.py

    r1580 r1622  
    1111DATA_FILES = [] 
    1212PY2APP_OPTIONS = {'argv_emulation': True} 
    13 VERSION = "1.6" 
     13VERSION = "1.6.1" 
    1414 
    1515if os.path.exists('MANIFEST'): os.remove('MANIFEST')