Changes between Version 21 and Version 22 of changelog


Ignore:
Timestamp:
Aug 27, 2010, 8:15:48 PM (16 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • changelog

    v21 v22  
    1111change (TG = Tom Goddard, AL = Andrew Ling).
    1212
     13<p><b>August 27, 2010</b></p>
     14<ul type=None>
     15<li><p>Allowed multiscale model creation without multiscale dialog existing,
     16allows nogui or headless Chimera use.
     17<li><p>Added surfaces keyword option to sym command for multiscale surfaces.
     18<li><p>Added biological unit button to model panel.
     19<li><p>Made multiscale use task manager when creating copies of molecules.
     20</ul>
     21
     22<p><b>August 25, 2010</b></p>
     23<ul type=None>
     24<li><p>Fixed eman hdf file reading, python 2.7 / idle error.
     25</ul>
     26
     27<p><b>August 6, 2010</b></p>
     28<ul type=None>
     29<li><p>Added list of fits to fit to segments dialog.
     30<li><p>Made volume dialog show value type in balloon when mouse over "Range"
     31dialog label (below histogram).
     32<li><p>Made gaussian filter use original data value type by default.  Formerly
     33it created a map with 32-bit float.
     34</ul>
     35
     36<p><b>August 4, 2010</b></p>
     37<ul type=None>
     38<li><p>Fixed make transparent / opaque segment map menu entries when nothing selected.
     39</ul>
     40
     41<p><b>August 3, 2010</b></p>
     42<ul type=None>
     43<li><p>Fixed fly command quaternion rotation interpolation.  Sometimes twirled
     44360 degrees for close orientations.
     45<li><p>Made fly command using natural cubic spline instead of Overhauser spline
     46for smoother paths.
     47<li><p>Made command file error halt processing and report error in reply log.
     48Formerly command processing continued even after an error in a script.
     49</ul>
     50
     51<p><b>August 2, 2010</b></p>
     52<ul type=None>
     53<li><p>Fixed saving masked region with segment map dialog, bounds were wrong.
     54<li><p>Fixed render by attribute, numpy 1.4.1 int/long type problem.
     55<li><p>Fixed show adjacent error in segment map when some regions have no contacts.
     56<li><p>Fixed empty segmentation menu in segment map dialog.
     57<li><p>Fixed segment map hide menu entry not working on grouped regions.
     58<li><p>Fixed segger color density map error, numpy int/long problem.
     59</ul>
     60
     61<p><b>July 27, 2010</b></p>
     62<ul type=None>
     63<li><p>Fixed watershed calc error 32-bit only, numpy 1.4 type error int/long.
     64</ul>
     65
     66<p><b>July 22, 2010</b></p>
     67<ul type=None>
     68<li><p>Added movie crossfade command.
     69</ul>
     70
     71<p><b>July 19, 2010</b></p>
     72<ul type=None>
     73<li><p>Fixed python 2.7 msms surface error on Windows.  Method for suppressing
     74console window for mscalc program no longer valid in python 2.7.
     75</ul>
     76
     77<p><b>July 15, 2010</b></p>
     78<ul type=None>
     79<li><p>Made segment mouse mode accept clicks on single-plane volume.
     80<li><p>Fixed bug in solid coloring using mask, array size mismatch.
     81<li><p>Made group/ungroup buttons work when grouped subregions selected.
     82</ul>
     83
     84<p><b>July 13, 2010</b></p>
     85<ul type=None>
     86<li><p>Implemented segment command unbin operation to apply a mask computed
     87on binned volume data to produce mask for the original full size volume data.
     88<li><p>Fixed coordset holdSteady option when jumping to a single frame.
     89</ul>
     90
     91<p><b>July 9, 2010</b></p>
     92<ul type=None>
     93<li><p>Made segmentation not keep grid indices for each region.  This reduces
     94memory use of the segment map tool.
     95</ul>
     96
     97<p><b>July 7, 2010</b></p>
     98<ul type=None>
     99<li><p>Added solid style volume coloring using a segmentation to the segment
     100map dialog (color density menu entry).  Formerly only colored volume surfaces.
     101</ul>
     102
     103<p><b>July 6, 2010</b></p>
     104<ul type=None>
     105<li><p>Optimized measure spine command using small c++ routine, 59x faster.
     106</ul>
     107
     108<p><b>July 2, 2010</b></p>
     109<ul type=None>
     110<li><p>Made spine diameter report orthogonal diameters at mid-point along
     111computed spine.
     112</ul>
     113
     114<p><b>July 1, 2010</b></p>
     115<ul type=None>
     116<li><p>Made measure spine not need segmentation map open.
     117</ul>
    13118
    14119<p><b>June 29, 2010</b></p>