yt_analysis is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

yt_analysis / yt http://yt-project.org/

yt is a python package for analyzing and visualizing astrophysical simulation output from a couple simulation platforms. Check out the homepage (there's a link just above!) where we have documentation, a cookbook, and some user community information.

Clone this repository (size: 41.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/yt_analysis/yt
hg clone ssh://hg@bitbucket.org/yt_analysis/yt

Commit b7763d12ffd2 Raw commit »

commit
b7763d12ffd2
parent
38e412a867fb
branch
yt-1.0

[svn r834] Lots of changes!

* Disabled currently non-functional Cosmology imports (Britton's on it!)
* Updated README files in yt-1.0 and trunk to be more informative and up to date
* Added CREDITS file (I may have missed someone; if you should be on here, tell me. I honestly did not mean to skip anybody!)
* Updated setup.py files to be more in line with using setuptools -- specifically, the requirements are accurately specified. This is part of a broader effort I will be making to make this package more ... pythonic? modern? not sure. The next step will be compartmentalizing the recipe book as entry points.
* Installation scripts are now both the NEW version. This has a few changes!
* We no longer manually install numpy, matplotlib or ipython, as their eggs are now functional in all the instances I have tested. This may get reverted, but for now, it seems the best path.
* YT is no longer "installed" per se, but run via "develop" -- this is the right way to do it in a developer environment like what I want to encourage.
* Got rid of advertising the 'yt' script, since we now install IPython.

Comments

    Log in to comment »

    File Lines added Lines removed
    CREDITS 11
    README 12 12
    doc/install_script.sh 129 73
    doc/install_v2.sh 217
    setup.py 16 9