Missed an error message in the "yt load" command
March 10, 2010
yt Timeline
Changeset [1659]: Missed changing the entry point for yt.commands -> yt.command_line. ...
Missed changing the entry point for yt.commands -> yt.command_line. Fixing some docstrings.
Changeset [1658]: * Updating cmdln.py to the newest version * Renaming 'commands.py' to ...
* Updating cmdln.py to the newest version * Renaming 'commands.py' to 'command_line.py' to avoid conflicts. * Added 'yt load' command to load up a parameter file and end up in an IPython shell.
March 05, 2010
yt Timeline
Changeset [1657]: Adding some imports to yt.mods
Adding some imports to yt.mods
Changeset [1656]: Changing default colormap to algae (I thought I did this a couple days ...
Changing default colormap to algae (I thought I did this a couple days ago...) and adding RadialVelocityKMSABS.
March 04, 2010
yt Timeline
Changeset [1655]: corrected display names of scaled versions of radius fields (Radiuspc, ...
corrected display names of scaled versions of radius fields (Radiuspc, Radiusau, and so on) so they all say radius
March 03, 2010
yt Timeline
Changeset [1654]: Adding a check to the progressbar to make the maxval == 1 if it's 0. This ...
Adding a check to the progressbar to make the maxval == 1 if it's 0. This should eliminate a bunch of problems, but also hide some others. The secret is that if you are relying on the progressbar to report an empty iterable, bad idea!
Changeset [1653]: Replacing min/max with min_val/max_val
Replacing min/max with min_val/max_val
Changeset [1652]: Bug with PY_DIR vs DEST_DIR
Bug with PY_DIR vs DEST_DIR
March 02, 2010
yt Timeline
Changeset [1651]: Adding MPL 0.98.x compat
Adding MPL 0.98.x compat
Changeset [1650]: Fixing a bug with the 1D datasets
Fixing a bug with the 1D datasets
Changeset [1649]: Adding an alias for bds_highcontrast as "algae" and making it the default. ...
Adding an alias for bds_highcontrast as "algae" and making it the default. This is a colormap designed by Britton Smith.
February 26, 2010
yt Timeline
Changeset [1648]: Added a few more conversion factors
Added a few more conversion factors
Changeset [1647]: forgot to add the save_to_pdf bit to PlotTypes for new save_book.
forgot to add the save_to_pdf bit to PlotTypes? for new save_book.
February 25, 2010
yt Timeline
Changeset [1646]: ported new save_book from trunk to yt-1.6. this uses matplotlib's native ...
Changeset [1645]: Modified the halo RMS velocity to weight particles by mass.
Modified the halo RMS velocity to weight particles by mass.
Changeset [1644]: Adding option to specify x_vec and y_vec
Adding option to specify x_vec and y_vec
Changeset [1643]: Added a few more conversion factors
Added a few more conversion factors
Changeset [1642]: Changed unit conversion pattern to A_per_B
Changed unit conversion pattern to A_per_B
Changeset [1641]: By request, adding a RMS velocity calculation to the halo finding module. ...
By request, adding a RMS velocity calculation to the halo finding module. It works for all kinds of halos, and in particular, in parallel with parallelHF halos.
Changeset [1640]: Adding physical constants module. Currently only clones things already ...
Adding physical constants module. Currently only clones things already used in yt.
February 24, 2010
yt Timeline
Ticket #239 (Grid partitioning should only store bounding-box information) created
If we only store the slice information -- i.e., min/max indices along all three axes -- then we save on the memory utilized during a volume rendering. We can and should store the original pointers to the grid data, but we do not necessarily need to store the subsections.
February 23, 2010
Barn: paramdiff
Removed need for PyTools. Changed tabs to spaces
yt Timeline
Changeset [1639]: Return no halos if there the halo file is empty.
Return no halos if there the halo file is empty.
February 22, 2010
Barn: np
Fixed issue of inconsistency between InitialTime for simulation and
InitialTime used to calculate data dumps.
February 21, 2010
yt Timeline
Changeset [1638]: Adding comoving fields.
Adding comoving fields.
February 19, 2010
Barn: np
Now we read in DataDumpNumber so the data dump
indices are calculated correctly from restarts.
February 17, 2010
yt Timeline
Ticket #238 (gc.collect) created
gc.collect() should be called more often, as it helps with the halo finder.
Changeset [1637]: Initial import of slow but fully-determined tree generator for contours
Initial import of slow but fully-determined tree generator for contours
February 16, 2010
yt Timeline
Changeset [1636]: This should fix the bug reported by Luigi Iapichino wherein a phase plot ...
This should fix the bug reported by Luigi Iapichino wherein a phase plot added with a specified cmap= argument was not updating the colorbar.
February 15, 2010
yt Timeline
Changeset [1635]: Adding a "--detailed" argument, to get detailed tracebacks via the cgitb ...
Adding a "--detailed" argument, to get detailed tracebacks via the cgitb module. A future enhancement will allow for logging and pasting of these. (more info: http://blog.doughellmann.com/2010/01/pymotw-cgitb-detailed-traceback-reports.html )
Changeset [1634]: Adding the configure step for h5py (Thanks, John & Britton!)
Adding the configure step for h5py (Thanks, John & Britton!)
Changeset [1633]: Initial import of the OSX 10.6 installation script
Initial import of the OSX 10.6 installation script
February 12, 2010
yt Timeline
Changeset [1632]: Fixed some issues with the transfer function editor widget -- made the ...
Fixed some issues with the transfer function editor widget -- made the range editors have better formatting, made the aspect ratio for the volume rendered image fixed at 1.0.
Changeset [1631]: ensure background is transparent before saving to pdf
ensure background is transparent before saving to pdf
Ticket #179 (Multi-page PDF using MPL backend) closed
Added in r1630.
Changeset [1630]: Updating the save_book method to use matplotlib and to allow metadata to ...
Updating the save_book method to use matplotlib and to allow metadata to be saved.
Changeset [1629]: Removing extraneous print statement
Removing extraneous print statement
February 11, 2010
yt Timeline
Changeset [1628]: Adding sample_colormap and add_layers to the ColorTransferFunction object ...
Adding sample_colormap and add_layers to the ColorTransferFunction? object
Changeset [1627]: Making the HDF4 notice a debug statement rather than an info statement.
Making the HDF4 notice a debug statement rather than an info statement.
Changeset [1626]: fixed orion serialization in 1.6
fixed orion serialization in 1.6
Changeset [1625]: added storage_filename parameter to OrionStaticOutputs. this fixes the ...
added storage_filename parameter to OrionStaticOutputs?. this fixes the serialization issue.
Changeset [1624]: Updating documentation build
Updating documentation build
CrayXT5Installation edited
adding community installation page
(diff)Changeset [1623]: Adding Steele to the install script notice
Adding Steele to the install script notice
Changeset [1622]: Tagging yt-1.6.1, an update to the 1.6 series including: Bug fixes: * ...
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)
Changeset [1621]: Importing r1588 of branches/yt-1.6 as yt-1.6 -- forgetting to tag this was ...
Importing r1588 of branches/yt-1.6 as yt-1.6 -- forgetting to tag this was a mistake!
Changeset [1620]: Fixed a bug with vertical colorbars in raven
Fixed a bug with vertical colorbars in raven
Changeset [1618]: Bug fixes from trunk and instinfo command.
Bug fixes from trunk and instinfo command.
Changeset [1617]: Re-generated the cython files
Re-generated the cython files
Changeset [1616]: Backporting from hg: new "instinfo" command, vast improvements and ...
Backporting from hg: new "instinfo" command, vast improvements and speedups to the volume renderer, bug fix for longdouble on some arches.
Changeset [1615]: Minor cosmetic changes to install script
Minor cosmetic changes to install script
Ticket #175 (Get rid of setuptools) closed
Moved in r1614 to using pip and distribute.
Ticket #236 (Switch to distribute from setuptools) closed
Trunk moved in r1614.
Ticket #111 (out of core clump find) closed
The new contouring mechanism changes this quite a bit, as the contouring is done grid-by-grid with joins. Additionally, the stack overflow problem is fixed. I am going to make this a 'wontfix' for now.
Ticket #237 (iyt doesn't update plots or use the correct threading) created
Something about the threading model in IPython 0.10 doesn't work with the current iyt instantiation.
Changeset [1614]: Moving to distribute from setuptools.
Moving to distribute from setuptools.