Menu

SVN archive Commit Log


Commit Date  
[r10174] by bugman

Removed the nesting of the Iterator class.

2010-01-11 16:11:56 Tree
[r10173] by bugman

Alphabetical ordering of methods.

2010-01-11 16:10:01 Tree
[r10172] by bugman

Redesigned and cleaned up how the Grid_info class is initialised.

This is necessary as the grid_ops data structure was eliminated from the 1.3 line a long time ago.
Now the lower, upper, and inc data structure structures are passed in. In __init__(),
calc_grid_size(), calc_grid_values(), and calc_strides(), the code has been cleaned up, comments
added, and docstrings written.

2010-01-11 16:06:53 Tree
[r10171] by bugman

Modified the Grid_info class remove the grid_ops arg.

This is now removed and subdivided into 'inc', 'lower', and 'upper' in the 1.3 line.

2010-01-11 12:00:33 Tree
[r10170] by bugman

The Grid_info class is now being imported.

2010-01-11 10:24:36 Tree
[r10169] by bugman

Eliminated the pre_and_post_amble mess (that can be nicely handled with the verbosity flag).

2010-01-11 10:23:07 Tree
[r10168] by bugman

Conversion from Numeric to numpy.

2010-01-11 10:22:21 Tree
[r10167] by bugman

Many, many whitespace fixes.

2010-01-11 10:18:08 Tree
[r10166] by bugman

Copied the grid.py minimisation module from the original multi_processor branch.

The command used was:
svn cp svn+ssh://bugman@.../svn/relax/branches/multi_processor/minimise/grid.py subdivide_grid.py

This module is now part of minfx, but the Grid_info class will be used by the multi-processor code to
subdivide the diffusion tensor grid search. The code needs much work!

2010-01-11 10:10:14 Tree
[r10165] by bugman

Changes to how the model-free and optimisation data/params are passed into the processor instances.

Two data containers are now used, one for the model-free data, the other for the optimisation
parameters. This significantly cleans up the multi-processing model-free interface.

2010-01-11 09:55:19 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.