svn+ssh://tlinnet@.../svn/relax/trunk
........
r24521 | bugman | 2014-07-11 10:39:52 +0200 (Fri, 11 Jul 2014) | 6 lines
Updated the minfx version in the release checklist document to 1.0.8.
This version has not been released yet, but it will include important fixes and additions for
constrained parallelised grid searches.
........
r24526 | bugman | 2014-07-11 16:19:49 +0200 (Fri, 11 Jul 2014) | 3 lines
Fix for a broken link in the development chapter of the relax manual.
........
r24527 | bugman | 2014-07-11 16:25:35 +0200 (Fri, 11 Jul 2014) | 6 lines
Fixes for dead hyperlinks in the relaxation dispersion chapter of the relax manual.
The B14 model links to http://www.nmr-relax.com/api/3.2/lib.dispersion.b14-module.html were broken
as the B in B14 was capitalised.
........
r24528 | bugman | 2014-07-11 16:43:26 +0200 (Fri, 11 Jul 2014) | 6 lines
Sent in the verbosity argument value to the minfx.grid.grid_split() function.
The minfx function in the next release (1.0.8) will now be more verbose, so this will help with user
feedback when running the model-free analysis on a cluster or multi-core system using MPI.
........
r24535 | bugman | 2014-07-15 12:36:47 +0200 (Tue, 15 Jul 2014) | 5 lines
Created the time user function.
This is just a shortcut for printing out the output of the time.asctime() function.
........
r24536 | bugman | 2014-07-15 12:38:40 +0200 (Tue, 15 Jul 2014) | 3 lines
The time user function now uses the chronometer Oxygen icon in the GUI.
........
r24543 | bugman | 2014-07-16 20:34:10 +0200 (Wed, 16 Jul 2014) | 3 lines
Added the missing timing module to the relax library package __all__ list.
........
r24549 | bugman | 2014-07-17 14:56:24 +0200 (Thu, 17 Jul 2014) | 5 lines
Removed the line wrapping in the epydoc parameter section of the optimisation function docstrings.
This is for the pipe_control.minimise module.
........
r24550 | bugman | 2014-07-17 14:57:01 +0200 (Thu, 17 Jul 2014) | 3 lines
More docstring line wrapping removal from pipe_control.minimise.
........
r24562 | bugman | 2014-07-18 10:58:56 +0200 (Fri, 18 Jul 2014) | 7 lines
Bug fix for the parameter units descriptions.
This only affects a few rare parameters. The specific analysis API parameter object units() method
was incorrectly checking if the units value is a function - it was checking the parameter conversion
factor instead.
........