Menu

SVN archive Commit Log


Commit Date  
[r4860] by bugman

Reverted the last change as param needs to be passed to set_non_spin_params() as None.

The command used was:
svn merge -r4859:4858 .

2008-01-21 10:19:40 Tree
[r4859] by bugman

When None, the param variable is converted to a list of None with the length equal to that of val.

This affects the generic_fns.value.set() function when no parameters are supplied.

2008-01-21 10:15:41 Tree
[r4858] by semor

Uniformized the format of constants.

2008-01-18 21:41:55 Tree
[r4857] by bugman

Merged revisions 4854-4856 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4854 | bugman | 2008-01-18 15:42:02 +0100 (Fri, 18 Jan 2008) | 3 lines

Big refactorisation of the partition_params() and set() functions.
........
r4855 | bugman | 2008-01-18 15:58:10 +0100 (Fri, 18 Jan 2008) | 3 lines

Changed the way the model parameters are set in the set() function.
........
r4856 | bugman | 2008-01-18 16:01:28 +0100 (Fri, 18 Jan 2008) | 6 lines

Reverted r4850 as generic_fns.value.partition_params() has returned to its previous behaviour.

The command used was:
svn merge -r4850:4849 .
........

2008-01-18 15:03:29 Tree
[r4856] by bugman

Reverted r4850 as generic_fns.value.partition_params() has returned to its previous behaviour.

The command used was:
svn merge -r4850:4849 .

2008-01-18 15:01:28 Tree
[r4855] by bugman

Changed the way the model parameters are set in the set() function.

2008-01-18 14:58:10 Tree
[r4854] by bugman

Big refactorisation of the partition_params() and set() functions.

2008-01-18 14:42:02 Tree
[r4853] by bugman

Bug fix for the assemble_param_vector() method.

The value of None is replaced by 0.0 to avoid NaNs.

2008-01-18 13:04:09 Tree
[r4852] by bugman

Merged revisions 4839-4850 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4839 | bugman | 2008-01-17 18:20:36 +0100 (Thu, 17 Jan 2008) | 6 lines

Modified the partition_params() function to better handle when no parameter name is supplied.

This situation is used for setting the parameter values of the model. The function now returns the
model_values list to be used later on.
........
r4841 | semor | 2008-01-17 21:50:18 +0100 (Thu, 17 Jan 2008) | 5 lines

Converted another maths_fns module from Numeric to numpy.

The Numeric.matrixmultiply module is deprecated and was thus replaced by the numpy.dot module.
........
r4842 | semor | 2008-01-17 21:53:51 +0100 (Thu, 17 Jan 2008) | 3 lines

Finished the conversion of maths_fns modules from Numeric to numpy.
........
r4843 | semor | 2008-01-17 21:58:50 +0100 (Thu, 17 Jan 2008) | 3 lines

Converted dx modules from Numeric to numpy.
........
r4844 | semor | 2008-01-17 22:04:34 +0100 (Thu, 17 Jan 2008) | 3 lines

Converted some sample scripts from Numeric to numpy.
........
r4845 | semor | 2008-01-17 22:09:17 +0100 (Thu, 17 Jan 2008) | 3 lines

Converted test_suite modules from Numeric to numpy.
........
r4846 | semor | 2008-01-17 22:13:26 +0100 (Thu, 17 Jan 2008) | 5 lines

Converted a specific_fns module from Numeric to numpy.

The Numeric.matrixmultiply module is deprecated and was thus replaced by the numpy.dot module.
........
r4847 | semor | 2008-01-17 22:15:32 +0100 (Thu, 17 Jan 2008) | 5 lines

Fully converted a specific_fns module from Numeric to numpy.

The Numeric.matrixmultiply to numpy.dot change had only been made in the import and not the code.
........
r4848 | semor | 2008-01-17 23:00:51 +0100 (Thu, 17 Jan 2008) | 8 lines

Converted generic_fns modules from Numeric to numpy.

As point in a post by Edward d'Auvergne (minfx-devel mailing list, see below), the select_sim array
(which calls 'ones()') was specified as a integer array.
https://mail.gna.org/public/minfx-commits/2008-01/msg00004.html (Message-id:
<E1JF9Gs-000081-9c@...>)
........
r4849 | bugman | 2008-01-17 23:32:10 +0100 (Thu, 17 Jan 2008) | 5 lines

Initialise the model_values array in the partition_params() function.

This fixes a bug due to model_values not being defined.
........
r4850 | bugman | 2008-01-17 23:33:55 +0100 (Thu, 17 Jan 2008) | 3 lines

Fixes for the unit tests of the partition_params() function.
........

2008-01-18 12:51:23 Tree
[r4851] by semor

Merged revisions 4841-4850 via svnmerge from
svn+ssh://semor@.../svn/relax/1.3

........
r4841 | semor | 2008-01-17 15:50:18 -0500 (Thu, 17 Jan 2008) | 5 lines

Converted another maths_fns module from Numeric to numpy.

The Numeric.matrixmultiply module is deprecated and was thus replaced by the numpy.dot module.
........
r4842 | semor | 2008-01-17 15:53:51 -0500 (Thu, 17 Jan 2008) | 3 lines

Finished the conversion of maths_fns modules from Numeric to numpy.
........
r4843 | semor | 2008-01-17 15:58:50 -0500 (Thu, 17 Jan 2008) | 3 lines

Converted dx modules from Numeric to numpy.
........
r4844 | semor | 2008-01-17 16:04:34 -0500 (Thu, 17 Jan 2008) | 3 lines

Converted some sample scripts from Numeric to numpy.
........
r4845 | semor | 2008-01-17 16:09:17 -0500 (Thu, 17 Jan 2008) | 3 lines

Converted test_suite modules from Numeric to numpy.
........
r4846 | semor | 2008-01-17 16:13:26 -0500 (Thu, 17 Jan 2008) | 5 lines

Converted a specific_fns module from Numeric to numpy.

The Numeric.matrixmultiply module is deprecated and was thus replaced by the numpy.dot module.
........
r4847 | semor | 2008-01-17 16:15:32 -0500 (Thu, 17 Jan 2008) | 5 lines

Fully converted a specific_fns module from Numeric to numpy.

The Numeric.matrixmultiply to numpy.dot change had only been made in the import and not the code.
........
r4848 | semor | 2008-01-17 17:00:51 -0500 (Thu, 17 Jan 2008) | 8 lines

Converted generic_fns modules from Numeric to numpy.

As point in a post by Edward d'Auvergne (minfx-devel mailing list, see below), the select_sim array
(which calls 'ones()') was specified as a integer array.
https://mail.gna.org/public/minfx-commits/2008-01/msg00004.html (Message-id:
<E1JF9Gs-000081-9c@...>)
........
r4849 | bugman | 2008-01-17 17:32:10 -0500 (Thu, 17 Jan 2008) | 5 lines

Initialise the model_values array in the partition_params() function.

This fixes a bug due to model_values not being defined.
........
r4850 | bugman | 2008-01-17 17:33:55 -0500 (Thu, 17 Jan 2008) | 3 lines

Fixes for the unit tests of the partition_params() function.
........

2008-01-17 23:04:57 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.