This is a feed aggregator for all the EnzoTools projects.

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.

by Matthew Turk at March 10, 2010 05:50 AM

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.

by Matthew Turk at March 10, 2010 05:05 AM

March 05, 2010

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

by at March 04, 2010 12:46 AM

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!

by Matthew Turk at March 03, 2010 09:39 PM

February 25, 2010

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.

by Matthew Turk at February 24, 2010 12:36 AM

February 22, 2010

Barn: np

Fixed issue of inconsistency between InitialTime for simulation and

Fixed issue of inconsistency between InitialTime for simulation and
InitialTime used to calculate data dumps.

by at February 22, 2010 11:53 PM

February 19, 2010

Barn: np

Now we read in DataDumpNumber so the data dump

Now we read in DataDumpNumber so the data dump
indices are calculated correctly from restarts.

by Britton Smith at February 19, 2010 08:44 PM

February 17, 2010

yt Timeline

Ticket #238 (gc.collect) created

gc.collect() should be called more often, as it helps with the halo finder.

by Matthew Turk at February 17, 2010 09:22 PM

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.

by Matthew Turk at February 16, 2010 03:44 PM

February 12, 2010

February 11, 2010

yt Timeline

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)

by Matthew Turk at February 11, 2010 08:04 PM

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.

by Matthew Turk at February 11, 2010 07:40 PM

Ticket #111 (out of core clump find) closed

wontfix:

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.

by Matthew Turk at February 11, 2010 05:38 PM

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.

by Matthew Turk at February 11, 2010 05:37 PM